:root {
    --renk: #002855
}

html {
    zoom: .9;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Safari (older than v17) zoom fix - same visual result as html{zoom:.9} */
@supports (-webkit-hyphens: none) and (not (-moz-appearance: none)) {
    html {
        zoom: 1;
    }

    body {
        -webkit-transform: scale(0.9);
        -webkit-transform-origin: 0 0;
        transform: scale(0.9);
        transform-origin: 0 0;
        width: calc(100% / 0.9);
    }
}

.sektorImgArka, .sektorImgArka2 {
    -webkit-scroll-margin-top: 150px;
    scroll-margin-top: 150px;
}


@supports (-moz-appearance: none) {
    body {
        transform: scale(0.9);
        transform-origin: 0 0;
        width: calc(100% / 0.9)
    }
}

body {
    font-family: "Poppins",sans-serif;
    overflow-x: hidden;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.menuboxtop {
    position: relative;
    width: 100%;
}

@keyframes menuSlideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.menuboxtop .menualt {
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    border-bottom: 2px solid #002656;
}

.menualt.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}


.bmksNav {
    height: 70px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center
}

.bmksSearchandWorld {
    position: absolute;
    align-items: center;
    gap: 25px;
    right: 0;
    display: flex
}

.altNav {
    width: 100%;
    position: relative
}

.bmksSearchandWorld input {
    background-color: #05172c;
    border: 0;
    width: 300px;
    padding: 10px 20px;
    color: #fff;
    border-radius: 40px
}

    .bmksSearchandWorld input:focus {
        outline: 2px solid #ffffff1a
    }

    .bmksSearchandWorld input::placeholder {
        color: #fff;
        opacity: .5;
        font-weight: lighter
    }

.bx-world {
    color: #fff
}

.world path {
    fill: #fff
}

.adresBgContact {
    padding: 50px;
    background: #fff
}

    .adresBgContact b {
        font-weight: 400;
        color: var(--renk);
        font-size: 26px
    }

    .adresBgContact p {
        color: gray;
        font-size: 19px;
        font-weight: 300
    }

.contactBykBaslk {
    font-size: 40px;
    color: var(--renk);
    font-weight: 300
}

.iletisimUstYazi {
    text-align: center;
    margin-bottom: 51px;
    font-size: 20px;
    line-height: 2;
    color: #4e4e4e;
    font-weight: 500
}

.bmksForm label {
    margin-bottom: 6.5px;
    color: gray
}

.bmksForm input {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.bmksForm textarea {
    width: 100%;
    background: #f5f6f8;
    border: 1px solid #ebecee;
    padding: 12px 6px;
    height: 12rem;
    border-radius: 6px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.bmksForm div {
    width: 100%
}

.bmksForm {
    width: 100%
}

    .bmksForm input {
        width: 100%
    }

.zorunlu-yildiz {
    color: #e3342f;
    margin-left: 3px;
    font-weight: 600;
}

.bmksForm input.input-hata,
.bmksForm textarea.input-hata {
    border-color: #e3342f;
    background: #fff5f5;
}

.adresBgContact a {
    color: inherit;
    text-decoration: none;
    word-break: break-word;
}

    .adresBgContact a:hover {
        text-decoration: underline;
    }

.bimeksLogoSvg {
    width: 40%
}

.bx-search-alt-2 {
    position: absolute;
    right: 1rem;
    font-size: 22px;
    color: #002656
}

.rodasteel-corp {
    color: #fff;
    opacity: .5;
    font-size: 20px;
    display: flex;
    font-weight: lighter;
    height: 100%;
    align-items: center;
    position: relative
}

    .rodasteel-corp::before {
        left: -1rem;
        height: 40px;
        width: 1px;
        background-color: #fff;
        content: "";
        opacity: .5;
        position: absolute
    }

.altNav ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0
}

.sektrOklr {
    position: absolute;
    right: 0;
    top: 0
}

.altNav ul li .bx.bx-chevron-right {
    position: absolute;
    right: 13px
}

.altNav ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 10px;
    transition: .15s
}

.leftMenuUl li.active {
    background: #e6e6e6
}

.eslesenDivler {
    animation: opacity .35s;
    display: none
}

.bmksAbout {
    background-image: url(../../img/about.jpg);
    height: 300px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    display: flex;
    justify-content: center
}

.aboutSayfaHover {
    transition: .25s;
    cursor: pointer
}

    .aboutSayfaHover:hover {
        transform: translateY(-10px)
    }

.aboutSag p {
    color: #555;
    font-weight: 300;
    font-size: 20px
}

.aboutSayfaLink {
    color: var(--renk);
    text-decoration: none;
    font-size: 19px;
    background: #f3f3f3;
    display: block;
    padding: 14px;
    height: 100%
}

    .aboutSayfaLink svg {
        margin-left: 10px
    }

.aboutSayfaImgBefore {
    position: relative;
    margin-bottom: 8px
}

.aboutSayfaHover:hover .aboutSayfaImgBefore::before {
    opacity: 1
}

.aboutSayfaHover svg {
    transition: .3s
}

.aboutSayfaHover:hover svg {
    transform: translateX(6px)
}

.aboutSayfaImgBefore::before {
    transition: .25s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #00000074;
    content: ""
}

.aboutSayfalarImg {
    height: 12rem
}

.aboutSayfalarImg2 {
    height: 100%
}

.sektors .leftCizgi::before {
    background: #fff
}

.formpages .leftCizgi::before {
    background: #fff
}

.sektors .leftCizgi {
    color: #fff !important
}

.textContnSektr {
    width: 90%
}

    .textContnSektr p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 300
    }

    .textContnSektr.krm {
        width: 90%
    }

.sektorcontent h2 {
    font-size: 38px;
    color: var(--renk);
    margin-bottom: 23px
}

.sektorImgArka {
    background: linear-gradient(90deg,#ffff 0%,#ffff 70%,#ebebebff 70%,#ebebebff 100%);
    margin-top: 5rem
}

.sektorImgArka2 {
    background: linear-gradient(-90deg,#ffff 0%,#ffff 70%,var(--renk) 70%,var(--renk) 100%);
    margin-top: 5rem
}

.certsKutu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%
}

    .certsKutu img {
        padding: 1rem;
        height: auto;
        width: 40%
    }

.certs span {
    font-size: 30px;
    color: var(--renk);
    font-weight: 600
}

.certs p {
    color: gray;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10px;
    line-height: 38px
}

.aboutSayfaYazi {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: gray
}

.aboutSayfaBaslik {
    font-size: 18px;
    font-weight: 400
}

.aboutSol p {
    font-size: 35px;
    color: var(--renk);
    font-weight: 500
}

.aboutBaslik {
    width: 850px;
    background: #ffffffc2;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem 0;
    bottom: 0
}

    .aboutBaslik p {
        color: gray;
        font-size: 22px;
        font-weight: 300
    }

    .aboutBaslik span {
        font-size: 40px;
        color: var(--renk);
        font-weight: 300
    }

.bmksAbout::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #ffffffc6
}

.eslesenDivler:first-child {
    display: block
}

.acilanUlLi li {
    padding: 8px !important
}

.acilanUlLi {
    display: flex;
    flex-direction: column !important;
    align-items: start !important;
    gap: 0 !important;
    padding-left: .5rem !important;
    min-height: 10rem !important;
    padding-bottom: 1.4rem
}

    .acilanUlLi li {
        font-size: 15px !important
    }

.altNav .bx-chevron-down {
    position: relative;
    margin-left: 5px
}

.tumUrunlerBtn {
    position: absolute;
    right: 3rem;
    bottom: 2rem;
    text-decoration: none;
    color: #fff;
    display: block;
    background: var(--renk);
    width: max-content;
    text-decoration: none;
    padding: 6px 40px;
    font-weight: 400;
    font-size: 16px !important;
    border-radius: 20px;
    margin-top: 35px;
    border: 2px solid transparent;
    transition: .25s
}

    .tumUrunlerBtn.tknkKSD {
        margin-top: 15px !important
    }

    .tumUrunlerBtn.dgsa {
        padding: 2px 40px !important
    }

        .tumUrunlerBtn.dgsa:hover {
            padding: 2px 48px !important
        }

    .tumUrunlerBtn:hover {
        padding: 6px 48px !important
    }

.banner {
    background: #000;
    height: 85vh;
    height: 85svh;
    overflow: hidden;
    position: relative;
}

.leftSideMen {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex-direction: column
}

.ustKutu {
    height: 240px;
    width: 240px;
    background: #fff6;
    position: absolute;
    z-index: 2;
    right: 0
}

.altKutu span {
    font-size: 20px;
    line-height: 1
}

.ikiHizmet {
    position: absolute;
    bottom: 1rem;
    color: #fff
}

.altKutu {
    transition: .35s;
    cursor: pointer
}

    .altKutu:hover {
        transform: translateY(7px)
    }

.ikiHizmet svg {
    margin-left: 10px;
    transition: .35s;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: 2px
}

.altKutu:hover .ikiHizmet svg {
    transform: translateX(14.5px)
}

.ikiBaslik {
    position: absolute;
    top: 1rem;
    font-size: 20px;
    color: #fff
}

.sagAltKutuText {
    font-weight: 500;
    font-size: 30px !important
}

.altKutu {
    height: 240px;
    width: 240px;
    background: #13549e;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: lighter;
    padding: 15px;
    display: flex;
    align-items: center
}

.rightSide {
    position: relative
}

.bannerALink {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 2;
    right: 0;
    font-size: 22px
}

.banner::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to right,#002855c7 20%,#f000 86%);
    z-index: 15
}

.leftSideMen span {
    color: #fff;
    font-size: 40px;
    font-weight: 300
}

.leftSideMen p {
    color: #fff;
    font-size: 22px;
    font-weight: lighter
}

.banner video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.nextLeftAbsol {
    position: absolute;
    bottom: 1.5rem
}

.bmksNext:hover {
    background: #fff;
    color: var(--renk)
}

.bmksPrev:hover {
    background: #fff;
    color: var(--renk)
}

.bmksNext {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 14px;
    transition: .25s;
    font-size: 26px
}

.bmksPrev {
    transition: .25s;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 14px;
    font-size: 26px
}

.swiper-pagination {
    position: absolute;
    bottom: 1.5rem;
    display: flex;
    gap: 5px;
    right: 2rem
}

.mySwiper {
    width: 100%
}

.leftSideMen .swiper-slide {
    width: 100% !important
}

.swiper-pagination-bullet {
    padding: 8px;
    background: #fff;
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.28)
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: #fff
}

.ıconDs {
    display: flex;
    gap: 50px;
    margin-bottom: 25px
}

    .ıconDs img {
        height: 135px;
        width: auto
    }

.leftSideMen a {
    color: #fff !important;
    display: block;
    background: #02bff1;
    width: max-content;
    text-decoration: none;
    padding: 6px 40px;
    font-weight: 400;
    font-size: 18px;
    border-radius: 20px;
    margin-top: 35px;
    border: 2px solid transparent;
    transition: .25s
}

    .leftSideMen a:hover {
        padding: 6px 48px !important
    }

.urunphoto {
    object-fit: cover;
    height: 32rem !important;
    margin-top: 10rem
}

.dropdownAc {
    position: relative
}

    .dropdownAc::before {
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 20px;
        background: transparent;
        content: ""
    }

.dropdownUrunAc {
    position: relative
}

    .dropdownUrunAc:hover .urunDropdown {
        display: block
    }

#nav {
    transition: .2s
}

.leftCizgi {
    position: relative;
    padding-left: 75px
}

    .leftCizgi::before {
        left: 0;
        width: 60px;
        height: 1px;
        background: var(--renk);
        content: "";
        position: absolute;
        top: 19px
    }

.urunDropdown {
    position: absolute;
    top: 60px;
    width: 1000px;
    height: max-content;
    left: 0;
    animation: opacity .25s;
    display: none
}

.colDort {
    background: #fff;
    padding: 5px
}

.colSekiz {
    background: #f0f0f0
}

.leftMenuUl {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    font-weight: lighter;
    gap: 0 !important;
    padding-left: .3rem;
    padding-right: .3rem
}

    .leftMenuUl li {
        font-weight: lighter;
        padding: 5px 10px !important
    }

.acilanUlLi li a {
    justify-content: start !important
}

.hbrdTSa {
    display: flex;
    flex-direction: column
}

    .hbrdTSa p {
        color: #fff !important;
        position: relative
    }



li.yaziyaKaydir.active {
    color: var(--renk)
}

.urunDropdownBg {
    width: 100%;
    height: 100px;
    background: blue
}

.leftMenuUl li a {
    justify-content: start !important;
    font-size: 15px !important
}

.altNav ul li a {
    color: #fff;
    width: 100%;
    display: inline-block
}

.dropdown ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
    padding: 0;
    margin: 0
}

    .dropdown ul li {
        padding: 6px 14px
    }

a {
    text-decoration: none
}

.dropdown ul li a {
    color: var(--renk);
    text-decoration: none
}

.dropdownAc:hover .dropdown {
    display: block
}

.dropdown {
    position: absolute;
    left: 0;
    box-shadow: #0000001f 0 5px 15px;
    top: 60px;
    width: max-content;
    height: max-content;
    padding: 23px;
    background: #fff;
    display: none;
    animation: opacity .3s
}

@keyframes opacity {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

footer {
    background: var(--renk)
}

.footerLogoName {
    color: #fff;
    font-size: 50px
}

.footerText {
    color: #fff;
    font-size: 16px;
    margin-top: 7px;
    width: 300px;
    position: relative;
    left: -8px
}

.bfriFooter ul li {
    display: inline-block;
    border-bottom: 1px solid #ffffff45;
    padding-bottom: 5px;
    margin-left: 0px;
    padding-left: 0px;
}



.foottext p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.foottext a {
    color: #fff;
    font-size: 16px;
}


.foottitle {
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff45;
}

.footerTtr {
    height: 30px;
    position: absolute;
    right: 0;
    top: -3px
}

.footerAbslt {
    background: #fff;
    bottom: 2rem;
    width: 100%;
    padding: 7px 0
}

footer ul li:hover {
    text-decoration: underline;
    cursor: pointer
}

.kvkkText {
    color: var(--renk);
    margin-left: 20px
}

.copyright {
    color: var(--renk);
    position: relative;
    font-size: 15px
}

.bfriFooter {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.flexfooterMbFl {
    display: flex;
    justify-content: end;
    align-items: center
}

.bfriFooter svg {
    height: 53px !important;
    position: relative;
    left: -57px;
}

li {
    list-style: none
}

.ftrBm {
    background: #6491c3;
    display: flex;
    justify-content: center;
    padding: 10px 0
}

    .ftrBm a {
        color: #fff;
        font-weight: 600;
        font-size: 23px
    }

/* ═══════════════════════════════════════════
   Footer — Ürün Kategorileri Bölümü
═══════════════════════════════════════════ */
.footer-kat-section {
    padding: 0px 0 12px;
    margin-top: 12px;
    width: 100%
}

.footer-kat-baslik {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    opacity: .75
}

.footer-kat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 22px 28px
}

.footer-kat-grup {
    display: flex;
    flex-direction: column;
    gap: 0
}

.footer-kat-ana {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 7px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.18);
    transition: color .2s;
    display: block
}

    .footer-kat-ana:hover {
        color: #02bff1
    }

.footer-kat-alt {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px
}

    .footer-kat-alt li a {
        color: rgba(255,255,255,0.55);
        font-size: 15px;
        text-decoration: none;
        transition: color .2s;
        line-height: 1.4
    }

        .footer-kat-alt li a:hover {
            color: #fff
        }

.footer-kat-separator {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 4px 0 16px
}

.teknikBg a {
    display: flex;
    width: 100%;
    color: var(--renk);
    position: absolute;
    bottom: .5rem
}

.topbf::before {
    top: 13px
}

.hızlrnk {
    font-size: 23px;
    color: var(--renk);
    font-weight: 300
}

    .hızlrnk.tarih {
        font-size: 16.5px;
        margin-top: 13px;
        color: #3a3a3a;
        display: block
    }

.productBaslik {
    font-size: 20px !important;
    font-weight: 300
}

    .productBaslik span {
        font-weight: 500;
        font-size: 60px !important
    }

.socials {
    color: #fff;
    display: flex;
    gap: 30px;
    font-size: 24.5px
}

    .socials a {
        color: #fff;
        text-decoration: none
    }

footer ul {
    font-size: 19px;
    color: #fff;
    gap: 10px;
    width: 100%;
    padding-left: 0px;
}

    footer ul li a {
        color: #fff;
        text-decoration: none
    }

.anasayfaUrunKutu {
    height: 250px;
    background-color: #fff;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding: 30px
}

.kutuAltUrun {
    color: #fff;
    display: flex;
    gap: 10px;
    width: 100%
}

.certsKutu .sdw {
    padding: 1rem;
    height: auto;
    width: 40%
}

    .certsKutu .sdw img {
        width: 100%;
        padding: 0
    }

.kutuAltUrun span {
    background: #c5c5c563;
    padding: 9px;
    width: auto;
    display: flex
}

    .kutuAltUrun span a {
        color: #fff;
        cursor: pointer
    }

.urunArrow {
    background: #fff;
    width: max-content;
    color: #022954;
    padding: 6px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    margin-top: 30px;
    transition: .3s;
    cursor: pointer
}

.bimeksHaberBaslk {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    color: var(--renk)
}

.urunArrow:hover {
    width: 60px
}

.anasayfaUrunKutu b {
    color: #fff;
    font-weight: 600;
    font-size: 25px
}

.anasayfaUrunKutu::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #0009;
    content: "";
    transition: .25s;
    z-index: 9
}

.anasayfaUrunKutu:hover::before {
    background: #000c
}

.rightSideTopPos .anasayfaUrunKutuTop {
    position: relative;
    top: 50px
}

.urunStıckyB {
    position: sticky;
    top: 180px
}

.anasayfaUrunKutuTop {
    margin-top: 20px
}

.navigatorBtn {
    background-color: #02bff1;
    color: #fff !important;
    font-size: 18.5px !important;
    padding: 0 32px !important;
    font-weight: 500 !important
}

    .navigatorBtn:hover {
        padding: 0 40px !important;
        background-color: #02bff1 !important
    }

.footerForm {
    background: #23356b;
    overflow: hidden;
    padding: 5.5rem 0 !important
}

.urunDropImg img {
    height: 165px;
    width: 300px;
    margin-bottom: 9px
}

.ftText1 {
    color: #fff;
    font-size: 70px
}

.footerForma {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border-radius: 15px
}

    .footerForma button {
        background-color: var(--renk);
        color: #fff;
        border: 0;
        padding: 10px 0;
        border-radius: 10px;
        transition: .3s
    }

        .footerForma button:hover {
            padding-left: 3rem
        }

    .footerForma input:Focus {
        border-bottom: 3px solid #fff
    }

    .footerForma textarea:Focus {
        border-bottom: 3px solid #fff
    }

    .footerForma input {
        border: 0;
        -webkit-transition: .2s;
        transition: .2s;
        outline: none;
        background-color: transparent;
        border-bottom: 3px solid #ffffff3c;
        padding: 10px;
        color: #fff;
        -webkit-appearance: none;
        appearance: none;
    }

    .footerForma textarea::placeholder {
        color: #fff;
        font-weight: 300
    }

.footerIGecnTerx {
    color: #fff;
    opacity: .7;
    font-size: 19px;
    font-weight: 300;
    margin-top: 19px;
    width: 85%
}

.footerIGecnTerx2 {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin-top: 5px;
    width: 85%
}

    .footerIGecnTerx2 span {
        opacity: .7;
        font-weight: 300
    }

.hakAltiIsOrtaklari {
    gap: 6%;
    overflow: hidden
}

    .hakAltiIsOrtaklari img {
        width: 20%
    }

.footerForma textarea {
    border: 0;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
    background-color: transparent;
    border-bottom: 3px solid #ffffff3c;
    padding: 10px;
    height: 11rem;
    color: #fff;
    resize: none;
    -webkit-appearance: none;
    appearance: none;
}

.ansFotMailIcn {
    position: absolute;
    font-size: 37rem;
    z-index: 0;
    opacity: .1;
    transform: rotate(-15deg);
    top: -10rem
}

.footerForma input::placeholder {
    color: #fff;
    font-weight: 300
}

.ftText2 {
    color: #fff;
    font-size: 35px;
    position: relative;
    padding-left: 160px
}

    .ftText2::before {
        height: 2.5px;
        width: 143px;
        background-color: #fff;
        position: absolute;
        left: 0;
        content: "";
        top: 26.5px
    }

.footerRightBeforeD::before {
    background: linear-gradient(to left,#35498b 20%,#f000 86%);
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 100%
}

.breadCrumb {
    padding: 20px 0;
    margin-top:15px;
}

.crumbFlex {
    display: flex;
    gap: 13px;
    font-size: 18px
}

.breadCrumb span {
    color: var(--renk);
    font-weight: 300
}

    .breadCrumb span a {
        color: var(--renk);
        font-weight: 300
    }

.bannerKutuk {
    width: 900px;
    height: 200px;
    background: #ffffffc9;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 3rem
}

.colK.bannerKutuk {
    width: 100%;
    position: relative;
    display: flex
}

.enSnhBls {
    font-size: 32px;
    color: var(--renk);
    font-weight: 600;
    margin-bottom: 10px
}

.hbrContentCLr p {
    color: #525252;
    font-weight: 300
}

.hbrDetayREsmA {
    height: 35rem
}

.ıcIcerık p {
    color: #434343;
    font-weight: 300 !important
}

.bannerKutuk b {
    font-size: 40px;
    font-weight: 400;
    color: var(--renk)
}

.bannerKutuk p {
    font-size: 20px;
    opacity: .9;
    text-align: center;
    font-weight: 300;
    margin-top: 6px
}

.urunDtyKs b {
    font-size: 18px;
    font-weight: 500;
    padding: 13px 5px;
    display: block;
    color: var(--renk)
}

.icBanner {
    background-position: center !important;
    background-size: cover !important;
    height: 23rem;
    width: 96%;
    margin: 0 auto;
    display: none;
    position: relative;
    justify-content: center;
    background-color: #022755 !important;

}

    .icBanner.icUrunD::before {
        display: none
    }

    .icBanner.rfnsK::before {
        display: none
    }

    .icBanner.icUrunD {
        height: 14rem;
        align-items: center;
        background-color: #022755;
        display:none;
    }

        .icBanner.icUrunD b {
            color: #fff;
            font-size: 3rem;
            font-weight: 600;
            position: relative;
            z-index: 3
        }

    .icBanner.Urun {
        height: 31rem;
        position: relative
    }

        .icBanner.Urun::before {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #0000004a;
            content: attr(data-text);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 4rem
        }

.ıcrkBaslkMdls {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 8px
}

.custom-cursor {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    z-index: 900;
    top: -40px;
    left: -40px;
    pointer-events: none
}

.cursor__small {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    z-index: 5;
    margin: -5px 0 0 -5px
}

.cursor__big {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00000061;
    color: #fff;
    z-index: 1;
    opacity: 1;
    margin: -8px 0 0 -8px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 320ms cubic-bezier(0.26,0.01,0.17,1);
    -moz-transition: all 320ms cubic-bezier(0.26,0.01,0.17,1);
    -o-transition: all 320ms cubic-bezier(0.26,0.01,0.17,1);
    transition: all 320ms cubic-bezier(0.26,0.01,0.17,1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700
}

.nav-link span {
    font-size: 19px
}

.urunFotoBaslikK {
    font-size: 37px;
    color: var(--renk)
}

.urnDtyTabBtn {
    padding-bottom: 5px
}

.nav-link.active span {
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: -1px;
    padding-bottom: 4px
}

.urunTabC {
    display: flex;
    justify-content: center
}

.urunTabSol {
    position: absolute;
    left: -30px;
    font-size: 29px;
    top: 0;
    color: var(--renk)
}

#myTabContent img {
    height: 20rem
}

.bannerKutuk.teknik {
    height: 135px;
    background: transparent
}

.icBanner.rfnsK::before {
    display: none !important
}

.urunTabSag {
    position: absolute;
    right: -30px;
    font-size: 29px;
    top: 0;
    color: var(--renk)
}

.icBanner.rfnsK {
    height: 15rem
}

.referansKutu {
    height: 29rem;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 7px;
    overflow: hidden;
    transition: .6s
}

    .referansKutu.urunDtyLsta {
        height: 18rem
    }

.pColorGary p {
    color: #2f2f2f;
    font-size: 20px;
    font-weight: 300
}

.referansKutu::before {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: .6s;
    content: "";
    background-image: linear-gradient(180deg,#ffffff6e,#231f20)
}

.referansKutu:hover::before {
    background-image: linear-gradient(180deg,#ffffff80,#231f20)
}

.referansKutu:hover {
    transform: translateY(-20px)
}

.referansKutu img {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    padding-top: 1rem
}

.referansKutuAlt {
    position: absolute;
    bottom: 1.5rem;
    z-index: 2;
    left: 1.5rem
}

    .referansKutuAlt b {
        font-size: 30px;
        color: #fff;
        margin-bottom: 6.5px;
        font-weight: 300
    }

    .referansKutuAlt p {
        color: #fff
    }

.icBanner.rfnsK .bannerKutuk {
    bottom: 5rem
}

.teknikBg {
    background: #f5f6f8b0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: .4s;
    height: 100%;
    border-bottom: 3px solid #e0e0e0
}

.hakImgg {
    background: linear-gradient(90deg,#ffff 0%,#ffff 70%,#ebebebff 70%,#ebebebff 100%)
}

.teknikBg:hover {
    background: #e7e7e7
}

.tknkResmOnGor {
    height: 330px;
    margin-bottom: 15px;
    width: 100%
}

.teknikBg span {
    font-size: 20px;
    text-align: start;
    color: var(--renk);
    display: block;
    font-weight: 600;
    margin-bottom: 10px
}

.tab-content > .active {
    display: block !important;
    opacity: 1 !important
}

.tab-content > .tab-pane {
    display: block !important;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0
}

.aramaKutu h5 {
    color: var(--renk);
    padding: 0;
    margin: 0
}

.aramaKutu {
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0
}

.knsD {
    color: var(--renk);
    bottom: 10px
}

.aramaInpt {
    border: 1px solid #ebecee;
    background: #f5f6f8;
    outline: none;
    padding: 10px 17px;
    width: 23rem;
    border-radius: 27px;
    margin-top: 26px;
    -webkit-appearance: none;
    appearance: none;
}

.aramaSonucc {
    font-size: 40px;
    font-weight: 300;
    color: var(--renk);
    text-align: center
}

.pc-none {
    display: none
}

.mobilMenu {
    display: none !important
}

.ustKategoriGaleriResim {
    height: 20rem
}

.altUrunler ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

    .altUrunler ul li {
        background: var(--renk);
        color: #fff;
        cursor: pointer;
        padding: 6px 18px;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        border-radius: 15px;
        transition: .3s
    }

        .altUrunler ul li a {
            color: #fff
        }

        .altUrunler ul li:hover {
            padding: 6px 24px
        }

.row.urunDtyKs {
    border-bottom: 1px solid #d4d4d4
}

.teknikBg .img {
    height: 223px !important;
    width: 223px !important
}

.iletisimBasarili {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffffbf;
    z-index: 1.0E+20;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-100%);
    transition: opacity 1s;
    opacity: 0
}

    .iletisimBasarili span {
        font-size: 40px;
        font-weight: 700
    }

    .iletisimBasarili p {
        font-size: 20px;
        font-weight: 400
    }

    .iletisimBasarili a {
        background: var(--renk);
        padding: 7px 20px;
        color: #fff;
        margin-top: 16px
    }

.pdfIconSF svg {
    color: var(--renk);
    height: 30px;
    width: auto
}

.emslgas p {
    font-size: 20px;
    color: gray
}

.sektorIcon {
    padding: 6px;
    height: 120px
}

.sektorSwp {
    background: #ffffff12;
    transition: .3s;
    cursor: pointer
}

    .sektorSwp:hover {
        background: #ffffff1f
    }

.sektorIconBaslik {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 10px
}

.sekturKutu {
    background: #f1f1f19c;
    gap: 13px;
    padding: 20px
}

.teklifPopUp {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000075;
    z-index: 999999;
    display: flex;
    justify-content: center;
    transition: opacity .5s;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0
}

.teklifPopUpWid label {
    color: #fff
}

.teklifPopUpWid {
    width: 30%;
    background: var(--renk);
    border-radius: 14px;
    padding: 20px;
    position: relative
}

.teklifKpt {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 33px
}

.teklifPartial {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .teklifPartial span {
        font-size: 3rem;
        color: var(--renk);
        font-weight: 300;
        text-align: center
    }

    .teklifPartial button {
        background: #ee82ee;
        right: 3rem;
        bottom: 2rem;
        text-decoration: none;
        color: #fff;
        display: block;
        background: #02bff1;
        width: max-content;
        text-decoration: none;
        padding: 6px 40px;
        font-weight: 400;
        font-size: 16px !important;
        border-radius: 20px;
        margin-top: 35px;
        border: 2px solid transparent;
        transition: .25s
    }

.sektrImgg {
    height: 28rem;
    object-fit: cover
}

.sektorImgArka2 .sektorcontent {
    padding-left: 5rem
}

.icBanner::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    display: block !important;
    background: #00000069
}

.sonDetayUl {
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    top: 12rem;
    height: -webkit-max-content;
    height: max-content;
    background: #f4f4f4;
    padding: 17px
}

    .sonDetayUl li {
        color: #717171;
        cursor: pointer
    }

        .sonDetayUl li:hover {
            color: var(--renk)
        }

.tarihceKutu {
    height: max-content;
    width: 100%
}

    .tarihceKutu span {
        -webkit-text-stroke: 1.5px var(--renk);
        color: transparent;
        font-size: 15rem;
        position: relative;
        top: 63px
    }

.baslikCzg b {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    color: var(--renk)
}

.baslikCzg {
    width: 100%
}

    .baslikCzg b::before {
        position: absolute;
        width: 94%;
        height: 1.5px;
        content: "";
        background: var(--renk);
        left: 4rem;
        top: 11px
    }

.dairetpc {
    position: relative;
    padding-left: 15px
}

    .dairetpc::before {
        position: absolute;
        height: 4px;
        width: 4px;
        background: var(--renk);
        content: "";
        left: 0;
        top: 10px;
        border-radius: 50%
    }

.tarihceBaslkkB {
    font-size: 38px;
    color: var(--renk);
    margin-top: 56px;
    display: block
}

.urunDtyKs {
    transition: .25s
}

    .urunDtyKs:hover {
        background: #e5e5e5
    }

.trhArBg {
    background: var(--renk);
    padding: 8px;
    border-radius: 50%;
    cursor: pointer
}

.trhArBg2 {
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer
}

    .trhArBg2 svg {
        color: var(--renk)
    }

.trhArBg svg {
    color: #fff
}

.hartCOl {
    height: 420px;
    overflow: hidden
}

.hrtFsdImg {
    height: 301px;
    object-fit: cover
}

.hartCOl iframe {
    position: relative;
    top: -60px
}

.paketTip img {
    height: 18rem;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px
}

.paketTipBaslik {
    font-size: 20px;
    margin-bottom: 10px;
    display: block
}

.urunpages table {
    width: 100%;
    position: relative;
    font-size: 15px
}

    .urunpages table th {
        background-color: #002656;
        color: #fff;
        text-align: center
    }

    .urunpages table th, .urunpages table td {
        border: 1px solid #999;
        padding: 10px;
        position: relative;
        vertical-align: middle !important;
        z-index: 9
    }

    .urunpages table tr td p, .urunpages table tr td span {
        font-size: 16px
    }

.urunpages .tablo {
    overflow: hidden;
    width: 100%
}

    .urunpages .tablo td, .urunpages .tablo th {
        border: 1px solid #999;
        padding: 10px;
        position: relative;
        vertical-align: middle !important;
        z-index: 9
    }

    .urunpages .tablo p {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0
    }

    .urunpages .tablo th {
        background-color: #ccc;
        color: #000;
        font-weight: 700
    }

.table-hover-cells > tbody > tr > th:hover, .table-hover-cells > tbody > tr > td:hover {
    background-color: #f5f5f5
}

.table-hover-cells > tbody > tr > th.active:hover, .table-hover-cells > tbody > tr > td.active:hover, .table-hover-cells > tbody > tr.active > th:hover, .table-hover-cells > tbody > tr.active > td:hover {
    background-color: #e8e8e8
}

.table-hover.table-hover-cells > tbody > tr:hover > th:hover, .table-hover.table-hover-cells > tbody > tr:hover > td:hover {
    background-color: #e8e8e8
}

.table-hover.table-hover-cells > tbody > tr.active:hover > th:hover, .table-hover.table-hover-cells > tbody > tr.active:hover > td:hover {
    background-color: #d8d8d8
}

:root {
    --menu-bg-height: 65px;
    --menu-total-height: 130px
}

body.menu-fixed-padding {
    padding-top: var(--menu-total-height)
}

body {
    transition: padding-top .3s ease
}

.menubg {
    background-color: #002656;
    padding: 15px 0;
    position: relative;
    width: 100%;
    transition: background-color .35s ease,box-shadow .35s ease,transform .35s ease,backdrop-filter .35s ease;
    will-change: transform,background-color,box-shadow;
    z-index: 9999
}

.menualt {
    background-color: #fff;
    padding: 10px 0;
    position: relative;
    width: 100%;
    transition: background-color .35s ease,box-shadow .35s ease,transform .35s ease,border-color .35s ease,margin-top .35s ease;
    will-change: transform,background-color,box-shadow,margin-top;
    z-index: 9997
}

.st0 {
    fill: #002656 !important
}

.urunpages {
    position: relative;
    width: 100%;
    padding: 0px 0 50px 0;
    margin: 0
}

.urunTitle {
    background-color: #002656;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400
}

.left-menu-bar {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
    border-radius: 3px
}

    .left-menu-bar .left-menu-ul {
        position: relative;
        margin: 0;
        padding: 0
    }

        .left-menu-bar .left-menu-ul .left-menu-li {
            position: relative;
            color: #333;
            font-size: 17px;
            font-weight: 400
        }

.small, small {
    font-size: 16px;
    background-color: #fff;
    padding: 0
}

.link-bck {
    padding: 5px 10px
}

.menu-txt {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    color: #222;
    padding: 5px 10px
}

.menu-txt-active {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    display: block;
    padding: 5px 10px
}

.menu-txt-li {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    position: relative;
    padding: 5px 10px;
    display: block
}


.productTitle {
    color: #fff;
    background-color: #ffc0cb;
    margin-top: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px
}

h1.productTitle {
    color: #fff;
    background-color: #ffc0cb;
    margin-top: 0;
    padding: 15px;
    box-sizing: border-box;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 10px;
}

.urunpageliste p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px
}

.urunpageliste h5 {
    font-size: 17px
}

.schede-download li {
    color: #002656
}

    .schede-download li ul {
        display: none
    }

        .schede-download li ul li ul {
            display: none
        }

        .schede-download li ul li {
            font-size: 1em
        }

.scheda-dettaglio {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box
}

    .scheda-dettaglio:nth-of-type(even) {
        background-color: #f7f7f7
    }

.testi {
    width: calc(100% - 160px)
}

.scarica {
    width: 160px
}

.scheda-data {
    display: flex
}

p.scheda-dato {
    color: #002656;
    font-size: .9em;
    font-weight: 400
}

p.desc-dato {
    color: #002656;
    margin-bottom: 0
}

.scheda-data .data {
    margin-right: 45px
}

.scheda-data p.scheda-lab {
    color: #000000bf;
    font-weight: 600;
    font-size: 17px
}

.scarica {
    padding-left: 40px;
    box-sizing: border-box;
    align-self: flex-start
}

    .scarica a {
        display: inline-block;
        text-align: center;
        color: #fff;
        text-decoration: none;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #002656
    }

        .scarica a img {
            width: 48px;
            margin: 15px 0
        }

        .scarica a span {
            font-size: 16px;
            letter-spacing: .5px;
            background-color: #002656;
            padding: 5px 0;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            text-transform: none
        }

            .scarica a span img {
                display: inline-block;
                width: 10px;
                margin: 0;
                margin-left: 5px;
                position: inherit;
                right: inherit;
                top: inherit;
                transform: translateY(0) rotate(0)
            }

.urunboxgroup {
    display: contents;
    width: 100%;
    position: relative
}

    .urunboxgroup .urunBox {
        width: 48%;
        margin-right: 15px;
        margin-bottom: 15px;
    }

        .urunboxgroup .urunBox:nth-child(2n+1) {
            width: 48%;
            margin-bottom: 15px;
        }



.contact-fixed {
    position: fixed;
    right: 75px;
    bottom: 18px;
    gap: 10px;
    z-index: 997
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 300;
    text-decoration: none;
    box-shadow: 0 6px 16px #0000001f;
    transition: transform .12s ease,box-shadow .12s ease;
    color: #fff;
    font-size: 16px
}

    .contact-btn:active {
        transform: translateY(1px)
    }

    .contact-btn svg {
        width: 18px;
        height: 18px;
        flex-shrink: 0
    }

.whatsapp {
    background: #25D366
}

.telegram {
    background: #08c
}

.call {
    background: #34a853
}

.boxic {
    display: flex;
    gap: 5px;
}

    .boxic a {
        display: block;
        color: #000;
        font-size: 14px;
        background-color: #fff;
        padding: 10px;
        margin-right: 5px;
    }

@media (max-width: 600px) {
    .contact-btn {
        padding: 12px 16px;
        font-size: 15px
    }

        .contact-btn svg {
            width: 20px;
            height: 20px
        }
}

@media screen and (max-width:650px) {
    .scheda-dettaglio {
        display: block
    }

    .testi {
        width: 100%
    }

    .scarica {
        width: 100%;
        padding: 0
    }

        .scarica a {
            padding: 0;
            margin-top: 20px
        }

            .scarica a img {
                display: none
            }

    .scheda-data .data:first-child {
        margin-right: 10px
    }
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .tarihceKutu span {
        -webkit-text-stroke: 1.5px var(--renk);
        color: transparent;
        font-size: 10rem;
        position: relative;
        top: 38px
    }

    .swiper-pagination-bullet {
        padding: 5px
    }

    .leftSideMen span {
        color: #fff;
        font-size: 35px;
        font-weight: 300
    }

    .leftSideMen p {
        color: #fff;
        font-size: 18px;
        font-weight: lighter
    }

    .leftSideMen a {
        font-size: 16px
    }

    .bmksNext {
        font-size: 20px
    }

    .bmksPrev {
        font-size: 20px
    }

    .ustKutu {
        height: 200px;
        width: 200px
    }

    .altKutu {
        height: 200px;
        width: 200px
    }

    .sagAltKutuText {
        font-weight: 500;
        font-size: 26px !important
    }
}

@media (max-width: 991px) {
    .bPopUp {
        padding: 3rem 1rem
    }

    .bPopUpBg img {
        width: 100%
    }

    .paketKBlsk {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .trhArBg {
        margin-top: 15px
    }

    .certsKutu .sdw {
        width: 50%
    }

    .sektrOklr {
        position: inherit;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        padding: 19px 0
    }

    .ıconDs img {
        height: 40px;
        width: 100px
    }

    .baslikCzg b::before {
        width: 69%
    }

    .tarihceKutu span {
        font-size: 10rem;
        top: 0
    }

    .hakImgg {
        background: transparent !important
    }

    .sektorImgArka2 .sektorcontent {
        padding-left: 1rem
    }

    .bannerKutuk.teknik {
        height: max-content !important;
        bottom: 0 !important;
        background: transparent
    }

    .sonDetayUl {
        margin-bottom: 34px
    }

    .sonContents table {
        width: 100% !important
    }

    .teklifPopUpWid {
        width: 100%
    }

    .sektorImgArka {
        background: transparent;
        margin-top: 1rem
    }

    .sektorImgArka2 {
        background: transparent;
        margin-top: 1rem
    }

    .textContnSektr {
        width: 100%
    }

    .copyright {
        text-align: center;
        flex-direction: column;
        gap: 10px
    }

    footer ul {
        margin: 0;
        padding: 0
    }

    .crumbFlex {
        display: block;
        gap: 5px;
        flex-wrap: wrap
    }

    .teknikBg span {
        font-size: 29px
    }

    .absolTeknkDosy {
        position: static !important
    }

    .altUrunler ul {
        padding: 0
    }

    .tumUrunlerBtn.dgsa {
        margin-bottom: 20px
    }

    .textCentmBs {
        text-align: center !important
    }

    .mobilFLexCnet {
        justify-content: center !important
    }

    .urunFotoBaslikK {
        text-align: center
    }

    .pd-sıfır {
        padding-top: 0 !important
    }

    .aboutSol p {
        font-size: 22px;
        color: var(--renk);
        font-weight: 500
    }

    .tumUrunlerBtn {
        width: 100%;
        right: inherit;
        display: flex;
        justify-content: center;
        padding: 10px
    }

    .certs {
        padding-right: 1rem !important
    }

    .footerIGecnTerx2 {
        text-align: center
    }

        .footerIGecnTerx2 span {
            text-align: center
        }

    .mobilcntas {
        align-items: center
    }

    .nextLeftAbsol {
        bottom: 0
    }

    .icBanner.Urun::before {
        text-align: center !important
    }

    #nav {
        transform: translateY(0%) !important
    }

    .bmksSearchandWorld.mbl {
        position: static !important;
        margin-bottom: 30px;
        padding: 0 20px
    }

    .mobilMenuBg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%
    }

    .mobilMenu {
        position: fixed;
        top: 0;
        right: 0;
        display: flex !important;
        height: 100%;
        width: 100%;
        transform: translateX(100%);
        z-index: 999;
        transition: .35s
    }

    .mobilMenuS ul {
        display: flex;
        flex-direction: column;
        gap: 20px
    }

    .mobilMenuS {
        border-left: 1px solid #d4d4d4;
        width: 80%;
        padding-top: 130px;
        height: 100%;
        position: relative;
        z-index: 2;
        background: #f5f6f8
    }

        .mobilMenuS ul li a {
            font-size: 20px;
            color: var(--renk)
        }

    .custom-cursor {
        display: none !important
    }

    .nav-link.active span {
        border-bottom: 0;
        color: #000;
        font-weight: 600
    }

    .urunTabSol {
        position: absolute;
        left: 0;
        font-size: 29px;
        top: -43px;
        color: var(--renk)
    }

    .urunTabSag {
        right: 0;
        top: -44px
    }

    .icBanner.Urun::before {
        font-size: 3rem
    }

    .bannerKutuk {
        width: 100%;
        height: max-content
    }

    .mobilTopPad {
        margin-top: 20px
    }

    .bannerKutuk {
        padding: 26px 3rem
    }

    .icBanner {
        background-position: center !important;
        background-size: cover !important;
        height: 40rem;
        width: 96%;
        margin: 0 auto;
        display: flex;
        position: relative;
        justify-content: center
    }

    .breadCrumb {
        margin-top: 20px !important
    }

    footer {
        padding-top: 2rem
    }

    .bfriFooter svg {
        left: inherit
    }

    /* Footer Kategoriler — Mobil */
    .footer-kat-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 20px
    }

    .footer-kat-section {
        padding: 20px 0 8px
    }

    .flexfooterMbFl {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        margin: 25px 0;
        text-align: center !important
    }

    .socials {
        justify-content: center;
        color: #fff;
        display: flex;
        gap: 30px;
        font-size: 24.5px;
        margin-top: 11px;
        margin-bottom: 25px
    }

    .icBanner.icUrunD b {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center
    }

    .copyright {
        text-align: center;
        padding-bottom: 2rem
    }

    .footerTtr {
        top: inherit;
        bottom: 0
    }

    .tumUrunlerBtn {
        right: inherit;
        margin-bottom: 15px
    }

    .row-tersMobil {
        flex-direction: column-reverse
    }

    .certsKutu img {
        width: 50%
    }

    .hakAltiIsOrtaklari {
        flex-wrap: wrap
    }

        .hakAltiIsOrtaklari img {
            width: 100%;
            padding: 0 10%
        }

    .aboutBaslik {
        width: 100%;
        text-align: center
    }

    .banner {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .rightSideTopPos .anasayfaUrunKutuTop {
        position: relative;
        top: 0
    }

    .urunStıckyB {
        position: static
    }

    .pc-none {
        display: block
    }

    .mobil-hamb {
        display: block;
        color: #fff;
        font-size: 45px
    }

    .bmksSearchandWorld {
        right: 1rem
    }

    .bimeksLogoSvg {
        height: inherit;
        width: 250px;
    }

    .d-mobil-none {
        display: none !important
    }
}

.breadcrumb {
    background-color: transparent;
    padding: 0
}

    .breadcrumb .breadcrumb-item a {
        color: #979797;
        text-decoration: none;
        font-weight: 400;
        font-size: 20px
    }

    .breadcrumb .breadcrumb-item {
        font-weight: 500;
        font-size: 20px;
        color: #000
    }

.breadcrumb-item.active a {
    color: #332a31;
    font-weight: 600 !important
}

.breadcrumb-item.active {
    font-weight: 600 !important
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #03438f
}

.testo {
    font-size: 13px;
    color: #333;
    line-height: 18px;
    margin: 10px 0;
    float: left;
    width: 100%
}

.pageTitle {
    color: #003F79;
    font-size: 25px;
    line-height: 25px;
    margin: 10px 0
}

.colonnadownload {
    font-size: 18px;
    color: #fff;
    padding: 5px 7px;
    text-transform: uppercase;
    background-color: #002656
}

.mobilMenu {
    display: none
}

#mobilMenuAc {
    display: none
}

.urunpageliste li {
    list-style: circle
}

.resimbyt {
    position: relative;
    width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat
}

.menubg.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #002656f0;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menubg.hide {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    box-shadow: none;
    opacity: .6;
}

.menualt.fixed {
    position: fixed;
    top: var(--menu-bg-height,65px);
    left: 0;
    width: 100%;
    z-index: 9998;
    background-color: #fffffff7;
    border-bottom: 3px solid #022755;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.menualt.hide {
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    box-shadow: none;
    opacity: 0;
}

.main-menu {
    position: relative;
    display: inline-block;
    height: 100%
}

    .main-menu::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -40px;
        height: 40px;
        width: 100%;
        z-index: 999
    }


.contact-btn span {
    display: none;
}

.veriselect {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

@media (max-width: 992px) {
    .preview-pane {
        display: none
    }

    .contact-btn {
        display: block;
        margin-bottom: 10px;
    }

        .contact-btn span {
            display: none;
        }

    .contact-fixed {
        right: 15px;
        bottom: 60px;
    }

    .veriselect {
        padding: 6px 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 13px;
    }

    .breadcrumb .breadcrumb-item {
        font-weight: 500;
        font-size: 13px;
        color: #000
    }
}

@media (max-width: 1440px) {
    .preview-pane {
        position: absolute;
        top: 0;
        right: -7px;
        width: 41%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: inset 0 0 60px #0000000f;
        z-index: 1000;
        pointer-events: none
    }

    .urunboxgroup .urunBox:nth-child(2n+1) {
        width: 46%
    }

    .urunboxgroup .urunBox {
        width: 46%
    }
}

@media (max-width: 1192px) {
    .preview-pane {
        position: absolute;
        top: 0;
        right: -7px;
        width: 30%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        box-shadow: inset 0 0 60px #0000000f;
        z-index: 1000;
        pointer-events: none
    }
}

@media (max-width: 991px) {
    .urunboxgroup .urunBox:nth-child(2n+1) {
        width: 100%;
        margin: 5px 0
    }

    .urunboxgroup .urunBox {
        width: 100%;
        margin: 5px 0
    }

    .navFirst ul {
        display: none
    }

    .mobilteklif {
        display: block;
        position: absolute;
        top: 40%;
        right: 12%
    }

    .mobilCookWrap {
        flex-wrap: wrap;
        justify-content: center;
        margin: 8px 0;
        gap: 10px
    }

    .mobilMenu {
        display: block
    }

    .popup-inner {
        width: 75%
    }

    .mbSearch label {
        color: #fff;
        text-align: center;
        margin-bottom: 6px
    }

    .mbSearch {
        display: flex;
        flex-direction: column;
        margin: 1rem 2rem
    }

        .mbSearch input {
            width: 100%;
            background: transparent;
            border: 1px solid #fff;
            border-radius: 15px;
            padding: 10px;
            color: #fff
        }

    #mobilMenu .langs ul li {
        padding: 0 6px;
        font-size: 15px
    }

    #mobilMenu .langs ul {
        display: flex;
        flex-direction: column;
        gap: 9px;
        background-color: transparent;
        padding: 0;
        margin: 0;
        padding: 8px 15px;
        border-radius: 5px;
        flex-direction: row !important
    }

    .langs {
        position: absolute;
        right: 0;
        display: none;
        top: 30px
    }

    .search {
        display: none
    }

    #mobilMenu .langs {
        right: inherit;
        left: 0rem;
        top: auto;
        bottom: 1rem;
        display: block !important;
        height: max-content
    }

    .lang-link a {
        background: transparent !important;
        color: #fff !important;
        padding: 0 !important
    }

    #mobilMenuAc {
        display: flex
    }

    .mobilDropdown ul li {
        font-weight: 300 !important;
        font-size: 15px !important
    }

    .mobilDropdown ul {
        gap: 5px !important
    }

        .mobilDropdown ul li:last-child {
            top: inherit !important
        }

    .mobilDropdown {
        display: flex;
        flex-direction: column;
        justify-content: start !important
    }

        .mobilDropdown.active {
            position: absolute;
            height: 100%;
            width: 100%;
            z-index: 1;
            background-color: #050B20;
        }

            .mobilDropdown.active .bx-chevron-right {
                transform: rotate(180deg)
            }

        .mobilDropdown .bx-chevron-right {
            position: absolute;
            right: 1rem;
            transition: .5s
        }

    #mobilMenuAc svg {
        height: 30px;
        width: auto;
        position: absolute;
        right: 12.5rem;
        top: 4rem;
        z-index: 99;
        color: #fff;
    }

    #mobilHambKapatBtn {
        display: none
    }

    .mobilMenu .normal-btn {
        width: 100%
    }

    .mobilMenu ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        position: relative;
        padding-left: 0;
        padding-top: 20px
    }

        .mobilMenu ul li {
            color: #fff;
            font-size: 18px;
            width: 100%;
            font-weight: 400;
            padding: 0 13px
        }

            .mobilMenu ul li a {
                color: #fff;
                font-size: 18px;
                width: 100%;
                font-weight: 400;
                text-decoration: none
            }

    .mobilMenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 75%;
        height: 100%;
        transform: translateX(-100%);
        background-color: #002656;
        z-index: 9999;
        transition: transform .42s cubic-bezier(.22,.61,.36,1);
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        will-change: transform
    }

        .mobilMenu.open {
            transform: translateX(0)
        }

    /* Overlay */
    .mobil-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,.45);
        z-index: 9998;
        opacity: 0;
        pointer-events: none;
        transition: opacity .42s cubic-bezier(.22,.61,.36,1)
    }

        .mobil-overlay.open {
            opacity: 1;
            pointer-events: auto
        }

    /* Dropdown açılış */
    .mobilDropdown > ul {
        display: none !important
    }

    .mobilDropdown.active > ul {
        display: flex !important;
        flex-direction: column !important;
        padding-right: 30px;
        background-color: #002656;
    }

    /* ---- Mobil Menü Header (Kapat Butonu) ---- */
    .mobil-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 16px;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        position: sticky;
        top: 0;
        background-color: #002656;
        z-index: 2;
        flex-shrink: 0
    }

    .mobil-menu-baslik {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        opacity: .7
    }

    .mobil-kapat-btn {
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.2);
        color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background .2s;
        flex-shrink: 0
    }

        .mobil-kapat-btn:hover {
            background: rgba(255,255,255,0.22)
        }

    /* ---- Ana Liste Öğeleri: Boşluk + Çizgiler ---- */
    .mobilMenu > ul {
        padding-top: 0 !important
    }

        .mobilMenu > ul > li {
            border-bottom: 1px solid rgba(255,255,255,0.1) !important;
            padding: 15px 16px !important
        }

            .mobilMenu > ul > li:last-child {
                border-bottom: none !important
            }

            .mobilMenu > ul > li > a {
                display: flex;
                align-items: center;
                gap: 8px
            }

    /* ---- Dropdown Trigger (Ok Sembolü) ---- */
    .mobilDropdown > .bghsa {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        width: 100%
    }

        .mobilDropdown > .bghsa span {
            color: #fff;
            font-size: 18px;
            font-weight: 400
        }

    .mobil-ok {
        font-size: 20px;
        color: #fff;
        transition: transform .3s;
        flex-shrink: 0
    }

    .mobilDropdown.active > .bghsa {
        display: none
    }

    /* ---- Geri Butonu ---- */
    .mobil-geri-item {
        padding: 0 !important;
        border-bottom: 1px solid rgba(255,255,255,0.15) !important;
        margin-bottom: 4px;
        display: none !important
    }

    .mobilDropdown.active > ul > .mobil-geri-item {
        display: block !important
    }

    .mobil-geri-btn {
        background: none;
        border: none;
        color: #fff;
        font-size: 16px;
        padding: 14px 16px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        font-weight: 500
    }

        .mobil-geri-btn:hover {
            background: rgba(255,255,255,0.06)
        }

    /* ---- Active Dropdown Panel ---- */
    .mobilDropdown.active {
        padding: 0 !important;
        border-bottom: none !important
    }

        /* Kategori linklerindeki oklar dönmesin */
        .mobilDropdown.active > ul > li > a .bx-chevron-right {
            transform: none !important;
            position: static;
            margin-left: auto
        }

        /* ---- Ana Kategori Başlık Rengi ---- */
        .mobilDropdown.active > ul > li:not(.mobil-geri-item) {
            background-color: #002656;
            border-radius: 4px;
            margin: 3px 8px;
            padding: 0 !important
        }

            .mobilDropdown.active > ul > li:not(.mobil-geri-item) > a {
                padding: 11px 14px !important;
                color: #fff !important;
                font-weight: 500;
                display: flex;
                align-items: center;
                justify-content: space-between
            }

        /* ---- Alt Kategori Rengi (açık ton) ---- */
        .mobilDropdown.active > ul > li > ul {
            display: block !important;
            max-height: none !important;
            overflow: visible !important;
            padding: 0 0 6px 0;
            margin: 0
        }

            .mobilDropdown.active > ul > li > ul > li {
                background-color: #1a4a8a;
                border-radius: 3px;
                margin: 2px 10px;
                padding: 0 !important
            }

                .mobilDropdown.active > ul > li > ul > li > a {
                    padding: 9px 12px !important;
                    color: #fff !important;
                    font-size: 14px;
                    display: block
                }

    #mobilClc1 {
        display: flex !important
    }

    .search.ic {
        padding: 37px 2rem
    }

    .sBgDfl {
        padding-top: 0
    }

    .contentGzB {
        margin-top: 6rem
    }

    div#mobilClc1 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-top: -8rem
    }

    .mobil-none {
        display: none !important
    }

    .urunpages {
        width: 100%;
        position: relative;
        overflow-x: scroll;
        padding: 0px 0;
    }
}

.bPopUp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    height: 100%;
    width: 100%;
    padding: 3rem
}

.bPopUpBg {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background: #ffffffbf;
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}

    .bPopUpBg img {
        height: 90%
    }

.bPopUp span {
    position: absolute;
    right: 18px;
    top: 10px;
    cursor: pointer
}

.rwdimg {
    position: relative;
    transition: .3s;
    overflow: hidden
}

    .rwdimg img {
        position: relative;
        transition: .3s;
        transform: scale(1)
    }

    .rwdimg:hover img {
        position: relative;
        transition: .3s;
        transform: scale(1.2)
    }

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse
}

    .rwd-table tr:first-child {
        border-top: none;
        background: #428bca;
        color: #fff
    }

    .rwd-table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background-color: #f5f9fc
    }

        .rwd-table tr:nth-child(odd):not(:first-child) {
            background-color: #ebf3f9
        }

    .rwd-table th {
        display: none
    }

    .rwd-table td {
        display: block
    }

        .rwd-table td:first-child {
            margin-top: .5em
        }

        .rwd-table td:last-child {
            margin-bottom: .5em
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: 700;
            width: 120px;
            display: inline-block;
            color: #000
        }

    .rwd-table th, .rwd-table td {
        text-align: left
    }

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden
}

    .rwd-table tr {
        border-color: #bfbfbf
    }

    .rwd-table th, .rwd-table td {
        padding: .5em 1em
    }

.errorpage {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding: 120px 24px 100px;
    background: linear-gradient(180deg,#f6f9ff 0%,#eef2f7 100%)
}

.errorpage__image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

    .errorpage__image img {
        max-width: 240px;
        width: 32vw;
        min-width: 160px;
        height: auto
    }

.errorpage h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #0e2344
}

.errorpage p {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #3c4c63;
    max-width: 640px
}

.errorpage .btnback {
    display: inline-block;
    background-color: #002656;
    border-radius: 24px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 12px 22px;
    box-shadow: 0 12px 30px #0026562e;
    text-decoration: none;
    transition: transform .15s ease,box-shadow .15s ease
}

    .errorpage .btnback:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 36px #0026563d;
        color: #fff
    }


.analogo {
    text-align: start;
}

.saglogo {
    text-align: end;
}

.menuboxtop .menualtmobil {
    display: none;
}

@media screen and (max-width: 992px) {
    .analogo {
        text-align: start;
    }

    .saglogo {
        text-align: end;
    }

        .saglogo img {
            height: 30px !important;
        }



    /*    .menuboxtop.fixed .menualt {
        padding-top: 0;
        display: none;
        border-bottom: 2px solid #002656;
    }*/


    .menuboxtop.fixed .menualtmobil {
        display: block;
        background-color: #fff;
        border-bottom: 2px solid #002656;
    }

    .menualtmobil .saglogo {
        padding-left: 21px;
    }

        .menualtmobil .saglogo img {
            margin-top: 0px;
        }

    .menualtmobil #mobilMenuAc svg {
        height: 30px;
        width: auto;
        position: relative;
        right: 0;
        top: 0;
        z-index: 99;
        color: #002656;
    }

    .menualtmobil #langref {
        color: #002656;
    }

    .menualtmobil #mobilMenuAc {
        justify-content: end;
        margin: 5px 0;
    }
}


@media screen and (max-width: 768px) {
    .errorpage {
        min-height: 100vh;
        padding: 96px 16px 72px;
        gap: 10px
    }

    .errorpage__image img {
        max-width: 200px;
        width: 56vw
    }

    .errorpage h1 {
        font-size: 26px
    }

    .errorpage p {
        font-size: 17px
    }

    .bimeksLogoSvg {
        height: inherit;
        width: 170px;
    }

    .saglogo img {
        height: 20px !important;
    }

    .menuboxtop .menualt {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 2px solid #002656;
    }

    #mobilMenuAc svg {
        height: 30px;
        width: auto;
        position: absolute;
        right: 4.5rem;
        top: 4rem;
        z-index: 99;
        color: #fff;
    }
}

@media screen and (max-width: 537px) {
    #mobilMenuAc svg {
        height: 30px;
        width: auto;
        position: absolute;
        right: 1.2rem;
        top: 4rem;
        z-index: 99;
        color: #fff;
    }
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3
    }

    .rwd-table td:before {
        display: none
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em
    }

        .rwd-table th:first-child, .rwd-table td:first-child {
            padding-left: 0
        }

        .rwd-table th:last-child, .rwd-table td:last-child {
            padding-right: 0
        }

    .rwd-table th, .rwd-table td {
        padding: 1em !important
    }
}

/* ══════════════════════════════════════
   Sayfa Tarihleri Çubuğu
══════════════════════════════════════ */


.sayfa-tarih-bar-mobil {
    display: none;
}


.sayfa-tarih-bar {
    background: #f5f6f8;
    border-top: 1px solid #e0e4ea;
    padding: 12px 0
}

.sayfa-tarih-bar-urun {
    display: block;
}



.sayfa-tarih-ic {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px
}

.sayfa-tarih-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555
}

    .sayfa-tarih-item i {
        color: #002855;
        font-size: 14px
    }

    .sayfa-tarih-item strong {
        color: #002855;
        font-weight: 600
    }

.sayfa-tarih-ayrac {
    color: #bbb;
    font-size: 14px
}

@media (max-width: 992px) {

    .sayfa-tarih-bar-mobil {
        background: #f5f6f8;
        border-top: 1px solid #e0e4ea;
        border-bottom: 1px solid #e0e4ea;
        padding: 12px 15px;
        margin-top: 10px;
        display: block;
    }

    .sayfa-tarih-bar-urun {
        display: none;
    }

    .breadcrumb .breadcrumb-item a {
        font-size: 13px;
        padding-left: 0px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .sayfa-tarih-ic {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px
    }

    .sayfa-tarih-ayrac {
        display: none
    }
}
/* ══════════════════════════════════════ */

@media print {
    nav, #nav, header, footer, .breadcrumb, .left-menu-bar, .urunTitle, .no-print, .contact-fixed, #scrollUp, .mobilMenu, .btn, .text-end {
        display: none !important
    }

    .urunpageliste {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important
    }

    img {
        max-width: 100% !important;
        height: auto !important
    }

    .urunpageliste {
        page-break-inside: avoid
    }
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0009;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

    .popup-overlay.active {
        display: flex
    }

.popup-content {
    background: #fff;
    padding: 40px 30px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 10px 30px #00000040;
    animation: popupScale .3s ease
}

    .popup-content span {
        display: block;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px
    }

    .popup-content p {
        font-size: 15px;
        color: #555;
        margin-bottom: 25px
    }

    .popup-content button {
        background: #0d6efd;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px
    }

        .popup-content button:hover {
            background: #0b5ed7
        }

@keyframes popupScale {
    from {
        opacity: 0;
        transform: scale(0.85)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.imgbox1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .imgbox1 img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.trhnone {
    display: block
}

.trhmobil {
    display: none
}

@media only screen and (max-width: 1024px) {
    .trhnone {
        display: none
    }

    .trhmobil {
        display: block
    }

    .tarihceBaslkkB {
        margin-top: 20px
    }
}

.company-timeline {
    width: 100%;
    padding: 40px 16px;
    background: #fff
}

.timeline-track {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    position: relative
}

.timeline-year {
    min-width: 64px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.2
}

.timeline-card {
    flex: 1;
    background: #f4f4f4;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 6px 16px #0000000f
}

.timeline-month {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    position: relative
}

    .timeline-month::after {
        content: "";
        width: 32px;
        height: 2px;
        background: #000;
        display: block;
        margin-top: 4px
    }

.timeline-card p {
    font-size: 13px;
    line-height: 1.5;
    margin: 6px 0 0;
    color: #333
}


.mega-menu {
    position: absolute; /* header sabitse fixed de olabilir */
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    padding: 40px 80px;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
    z-index: 9999;
}

    /* açık hali */
    .mega-menu.active {
        display: flex;
    }




.main-menu {
    position: relative;
    list-style: none;
}

/* mega menu kapalı */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
    z-index: 9999;
    /* kapalı hali */
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .3s ease;
}

    /* AÇIK HAL */
    .mega-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: flex;
    }

    /* layout */
    .mega-menu .left {
        width: 10%;
        border-right: 1px solid #eee;
        margin-bottom: 20px;
    }

    .mega-menu .right {
        width: 90%;
        display: flex;
        gap: 20px;
        padding-left: 20px;
    }

.column h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

    .column h4 a {
        color: #000;
    }

.column ul {
    list-style: none;
    padding: 0;
    margin-bottom: -5px;
}

.column li {
    padding: 2px 0;
    font-size: 14px;
    color: #555;
}

    .column li a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 300;
    }

.left ul {
    padding-left: 0;
    margin-bottom: 0;
}


.left li {
    cursor: pointer;
    padding: 10px 0;
}

    .left li.active {
        font-weight: 600;
        color: #000;
    }

.right-group {
    display: none;
    width: 100%;
}

    .right-group.active {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 15px;
    }

.mega-close {
    position: absolute;
    bottom: 0px;
    left: 10px;
    cursor: pointer;
    font-size: 40px;
    color: #666;
    transition: .2s ease;
}

    .mega-close:hover {
        color: #000;
        transform: rotate(90deg);
    }


.sektorkutu {
    position: relative;
    margin-bottom: 15px;
}

.sektorbox {
    width: 100%;
    position: relative;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 5px;
    transition: .5s;
    height: 100%;
}

    .sektorbox:hover {
        transition: .5s;
        transform: translate(0px,-5px);
    }

    .sektorbox img {
        width: 65%;
        margin-bottom: 5px;
    }

    .sektorbox span {
        color: #002656;
        font-weight: 300;
        display: block;
        font-size: 14px; /* max başlangıç */
    }



.formpages {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 5rem;
}

    .formpages::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: #00265657;
        width: 100%;
        height: 100%;
    }

    .formpages .formpages-formbg {
        width: 100%;
        position: relative;
        padding: 5rem;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.3); /* transparan */
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px); /* Safari için */
    }

    .formpages .form-text {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        margin: 20px 0px;
    }



    .formpages p {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
    }

    .formpages a {
        font-size: 20px;
        color: #fcfcfc;
        font-weight: 300;
    }

.formbg .form-tt {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin-bottom: 15px;
}

.formbg .form-control {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #e9e9e9;
    color: #fff;
}

    .formbg .form-control::placeholder {
        color: #b4b4b4;
    }

.formbg .form-label {
    display: block;
    width: 100%;
    color: #fff;
}

.copyBtn {
    margin-left: 8px;
    padding: 4px 10px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f7f7f7;
}

.copyMessage {
    margin-left: 8px;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
}

    .copyMessage.active {
        opacity: 1;
    }

    .copyMessage.error {
        color: #dc3545;
        opacity: 1;
    }


@media (max-width: 1024px) {
    .left li {
        cursor: pointer;
        padding: 10px 0;
        font-size: 16px;
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .mega-menu {
        position: static;
        flex-direction: column;
        width: 100%;
        box-shadow: none;
    }

        .mega-menu .left {
            width: 100%;
            border-right: none;
            border-bottom: 1px solid #eee;
        }

        .mega-menu .right {
            flex-direction: column;
            gap: 20px;
        }
}





/* ÜRÜN LİSTESİ */
.steel-product-list {
    list-style: none;
    padding: 18px 22px 24px;
    margin: 0;
}

.steel-product-item {
    margin-bottom: 10px;
    padding-left: 14px;
    position: relative;
}

    .steel-product-item::before {
        content: "■";
        position: absolute;
        left: 0;
        top: 3px;
        font-size: 8px;
        color: #fff;
    }

    .steel-product-item a {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        transition: all 0.25s ease;
    }

        .steel-product-item a:hover {
            color: #fff;
            padding-left: 4px;
        }

.pktbox {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    padding: 10px;
    position: relative;
    display: block;
}

    .pktbox img {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

    .pktbox .pkt-title {
        font-size: 20px;
        font-weight: 600;
        color: #002656;
        margin-bottom: 10px;
    }

    .pktbox p {
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

.fiyatbtn {
    background-color: #c79b2a;
    border-radius: 5px;
    padding: 5px 15px;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

    .fiyatbtn:hover {
        background-color: #a87900;
        border-radius: 5px;
        padding: 5px 15px;
        display: block;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        color: #fff;
    }


.hesapbtn {
    background-color: #800020;
    border-radius: 5px;
    padding: 5px 5px;
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

    .hesapbtn:hover {
        background-color: #5c0018;
        border-radius: 5px;
        padding: 5px 5px;
        display: block;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        color: #fff;
    }

/* ===== Fiyat İlaveleri Liste Kartları ===== */
.fiyat-liste-kart {
    display: flex;
    flex-direction: column;
    border: 1px solid #d0d8e8;
    border-radius: 8px;
    padding: 22px 20px 18px;
    color: inherit;
    text-decoration: none;
    background-color: #f8f9fb;
    transition: all 0.2s;
    height: 100%;
    position: relative;
}

.fiyat-liste-kart:hover {
    border-color: #002656;
    background-color: #edf1f8;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0,38,86,0.12);
    transform: translateY(-2px);
    color: inherit;
}

.fiyat-liste-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #002656;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
}

.fiyat-liste-kart h5 {
    color: #002656;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.fiyat-liste-kart p {
    color: #666;
    font-size: 13px;
    margin-bottom: 14px;
    flex: 1;
}

.fiyat-liste-devam {
    color: #3a5a8c;
    font-size: 13px;
    font-weight: 600;
    margin-top: auto;
}

/* ===== Fiyat İlaveleri Detay Sekme Navigasyonu ===== */
.fiyat-tab-sarici {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-bottom: 2px solid #002656;
    padding-bottom: 0;
    margin-bottom: 28px;
}

.fiyat-tab-item {
    display: inline-block;
    padding: 9px 18px;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #c8d4e4;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background-color: #f0f3f8;
    transition: background-color 0.15s, color 0.15s;
    margin-bottom: -2px;
}

.fiyat-tab-item:hover {
    background-color: #dce5f0;
    color: #002656;
    text-decoration: none;
}

.fiyat-tab-aktif {
    background-color: #002656;
    color: #fff !important;
    border-color: #002656;
    font-weight: 700;
}

.fiyat-tablo-baslik {
    color: #002656;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 16px;
    padding-bottom: 6px;
    border-bottom: 2px solid #c0ccda;
}

@media (max-width: 1024px) {
    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* iOS için akıcı scroll */
        gap: 8px;
    }

    .breadcrumb-item {
        flex: 0 0 auto;
    }

    /* scrollbar istemezsen */
    .breadcrumb::-webkit-scrollbar {
    }

    .formpages {
        position: relative;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        padding: 1rem;
        margin-top: 20px;
    }

        .formpages .formpages-formbg {
            width: 100%;
            position: relative;
            padding: 1rem;
            border-radius: 20px;
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

    .formpages-formbg .certs span {
        font-size: 20px;
        color: var(--renk);
        font-weight: 600;
    }

    .formpages .form-text {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin: 20px 0px;
    }
}

@media (max-width: 992px) {

    .scheda-data {
        display: block;
    }

    .ftrBm a {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
    }

    .bimeksLogoSvg img {
        width: 223px;
    }
}




.products-showcase {
    padding: 5rem;
    background: linear-gradient(180deg, #0f172a 0%, #022954 100%);
    color: #fff;
}


/* Üst başlık */
.section-header {
    margin-bottom: 40px;
    max-width: 60%;
}

    .section-header h2 {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 15px;
        letter-spacing: -0.5px;
    }

    .section-header p {
        font-size: 16px;
        color: #cbd5f5;
        line-height: 1.7;
    }

/* Kategori blok */
.category-block {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    transition: all .4s ease;
    height: 100%;
}

    .category-block:hover {
        transform: translateY(-6px);
        box-shadow: 0 25px 60px rgba(0,0,0,.35);
    }

/* Kategori başlığı */
.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

    .category-header h3 {
        font-size: 26px;
        font-weight: 600;
    }

    .category-header span {
        font-size: 14px;
        padding: 6px 14px;
        border-radius: 20px;
        background: linear-gradient(90deg,#38bdf8,#6366f1);
        color: #020617;
        font-weight: 600;
    }

/* Ürün listesi */
.product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

/* Ürün kartları */
.product-item {
    position: relative;
    padding: 10px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: all .35s ease;
    overflow: hidden;
}



    .product-item span,
    .product-item {
        position: relative;
        z-index: 2;
    }

        .product-item:hover {
            color: #fff;
            font-weight: 600;
            transition: .3s;
        }



.bigvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Responsive */
@media(max-width: 1200px) {
    .product-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .products-showcase {
        padding: 2rem;
    }

    .section-header {
        margin-bottom: 20px;
        max-width: 80%;
    }

    .category-header h3 {
        font-size: 20px;
        font-weight: 600;
    }
}

@media(max-width: 768px) {
    .product-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .products-showcase {
        padding: 1rem;
    }

    .section-header h2 {
        font-size: 32px;
    }


    .section-header {
        margin-bottom: 20px;
        max-width: 100%;
    }

    .category-header h3 {
        font-size: 20px;
        font-weight: 600;
    }
}

@media(max-width: 480px) {
    .product-list {
        grid-template-columns: 1fr;
    }
}

/* ══════════════════════════════════════════════════════════
   Safari / iOS / macOS Uyumluluk Düzeltmeleri
══════════════════════════════════════════════════════════ */

/* iOS Safari: -webkit-fill-available ile tam yükseklik */
@supports (-webkit-touch-callout: none) {
    .banner {
        height: -webkit-fill-available;
        max-height: 85svh;
    }
    /* iOS'ta mobil menu yüksekliği */
    .mobilMenu {
        height: -webkit-fill-available;
    }
}

/* Safari: metin boyutunu otomatik büyütme engelle (yatay çevirmede) */
input, textarea, select {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

    /* Safari: input ve select için varsayılan iOS stilini kaldır */
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    select {
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
    }

/* Safari: transition'larda -webkit prefix */
.aboutSayfaHover {
    -webkit-transition: .25s;
}

.rwdimg img {
    -webkit-transition: .3s;
    -webkit-transform: scale(1);
}

.rwdimg:hover img {
    -webkit-transform: scale(1.2);
}

.referansKutu {
    -webkit-transition: .6s;
}

    .referansKutu:hover {
        -webkit-transform: translateY(-20px);
    }

/* Safari: position sticky düzeltmesi */
.urunStıckyB {
    position: -webkit-sticky;
    position: sticky;
}

/* Safari: backdrop-filter gerektiren popuplar */
.teklifPopUp {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

/* iOS Safari: overflow-x: hidden body+html birlikte gerekli */
html, body {
    max-width: 100%;
}

/* Safari: transform-origin webkit prefix */
@supports (-webkit-hyphens: none) {
    .aboutSayfaHover:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .altKutu:hover {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }

    .scrollUp {
        opacity: 0;
        visibility: hidden
    }

    .mega-menu {
        -webkit-transform: translateY(15px);
        -webkit-transition: .3s ease;
    }

        .mega-menu.active {
            -webkit-transform: translateY(0);
        }
}

/* Safari: font rendering düzeltme */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: always;
}
/* ══════════════════════════════════════════════════════════ */

/* Scroll Button */
#scrollTopBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 9999;
}

    #scrollTopBtn.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #scrollTopBtn:hover {
        background: #333;
    }


/* ===== HESAPLAMA SAYFASI ===== */
.hesaplama-wrap {
    padding: 60px 0 80px;
    background: #f7f9fc;
}

    .hesaplama-wrap .page-subtitle {
        color: #6c757d;
        margin-bottom: 32px;
        font-size: 0.95rem;
    }

/* Renk açıklamaları */
.renk-aciklama {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
    padding: 12px 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,38,86,.06);
    font-size: 0.82rem;
}

    .renk-aciklama span {
        display: flex;
        align-items: center;
        gap: 7px;
        color: #444;
    }

.renk-nokta {
    width: 13px;
    height: 13px;
    border-radius: 3px;
    display: inline-block;
    flex-shrink: 0;
}

    .renk-nokta.sari {
        background: #ffe082;
        border: 1.5px solid #f9c200;
    }

    .renk-nokta.turuncu {
        background: #ffcc80;
        border: 1.5px solid #ff9800;
    }

    .renk-nokta.yesil {
        background: #a5d6a7;
        border: 1.5px solid #43a047;
    }

/* Tab container */
.hesap-tab-wrap {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 28px rgba(0,38,86,.10);
    overflow: hidden;
}

/* Tab nav */
.hesap-tab-nav {
    display: flex;
    background: #002656;
    overflow-x: auto;
    scrollbar-width: none;
}

    .hesap-tab-nav::-webkit-scrollbar {
        display: none;
    }

.hesap-tab-btn {
    flex: 1;
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 16px 12px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: rgba(255,255,255,.55);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: color .2s, border-color .2s, background .2s;
    white-space: nowrap;
    text-align: center;
    letter-spacing: .3px;
}

    .hesap-tab-btn i {
        font-size: 1.3rem;
        display: block;
    }

    .hesap-tab-btn:hover {
        color: rgba(255,255,255,.85);
        background: rgba(255,255,255,.07);
    }

    .hesap-tab-btn.active {
        color: #fff;
        border-bottom-color: #f9c200;
        background: rgba(255,255,255,.1);
    }

/* Tab panes */
.hesap-tab-content {
    padding: 32px 32px 28px;
}

.hesap-tab-pane {
    display: none;
}

    .hesap-tab-pane.active {
        display: block;
    }

/* Pane başlık */
.pane-baslik {
    font-size: 1.1rem;
    font-weight: 700;
    color: #002656;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .pane-baslik i {
        width: 34px;
        height: 34px;
        background: #002656;
        color: #fff;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        flex-shrink: 0;
    }

/* Form */
.hesap-form .form-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.hesap-form .form-control,
.hesap-form .form-select {
    border-radius: 8px;
    font-size: 0.91rem;
    height: 42px;
    border: 1.5px solid #dce3ee;
    transition: border-color .2s;
}

    .hesap-form .form-control:focus,
    .hesap-form .form-select:focus {
        border-color: #002656;
        box-shadow: 0 0 0 3px rgba(0,38,86,.12);
    }

/* Renk kodları */
.inp-sari {
    background: #fffde7 !important;
    border-color: #f9c200 !important;
}

    .inp-sari:focus {
        border-color: #f9c200 !important;
        box-shadow: 0 0 0 3px rgba(249,194,0,.18) !important;
    }

.inp-turuncu {
    background: #fff3e0 !important;
    border-color: #ff9800 !important;
    color: #5d3a00 !important;
    cursor: default !important;
}

.inp-yesil {
    background: #e8f5e9 !important;
    border-color: #43a047 !important;
    color: #1b5e20 !important;
    font-weight: 700 !important;
    cursor: default !important;
}

/* Sıfırla */
.hesap-reset-btn {
    background: transparent;
    border: 1.5px solid #002656;
    color: #002656;
    border-radius: 20px;
    padding: 7px 28px;
    font-size: 0.84rem;
    font-weight: 600;
    transition: .22s;
    cursor: pointer;
}

    .hesap-reset-btn:hover {
        background: #002656;
        color: #fff;
    }

/* Kopyala butonu satırı */
.hesap-result-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse;
}

    .hesap-result-row .form-control {
        flex: 1;
    }

.hesap-kopyala-btn {
    flex-shrink: 0;
    background: transparent;
    border: 1.5px solid #43a047;
    color: #1b5e20;
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 0.82rem;
    font-weight: 600;
    white-space: nowrap;
    transition: .22s;
    cursor: pointer;
}

    .hesap-kopyala-btn:hover {
        background: #43a047;
        color: #fff;
    }

/* Yoğunluk mini tablo */
.yogunluk-mini {
    margin-top: 28px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.yogunluk-mini-baslik {
    font-size: 0.78rem;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.yogunluk-mini table {
    width: 100%;
    font-size: 0.82rem;
}

    .yogunluk-mini table th {
        color: #002656;
        font-weight: 600;
        padding: 6px 10px;
        background: #f0f4fa;
        border-bottom: 2px solid #dee2e6;
    }

    .yogunluk-mini table td {
        padding: 6px 10px;
        color: #444;
        border-bottom: 1px solid #f5f5f5;
    }

    .yogunluk-mini table tr:last-child td {
        border-bottom: none;
    }


.tekniktext {
    color: gray;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 992px) {
    .sektorcontent h2 {
        font-size: 25px;
        color: var(--renk);
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .textContnSektr p {
        font-size: 15px;
        line-height: 26px;
        font-weight: 300;
    }

    .sektrImgg {
        height: 100%;
        object-fit: cover;
    }

    .sektorIconBaslik {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        padding: 10px;
    }

    .ıcrkBaslkMdls {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    .pColorGary p {
        color: #2f2f2f;
        font-size: 16px;
        font-weight: 300;
    }

    .hesapbtn, .fiyatbtn {
        font-size: 12px;
    }

    .certs span {
        font-size: 20px;
        color: var(--renk);
        font-weight: 600;
    }

    .certs p {
        color: gray;
        font-size: 16px;
        font-weight: 300;
        margin-top: 10px;
        line-height: 30px;
    }

    .formbg .form-label {
        font-size: 16px;
    }

    .foottitle {
        color: #fff;
        font-size: 18px !important;
        font-weight: bold;
        margin-bottom: 20px;
        border-bottom: 1px solid #ffffff45;
    }

    .tekniktext {
        color: gray;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
    }
}

@media (max-width: 767px) {
    .hesaplama-wrap {
        padding: 36px 0 60px;
    }

    .hesap-tab-content {
        padding: 22px 16px 20px;
    }

    .hesap-tab-btn {
        min-width: 90px;
        padding: 12px 8px;
        font-size: 0.72rem;
    }

        .hesap-tab-btn i {
            font-size: 1.1rem;
        }

    .kopyala-text {
        display: none;
    }

    .hesap-kopyala-btn {
        padding: 7px 10px;
    }

    #langref {
        padding-right: 10px;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Form — Zorunlu Alan Notu & Satır Altı Hata Mesajları
═══════════════════════════════════════════════════════════════ */
.zorunlu-alan-aciklama {
    font-size: 13px;
    color: #888;
    margin: 0 0 16px;
}

.form-hata-mesaj {
    display: block;
    min-height: 18px;
    margin-top: 4px;
    color: #e3342f;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}

.bmksForm input.input-hata,
.bmksForm textarea.input-hata {
    border-color: #e3342f !important;
    background: #fff5f5 !important;
    outline: none;
}

/* ═══════════════════════════════════════════════════════════════
   Hakkımızda Sayfası — EN Giriş Metni (Codex)
═══════════════════════════════════════════════════════════════ */
.certs:has(.bmx-en-about-intro-text) > .leftCizgi {
    display: inline-block !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-bottom: 12px !important;
}

.certs:has(.bmx-en-about-intro-text) > .leftCizgi::before {
    display: none !important;
    content: none !important;
}

.certs:has(.bmx-en-about-intro-text) > .leftCizgi::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 56px !important;
    height: 2px !important;
    background: currentColor !important;
}

.bmx-en-about-intro-text {
    margin: 16px 0 !important;
    padding-left: 0 !important;
    color: #26384d !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    letter-spacing: 0 !important;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box;
}

.bmx-en-about-intro-text strong {
    color: #002855 !important;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .certs:has(.bmx-en-about-intro-text) > .leftCizgi,
    .bmx-en-about-intro-text {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .bmx-en-about-intro-text {
        color: #243447 !important;
        text-align: left !important;
        text-align-last: auto !important;
        text-justify: auto !important;
        line-height: 1.72 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Ana Sayfa Sertifikalar — TR Giriş Metni (Codex)
═══════════════════════════════════════════════════════════════ */
.certs:has(.bmx-cert-intro-text) > .leftCizgi {
    display: inline-block !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-bottom: 12px !important;
}

.certs:has(.bmx-cert-intro-text) > .leftCizgi::before {
    display: none !important;
    content: none !important;
}

.certs:has(.bmx-cert-intro-text) > .leftCizgi::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 56px !important;
    height: 2px !important;
    background: currentColor !important;
}

.bmx-cert-intro-text {
    margin: 16px 0 !important;
    padding-left: 0 !important;
    color: #26384d !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    letter-spacing: 0 !important;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box;
}

.bmx-cert-intro-text strong {
    color: #002855 !important;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .certs:has(.bmx-cert-intro-text) > .leftCizgi,
    .bmx-cert-intro-text {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .bmx-cert-intro-text {
        color: #243447 !important;
        text-align: left !important;
        text-align-last: auto !important;
        text-justify: auto !important;
        line-height: 1.72 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Ana Sayfa Sertifikalar — EN Giriş Metni (Codex)
═══════════════════════════════════════════════════════════════ */
.certs:has(.bmx-en-cert-intro-text) > .leftCizgi {
    display: inline-block !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-bottom: 12px !important;
}

.certs:has(.bmx-en-cert-intro-text) > .leftCizgi::before {
    display: none !important;
    content: none !important;
}

.certs:has(.bmx-en-cert-intro-text) > .leftCizgi::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 56px !important;
    height: 2px !important;
    background: currentColor !important;
}

.bmx-en-cert-intro-text {
    margin: 16px 0 !important;
    padding-left: 0 !important;
    color: #26384d !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    letter-spacing: 0 !important;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box;
}

.bmx-en-cert-intro-text strong {
    color: #002855 !important;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .certs:has(.bmx-en-cert-intro-text) > .leftCizgi,
    .bmx-en-cert-intro-text {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .bmx-en-cert-intro-text {
        color: #243447 !important;
        text-align: left !important;
        text-align-last: auto !important;
        text-justify: auto !important;
        line-height: 1.72 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Ana Sayfa İş Ortakları — TR Giriş Metni (Codex)
═══════════════════════════════════════════════════════════════ */
.certs:has(.bmx-group-intro-text) > .leftCizgi {
    display: inline-block !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-bottom: 12px !important;
}

.certs:has(.bmx-group-intro-text) > .leftCizgi::before {
    display: none !important;
    content: none !important;
}

.certs:has(.bmx-group-intro-text) > .leftCizgi::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 56px !important;
    height: 2px !important;
    background: currentColor !important;
}

.bmx-group-intro-text {
    margin: 16px 0 !important;
    padding-left: 0 !important;
    color: #26384d !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    letter-spacing: 0 !important;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box;
}

.bmx-group-intro-text strong {
    color: #002855 !important;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .certs:has(.bmx-group-intro-text) > .leftCizgi,
    .bmx-group-intro-text {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .bmx-group-intro-text {
        color: #243447 !important;
        text-align: left !important;
        text-align-last: auto !important;
        text-justify: auto !important;
        line-height: 1.72 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Ana Sayfa İş Ortakları — EN Giriş Metni (Codex)
═══════════════════════════════════════════════════════════════ */
.certs:has(.bmx-en-group-intro-text) > .leftCizgi {
    display: inline-block !important;
    position: relative !important;
    padding-left: 0 !important;
    padding-bottom: 12px !important;
}

.certs:has(.bmx-en-group-intro-text) > .leftCizgi::before {
    display: none !important;
    content: none !important;
}

.certs:has(.bmx-en-group-intro-text) > .leftCizgi::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 56px !important;
    height: 2px !important;
    background: currentColor !important;
}

.bmx-en-group-intro-text {
    margin: 16px 0 !important;
    padding-left: 0 !important;
    color: #26384d !important;
    font-weight: 400 !important;
    line-height: 1.68 !important;
    letter-spacing: 0 !important;
    text-align: justify;
    text-align-last: left;
    text-justify: inter-word;
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    box-sizing: border-box;
}

.bmx-en-group-intro-text strong {
    color: #002855 !important;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .certs:has(.bmx-en-group-intro-text) > .leftCizgi,
    .bmx-en-group-intro-text {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }

    .bmx-en-group-intro-text {
        color: #243447 !important;
        text-align: left !important;
        text-align-last: auto !important;
        text-justify: auto !important;
        line-height: 1.72 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   Ana Sayfa Form — TR İletişim & Teklif Bölümü (ChatGPT)
═══════════════════════════════════════════════════════════════ */
#bmxQuoteContactTr {
    width: 100%;
    margin: 0;
    color: #fff;
    font-family: inherit;
    position: relative !important;
}

#bmxQuoteContactTr * {
    box-sizing: border-box;
}

#bmxQuoteContactTr .bmx-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
    position: relative !important;
    margin-top: 0;
    transition: margin-top .05s ease !important;
}

#bmxQuoteContactTr .bmx-label {
    margin: 0 0 3px 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

#bmxQuoteContactTr .bmx-link {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    word-break: break-word;
}

#bmxQuoteContactTr .bmx-link:hover {
    text-decoration: underline;
}

#bmxQuoteContactTr .bmx-copy-area {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

/* ═══════════════════════════════════════════════════════════════
   Ana Sayfa Form — EN Contact & Quote Section (ChatGPT)
═══════════════════════════════════════════════════════════════ */
#bmxQuoteContactEn {
    width: 100%;
    margin: 0;
    color: #fff;
    font-family: inherit;
    position: relative !important;
}

#bmxQuoteContactEn * {
    box-sizing: border-box;
}

#bmxQuoteContactEn .bmx-contact-stack {
    display: flex;
    flex-direction: column;
    gap: 20px !important;
    position: relative !important;
    margin-top: 0;
    transition: margin-top .05s ease !important;
}

#bmxQuoteContactEn .bmx-label {
    margin: 0 0 3px 0;
    color: rgba(255,255,255,.72);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

#bmxQuoteContactEn .bmx-link {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    word-break: break-word;
}

#bmxQuoteContactEn .bmx-link:hover {
    text-decoration: underline;
}

#bmxQuoteContactEn .bmx-copy-area {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
}

/* ═══════════════════════════════════════════════════════════════
   Paylaşılan Form Bileşen Stilleri (TR + EN)
═══════════════════════════════════════════════════════════════ */
.bmx-form-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 25px 0 !important;
    padding: 0 0 12px 0 !important;
    position: relative !important;
    display: block !important;
    width: 100% !important;
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border: none !important;
    line-height: 1.2 !important;
}

.bmx-form-heading::after {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 50px !important;
    height: 2px !important;
    background: #02bff1 !important;
    display: block !important;
}

.bmx-justify-text {
    text-align: justify !important;
    text-align-last: left !important;
    text-justify: inter-word !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.bmx-custom-btn {
    width: 170px !important;
    height: 42px !important;
    border: 2px solid #002656 !important;
    border-radius: 6px !important;
    background: #002656 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(0,38,86,.26) !important;
    font-family: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform .14s ease,box-shadow .14s ease,background-color .18s ease,border-color .18s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    text-transform: none !important;
    outline: none !important;
}

.bmx-custom-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 13px 24px rgba(0,38,86,.32) !important;
    background: #003575 !important;
    border-color: #003575 !important;
    color: #fff !important;
}

.bmx-custom-btn:active,
.bmx-custom-btn.is-pressed {
    transform: translateY(1px) scale(.98) !important;
    box-shadow: 0 5px 12px rgba(0,38,86,.22) !important;
}

.bmx-custom-btn.is-copied {
    background: #02bff1 !important;
    border-color: #02bff1 !important;
    color: #002656 !important;
    box-shadow: 0 10px 20px rgba(2,191,241,.3) !important;
}

.bmx-hide-labels label {
    display: none !important;
}

.bmx-submit-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-top: 24px !important;
}

.bmx-right-form-inputs input[type="text"],
.bmx-right-form-inputs input[type="email"],
.bmx-right-form-inputs textarea {
    border-radius: 5px !important;
    transition: border-color .2s ease,box-shadow .2s ease !important;
}

.bmx-right-form-inputs input[type="text"]:hover,
.bmx-right-form-inputs input[type="email"]:hover,
.bmx-right-form-inputs textarea:hover {
    border-color: #02bff1 !important;
}

.bmx-right-form-inputs input[type="text"]:focus,
.bmx-right-form-inputs input[type="email"]:focus,
.bmx-right-form-inputs textarea:focus {
    border-color: #002656 !important;
    box-shadow: 0 0 0 3px rgba(0,38,86,.15) !important;
    outline: none !important;
}

.bmx-copy-message,
.bmx-submit-message {
    display: block !important;
    position: static !important;
    min-height: 18px;
    margin-top: 8px;
    color: #002656;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(-2px);
    transition: opacity .18s ease,transform .18s ease;
    pointer-events: none;
}

.bmx-copy-message.is-visible,
.bmx-submit-message.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 768px) {
    .bmx-main-row-setup {
        position: relative !important;
        display: flex !important;
        align-items: flex-start !important;
    }

    .bmx-left-col-spacing {
        padding-right: 60px !important;
    }

    .bmx-right-col-reset {
        padding-left: 60px !important;
        margin-top: 0 !important;
    }

    .bmx-center-divider {
        position: absolute !important;
        left: 50% !important;
        transform: translateX(-.5px) !important;
        width: 1px !important;
        max-width: 1px !important;
        min-width: 1px !important;
        background: rgba(255,255,255,.15) !important;
        display: block !important;
        z-index: 10 !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
    #bmxQuoteContactTr,
    #bmxQuoteContactEn {
        margin-top: 24px !important;
    }

    #bmxQuoteContactTr .bmx-copy-area,
    #bmxQuoteContactEn .bmx-copy-area {
        margin-top: 20px !important;
        position: static !important;
    }

    .bmx-center-divider {
        display: none !important;
    }

    .bmx-copy-message,
    .bmx-submit-message {
        position: static !important;
        display: block !important;
        min-height: 20px !important;
        margin-top: 8px !important;
    }

    .bmx-justify-text {
        text-align: left !important;
        text-align-last: auto !important;
        text-justify: auto !important;
        -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
        hyphens: none !important;
    }

    .bmx-left-description,
    .bmx-left-description p,
    .bmx-left-description div,
    .bmx-left-description span {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════
   CLS Fix — Ürün Detay Görsel Alan Tutucuları
   Görselin boyutları önceden tarayıcıya bildirilir; yüklenme
   sırasında sayfa kayması (CLS) önlenir.
═══════════════════════════════════════════════════════════════ */
.bmx-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eef0f3;
}

    .bmx-img-wrap > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Ana ürün görseli — 4:3 oranı, ürün fotoğrafını kırpmadan göster */
.bmx-img-wrap--main {
    aspect-ratio: 4 / 3;
}

    .bmx-img-wrap--main > img {
        object-fit: contain;
    }

/* Sektör küçük görseli — 1:1 kare, ortalanmış */
.bmx-img-wrap--sektor {
    aspect-ratio: 1 / 1;
    width: 65%;
    margin: 0 auto 5px;
    background: transparent;
}

    .bmx-img-wrap--sektor > img {
        object-fit: contain;
    }

/* İlgili ürün kartı görseli — 4:3 */
.bmx-img-wrap--card {
    aspect-ratio: 4 / 3;
}

/* Paket görseli — 16:9 */
.bmx-img-wrap--paket {
    aspect-ratio: 16 / 9;
}

    .bmx-img-wrap--paket > img {
        object-fit: contain;
    }
