/**/
.ekip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    justify-items: center;
    margin-bottom: 60px;
}

.ekip-card {
    text-align: center;
    max-width: 250px;
}

.ekip-card img {
    width: 200px;
    height: 200px;
    border-radius: 50% !important;
    object-fit: cover;
    background-color: #f4f6f9;
    border: 5px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    transition: transform 0.3s ease;

}

.ekip-card:hover img {
    transform: translateY(-5px);
}

.ekip-card h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.ekip-card p {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #1f3864;
    font-weight: 600;
    text-align: center;
}



/**/



.haber_container .haber_tarihi {
    display: inline-block;
    font-size: 13px;
    background-color: #ef9a17;
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 5px;
    margin-bottom: 10px;
}

/**/

/*SAYFALAMA*/
.sayfalama {
    padding: 20px 10px;
}

.sayfalama ul {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow: hidden;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.sayfalama ul li {

    margin: 0px;
    padding: 0px;
    margin-left: 5px;
}

.sayfalama ul li:first-child {
    margin-left: 0px;
}

.sayfalama ul li a {
    display: block;
    padding: 8px 9px 8px 9px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    background-color: #fff;
    min-width: 13px;
    text-align: center;
    border-radius: 3px;

}

.sayfalama ul li a:hover,
.sayfalama ul a:active {
    background-color: #5b5b5b;
    color: #fff;
}


.sayfalama ul li a.current {
    border: 1px solid #2e3951;

    background-color: #2e3951;
    color: #FFF;
}


.sayfalama ul li a img {
    border: none;
}

/**/







/*HABERLER*/


.haberler_container {
    background-color: aliceblue;
    padding: 20px 0px 70px 0px;
}

.haberler_container h1 {
    text-align: left
}

.haberler_container .div_980 {
    position: relative
}

.haberler_container .div_980 a {
    padding: 10px;
    position: absolute;
    box-sizing: border-box;
    right: 0;
}

.haberler {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px
}

.kurslar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px
}

.haber_div {
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    color: #0d4275;
    display: block;
}

.kurs_div {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    display: block;

}


.haber_div:hover,
.kurs_div:hover {
    color: #222
}

.haber_div:hover img {
    width: 106%;
    left: -1%;
}

.kurs_div:hover img {
    filter: brightness(1.1);
}

.haber_div .icon_more,
.kurs_div .icon_more {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.haber_div a,
.kurs_div a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}

.haber_div div {
    position: relative;
    overflow: hidden;
    height: 190px
}

.kurs_div div {
    position: relative;
    overflow: hidden;
}

.haber_div div img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;

    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kurs_div div img {

    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;

    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.haber_div p,
.kurs_div p {
    padding: 10px;
    text-align: left;
    margin-bottom: 20px
}

.haber_div span,
.kurs_div span {
    display: block;
    margin-bottom: 10px;
    color: #929292;
    font-weight: 600;
    font-size: 13px;
}

/**/

.video_ikon {
    position: absolute;
    width: 100%;
    height: calc(100% - 45px);
    background-color: rgba(0, 0, 0, 0.50);
    background-image: url(images/icons/play-icon.webp);
    background-repeat: no-repeat;
    background-position: 8% 86%;
    top: 0;
    background-size: 50px;
    margin: auto;
    left: 0px;

    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.anasayfa_banner_container .div_980>div:hover .video_ikon {
    background-position: 10% 86%;
    background-color: rgba(0, 0, 0, 0.40);
}


.menu_bolumu:hover .header_urunler_container {
    display: grid
}

.header_urunler_container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    padding-top: 70px;
    display: none;
    max-width: 1200px;
}

.header_urun_div {
    background-color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.header_urun_div img {
    max-width: 100%;
    height: auto;
}


.header_urun_div:hover img {
    opacity: 0.9
}

.header_urun_div a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}


label {
    cursor: pointer
}

p {
    margin-bottom: 20px;
    margin-top: 0px;
}

p,
li {
    line-height: 24px;
    text-align: left;
    break-inside: avoid;
}

ul {
    padding: 0 0 24px 17px;
    margin: 0;
}

.kipkirmizibuton {
    padding: 10px;
    color: red;
}

.kolon_2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    text-align: justify;
}

.kolon_3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    text-align: justify;
}


.foto_kolon_2 {
    display: flex;
    margin-bottom: 20px
}

.foto_kolon_2 img {
    max-width: 50% !important
}

/*ANASAYFA BANNER*/
.anasayfa_banner_container {

    background-color: #fff;
    margin-bottom: 30px;
}

.anasayfa_banner_container .div_980 {
    display: block;
    gap: 20px;

}


#tinymce .grid_3>* {
    border: 1px dotted #ccc
}

.grid_3 {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    text-align: center !important
}

.grid_5 {
    grid-template-columns: repeat(5, 1fr);
    display: grid
}






.anasayfa_banner_container img {
    max-width: 100%;
    height: auto;
    width: 100%;
    max-height: 150px;

}

.anasayfa_banner_container span {
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    position: absolute;
    text-align: left;
    padding: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    display: table;
    line-height: normal;
    font-family: 'Oswald', sans-serif;
}

/**********/


/*Anasayfa Hakkimizda bï¿½lï¿½mï¿½**/
.anasayfa_hakkimizda_container {
    background-color: #1f3864;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffffb0;
    font-size: 18px;
    max-width: 1200px;
    margin: auto;
    padding-left: 31px;
    box-sizing: border-box;
    padding-right: 46px;
}

.anasayfa_hakkimizda_container .div_980 {
    text-align: left;
    display: grid;
    grid-template-columns: 500px auto;
    grid-gap: 30px;
    width: auto;

}

.anasayfa_hakkimizda_container h1 {
    border: none;
    color: #fff;
    text-align: left;
    font-size: 30px;
    margin-top: 0;
}

.anasayfa_hakkimizda_container a {
    border: none;
    color: #000000;
    text-align: center;

    margin: auto;
    background-color: #ffffff;
    padding: 10px;
    padding-bottom: 13px;
    border-radius: 3px;
    width: 150px;
    display: inline-block;
}

.anasayfa_hakkimizda_container a:hover {

    background-color: #ee9a17;
    color: #1f3864;

}


/***/


/*E-Bï¿½LTEN*/

.ebulten_container {

    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #fff;

}

.ebulten_container img {
    max-width: 375px;
    height: auto;
}

.ebulten_container .div_980 {
    display: grid;
    grid-template-columns: auto 580px;
}

.ebulten_container a {
    background-color: #1F478C;
    color: #fff !important;
    padding: 10px;
    border-radius: 3px;
    width: 150px;
    display: block;
    margin-bottom: 10px;
}



/**/

/*WHATSAPP POPUP*/
@keyframes alttan_cik {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 20px;
        opacity: 1
    }
}

#w_container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 320px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #9b9b9b82;
    z-index: 100;
    text-align: left;
    display: none;
    animation-name: alttan_cik;
    animation-duration: 0.5s;
}

#w_close {
    position: absolute;
    width: 30px;
    height: 30px;
    opacity: 0.4;
    right: 10px;
    top: 10px;
    background-image: url(images/whatsapp_close.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

#w_close:hover {
    opacity: 1
}

.w_header {
    background-color: rgb(22, 57, 112);
    background: linear-gradient(52deg, rgb(22 57 112 / 100%) 37%, rgb(34 61 102 / 100%) 72%, rgb(8 36 82 / 72%) 100%);
    padding: 24px 20px;
    color: #fff;
    display: grid;
    grid-template-columns: 72px auto;
    line-height: 22px;
    align-items: center;
}

.w_header span {
    display: block;
    font-size: 13px
}

.w_photo {
    position: relative;
    height: 52px;
    width: 52px;
}

.w_photo div {
    height: 50px;
    width: 50px;
    background-image: url(images/whatsapp_photo2.webp);
    background-size: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
}

.w_photo span {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;

    z-index: 1;
    border-radius: 50%;
    border: 2px solid #008069
}

.w_body {
    background-color: #efeae2;
    position: relative;
    overflow: auto;
    max-height: 260px;
    display: grid;
    padding-top: 25px
}

.w_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    margin: auto;
    background-image: url(images/whatsapp_bg.png);
    padding: 20px 20px 20px 10px;
    height: 150px;
}

.w_bubble:before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}

.w_bubble:nth-of-type(3) {
    font-weight: 600;
    font-size: 14px;
    width: 60%;
    max-width: inherit;
    background-color: #fff
}

.w_bubble {
    padding: 7px 14px 6px;
    background-color: #ffffff;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;

    transform-origin: center top;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    min-width: 166px;
    max-width: calc(100% - 166px);
    margin-left: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
}

.w_bubble a {
    background-repeat: no-repeat;
    padding: 5px;
    background-position: left;
    text-indent: 0px;
    display: block;
    line-height: 14px;
}

.w_bubble a:hover {
    color: #044a69
}


.w_bubble a.email {
    background-image: url(images/icons/mail.webp);
}

.w_bubble a.download {
    background-image: url(images/icons/download.webp);
}

.w_bubble a.call {
    background-image: url(images/icons/ara.webp);
}

.w_bubble>b {
    color: rgb(0 0 0 / 40%);
    font-size: 14px;
    line-height: 24px
}

.w_bubble p {
    margin: auto;
    line-height: 20px;
}

.w_bubble span {
    display: block;
    text-align: right;
    font-size: 12px;
    opacity: 0.5;

    margin-right: -5px;
    line-height: 18px;
}

.w_footer {
    background: #fff;
    padding: 20px;
}

.w_footer a {
    display: block;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 14px;
    background-image: url(images/icon-whatsapp.svg);
    background-color: #14B2EC;

    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 16px;
}

.w_footer a:hover {
    background-color: #14B2EC
}

#header_whatsapp {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9;
    padding: 15px;
    background-image: url(images/icon-whatsapp.svg);
    background-color: #01c11e;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 0;
    margin-bottom: 5px;

    display: none;
    cursor: pointer;
}


/**/



/*SAYFA_GALERISI*/
.sayfa_galeri_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: 20px;
}

.sayfa_galeri_container div {
    position: relative;
}

.sayfa_galeri_container a {
    display: block;
    width: 100%;
}

.sayfa_galeri_container img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sayfa_galeri_container div:hover {
    opacity: 0.9;
}

/**/


/*COOKIE ï¿½EREZ POLITIKASI*/
.cookie_popup {
    display: none;
}

.cookie_popup_goster {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: #090909d1;
    color: #fff;
    z-index: 10;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.cookie_popup_goster a {
    color: yellow;
    font-weight: bold
}

.tamam_buton {
    display: block;
    padding: 6px;
    border: 1px solid #ccc;
    width: 100px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #666;
    color: #FFF;
    cursor: pointer;
}

/**/


/**/
.sticky {
    position: fixed;
    width: 100%;
    z-index: 500;
    height: 44px;
    top: 0;
}

.sticky {
    background-color: #fff;
}

.sticky #header_en_ust_div {
    height: 44px;
    min-height: inherit !important;
    min-height: auto;
    background-color: #dcdcdc;
}

.sticky .yil10 {
    position: fixed;
    right: 10px;
    top: 2px;
    bottom: auto;
    height: 39px;
    background-size: contain;
}





.sticky #header_logo {
    height: 37px;
    margin-top: -80px;
}

.sticky #header_menu_div {
    margin-top: 0;
}

.sticky .sag_blok {
    margin-top: 0;
}

.sticky #results {
    inset: 44px 0px 0px;
}

header.sticky+* {
    margin-top: 110px;
}


.yil10 {
    position: absolute;
    background-image: url(images/10yil.svg);
    background-repeat: no-repeat;
    margin: auto;
    right: 0;
    width: 84px;
    height: 68px;
    top: 0;
    bottom: 0;
}

/**/



.sticky .menu_baslik a:hover,
.sticky .tek_link:hover {


    border-radius: 3px;
}

#header_menu>a {
    background-color: #575757;
    color: #fff
}

#header_menu .menu_baslik a {
    color: #fff;
}

#header_menu .menu_baslik a:hover {
    color: #313d50 !important;
    background-color: #fff;
    border-radius: 3px;
}




#header_menu .menu_bolumu:hover .menu_baslik {
    background-image: url(images/asagi_ok.png) !important;
    color: inherit
}







/**/


/* BASLAR Logo ve telefonun oldugu bï¿½lï¿½m*/
header {

    background-color: #dcdcdc;
    position: relative;
    z-index: 400;

}



#header_en_ust_div {
    background-color: #044a69;
    width: 100%;
    position: relative;
    margin: auto;

    left: 0;
    display: inline-block;
    right: 0;

}

#header_en_ust_div .div_980 {
    display: flex;
    gap: 2px;
    margin: auto;
    height: 44px;
    justify-content: flex-end;
    align-items: center;
}


#header_ust_div {
    min-height: 80px;
    position: relative;
    margin: auto;
    left: 0;
    display: flex;
    right: 0;
    width: fit-content;
}

#header_ust_div .div_980 {
    display: grid;
    grid-template-columns: 190px auto 183px;
    grid-column-gap: 1.33%;
    margin: auto;
}


#header_logo {
    width: 210px;
    height: 60px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    margin: auto;
    background-size: auto;
}

#header_logo.tr {
    background-image: url(images/logo.svg);
}

#header_logo.en {
    background-image: url(images/logo-en.svg);
}





#header_logo:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.sag_blok {
    display: flex;
    gap: 2px;
    flex-direction: row-reverse;
    margin: 0;
}

.sag_blok .dil_secenekleri a {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 38px;
    background-color: #575757;
    color: #ffe800 !important;
    font-size: 14px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}




.sag_blok .dil_secenekleri a:hover {
    background-color: #333;
    color: #fff
}




.sag_blok * {
    border-radius: 3px
}

.sag_blok .search_div input {
    position: relative;
    z-index: 999999999;
    padding: 0 10px;
    height: 38px;
    box-sizing: border-box;
    background-color: #3b3b3a;
    border: 0;
    color: #fff;
    width: 120px;

    background-image: url(images/search_icon2.webp);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 18px;
    text-indent: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.sag_blok .search_div input:focus,
.sag_blok .search_div:hover input {
    width: 120px;
    text-indent: 0px;

}

.sag_blok .search_div input:focus {
    width: 120px;
    text-indent: 0px;

}

.sag_blok .search_div input:focus::placeholder {
    color: rgba(0, 0, 0, 0.00);

}



.sag_blok .search_div input::placeholder {
    color: #999;
}





/*sag Blok Arama sonuï¿½lari*/
#results {
    display: none;
    position: fixed;
    background-color: #044a69;
    color: #fff;

    inset: 0px 0px 0px;
    z-index: 16;
    width: 100%;
    height: 100%;
    overflow: scroll;
    border-radius: 0;
    padding-top: 27px;
}

#results .kapat {
    cursor: pointer;
    width: 50px;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    right: 20px;
    background-color: #333;
    padding: 5px;
    border: 1px solid #ffba4f;
    margin-top: -90px;
}


.search_urun_a {
    display: grid;
    grid-template-columns: 20% 78%;
    color: #fff !important;
    border-bottom: 1px solid #777;
    padding: 20px 10px;
    text-align: left;
    grid-column-gap: 2%;
    border-radius: 10px;
    margin: 6px;

}

.search_urun_a .tarih {
    font-size: 13px;
    color: #ffba4f;
    padding-bottom: 10px;
}

.search_urun_a img {
    max-width: 100%;
    height: auto;
}

.search_urunler_div_container {
    max-width: 800px;
    margin: auto;
    margin-top: 10px;
    width: 90%;
}

/*ANASAYFA ï¿½Rï¿½NLER*/
.anasayfa_listeler_container {
    padding-bottom: 50px;
    padding-top: 7px;

}

.anasayfa_listeler_container .anasayfa_listeler {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 0.8vw;
    grid-row-gap: 0.8vw;
    margin: auto;
}

.anasayfa_listeler_container .anasayfa_listeler>div {
    background-color: #fff;
    padding: 30px;
    color: #044a69;
    font-size: 17px;
    position: relative;
    min-height: 110px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    font-weight: 600;
}

.anasayfa_listeler_container .anasayfa_listeler a {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.anasayfa_listeler_container .anasayfa_listeler>div:hover {
    filter: grayscale(1);
    box-shadow: 0px 0px 12px #0000001f;
}

.anasayfa_listeler_container img {
    max-width: 130px;
    opacity: 1;
    display: block;
    margin: auto;
}


.anasayfa_urunler_container {
    padding-bottom: 20px
}

.anasayfa_urunler_container .div_980 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 0.8vw;
    grid-row-gap: 0.8vw;
    margin: auto;
}

.anasayfa_urunler_container .div_980>div {
    padding: 30px;
    color: #1d1d1b;
    background-color: #eee;
    font-size: 18px;
    position: relative;
    min-height: 110px;
    box-sizing: border-box;
    border-radius: 10px;
}

.anasayfa_urunler_container .div_980>div:hover {
    background-color: aliceblue
}

.anasayfa_urunler_container .div_980 a {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.anasayfa_urunler_container .div_980 span {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 24px;
    padding: 3px;
}

















.referanslar_div {
    float: left;
    margin: 6px;
    padding: 5px;
    height: 185px;
    width: 232px;
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
    margin-bottom: 6px;
}

.referanslar_div:hover {
    border-color: #ffe1d1;
}

.referanslar_logo_div {
    display: block;
    height: 137px;
    overflow: hidden;
    border: solid 1px #fff;
    position: relative;
}

.referanslar_logo_div img {
    position: absolute;
    max-height: 120px;
    max-width: 140px !important;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.referanslar_aciklama {
    text-align: center;
    color: #666666;
    margin-top: 7px;
}












.grabbable {
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


table {
    border: 1px solid rgb(238, 238, 238);
    width: 100%;
    max-width: 100%;
    margin-top: 22px;
    margin-bottom: 22px
}

table a {
    color: #000;
}

table td,
table th {
    border-bottom: dotted rgb(238, 238, 238);
    border-width: thin;
    padding: 8px;
    width: auto;
}

table tr:nth-child(even) {
    background-color: #f7f7f7;
}

table tr:nth-child(odd) {
    background-color: #fff;
}

thead tr {
    background-color: #999;
    color: #fff
}

.responsive_tablo td {
    text-align: center
}

.responsive_tablo p {
    text-align: center
}

.responsive_tablo img {
    max-width: 100% !important
}



/**/

.gizle {
    display: none;
}

.goster {
    display: block !important
}

#email_formu {
    padding: 10px;
}

#email_formu span {
    display: block;
}

#email_formu input[type=text] {
    padding: 10px;
    width: 300px;
    border: 1px solid #ccc;
    background-color: #eee;
}

#email_formu input[type=submit] {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #333;
    color: #fff;
}



html {
    scroll-behavior: smooth;
}

body {
    margin: 0px;

    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #222;
    font-size: 16px;



}

::selection {
    background: #333;
    /* Safari */
    color: #ffffff;
}

::-moz-selection {
    background: #333;
    /* Firefox */
    color: #ffffff;
}

a {
    color: #000
}

a:link {
    text-decoration: none;
    color: #333;

}

a:visited {
    text-decoration: none;

}

a:hover {
    text-decoration: none;

}

a:active {
    text-decoration: none;

}

h1 {

    color: #1f3864;
    font-size: 30px;
    font-weight: 700;
    clear: both;
    margin-top: 10px;
}


h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 5px;
    background: linear-gradient(90deg, #044a69, #1594cc);
    border-radius: 2px;
}

h2 {
    color: #1b4fa0;
    font-size: 22px;
    clear: both;


    min-width: 100px;
    text-align: left;



}

h3 {
    font-size: 16px;
    font-weight: 600;
    clear: both;
    margin: auto;
    margin-bottom: 10px;

    display: inline-block;
    padding: 6px 0px;

}

h4 a {
    background-color: #0052af;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    display: inline-block;
}


h4 {
    margin: auto;
    color: rgb(215, 25, 33);
    font-size: 14px;
    font-weight: 400;
}


#ana_div {
    min-height: 100%;
    position: relative;
}

#body_div {
    text-align: center;
}

#footer_div {
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #1f478c;

    text-align: left;

    z-index: 3;
    padding-top: 10px;
    padding-bottom: 10px;


}

#footer_div .div_980 {
    margin: auto;
    font-size: 15px;
    color: #eee;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding: 20px;
    box-sizing: border-box;
}

#footer_div .div_980>div {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 140px;
    line-height: 20px;
    color: #ccc;
}

#footer_div .div_980>div a {
    width: 80%;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1px;
    display: inline-block;

    box-sizing: border-box;
}

#footer_div .div_980>div a:hover {
    text-shadow: 0 0 black;

}

#footer_div .div_980>div>h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 5px;
    display: block;

}






.footer_sosyal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    width: max-content;


}

.footer_sosyal a {
    width: 25px;
    height: 25px;

    background-repeat: no-repeat;
    border-radius: 10px;
}

.footer_sosyal a:hover {
    opacity: 0.75;
}

.footer_sosyal .linkedin {
    background-image: url(images/logolar/linkedin-bedri-icon.svg);
}

.footer_sosyal .instagram {
    background-image: url(images/logolar/instagram-bedri-icon.svg);
}



.footer_sosyal .facebook {
    background-image: url(images/logolar/facebook-bedri-icon.svg);

}

.footer_sosyal .youtube {
    background-image: url(images/logolar/youtube-bedri-icon.svg);
}

.youtube_acildi {
    background-image: url(images/logolar/bedri-youtube-2.svg);
    width: 118px;
    height: 47px;
    background-size: 100%;
}



#footer_copyright {
    position: relative;
    background-color: #E2E2E2;
    color: #999;
    font-size: 13px;
    width: 100%;
    text-align: left;
    text-indent: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 6px;
    box-sizing: border-box;
    margin-top: 35px;
}

#footer_copyright a {
    color: #aaa;
    position: absolute;
    right: 10px
}






.footer_menu_sutun_sag {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    line-height: 20px;
    color: #ccc;
}

.footer_menu_sutun_sag a {
    width: 80%;
    padding-top: 4px;
    padding-bottom: 2px;
    color: #ccc;
    margin-bottom: 1px;
    display: inline-block;
    border-bottom: dotted 1px #999999;
}




.footer_menu_baslik2 {
    margin-top: 40px;
}





/* BITER Logo ve telefonun oldugu bï¿½lï¿½m*/








/* BITER Logo ve telefonun oldugu bï¿½lï¿½m*/






/* BASLAR Header bï¿½lï¿½mï¿½ menï¿½*/



#header_menu_div {
    width: auto;
    height: 38px;

    margin: 0;

    right: 0px;
    opacity: 1.0;

    display: block;
    z-index: 2;
}

#header_menu {


    font-weight: 400;
    color: #0d4275;
    width: 100%;
    left: 0;
    display: flex;
    gap: 2px;
    height: 38px;
    margin: auto;


}

.menu_icon {
    width: 34px;
    height: 28px;
    background-image: url(images/icons/social.webp);
    background-position: -257px 2px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    display: none;
    cursor: pointer;
    left: 10px;
    position: absolute;
}

.sticky .menu_icon {
    filter: none;
}

#header_en_ust_div input[type='checkbox'] {
    display: none;
}



#header_menu a {
    font-size: 14px;
    font-weight: 600;

    float: left;
    -webkit-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;


}



.tek_link {
    font-size: 14px;
    color: #0d4275;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 38px;
    border-radius: 3px;
}


.tek_link:hover {
    background-color: #333 !important;
    color: #ffffff !important;
}




/*BASLAR MENï¿½ Bï¿½Lï¿½Mï¿½ */
.menu_bolumu {
    float: left;
    padding-left: 19px;
    padding-right: 3px;
    margin: 0;
    border-radius: 3px;
    position: relative;
    background-color: #575757;
    color: #fff;

}

.menu_bolumu:hover {
    background-color: #fff;
}

.menu_bolumu:hover .cssmenu {
    display: block
}










.menu_baslik {
    padding-right: 17px;
    background-image: url(images/asagi_ok2.png);
    background-position: right 19px;
    background-repeat: no-repeat;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
    line-height: 38px;
    margin: 0;
    cursor: pointer;
}

.menu_bolumu:hover .menu_baslik {
    color: #333 !important;
    background-image: url(images/asagi_ok.png) !important;
}

#header_menu .menu_baslik a {
    color: #333;

}




#header_menu .menu_baslik:hover a {
    background: none;
}





#header_menu .menu_bolumu:hover .menu_baslik span {
    color: #fff;

}



img.grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;
    /* Transition for Webkit browsers */
}

img.grayscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}

/*BITER MENï¿½ Bï¿½Lï¿½Mï¿½*/



/* CSS DROP DOWN */
.cssmenu {
    margin: 0px;
    padding-bottom: 15px;
    background-color: #044a69;
    clear: both;
    display: none;
    position: absolute;
    width: 355px;
    left: 0;
    height: auto;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
    right: 0;
    margin: auto;
}

.cssmenu a {
    float: left;
    width: 100%;
    margin-left: 0px;
    background-position: left;
    background-repeat: repeat;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;

}

.cssmenu a:hover {
    background-repeat: repeat-y;
    background-position: left;
    background-color: #ffffff21;
    color: #ffffff !important;
    opacity: 1;
}

.cssmenu a:not([href]) {
    background-color: inherit
}

.cssmenu>ul {
    margin-top: 10px !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);


}

.cssmenu ul {
    list-style: none;
    padding: 0;

}

.cssmenu ul ul a {
    background-color: #015276;
    padding-left: 40px;
}


.cssmenu>li:nth-child(1) {
    border: none !important
}

.cssmenu li {
    width: 100%;
    border: none;

    list-style: none;
    margin: 0;
    padding: 0;

}

.cssmenu>li:hover>a {
    color: #fff;
}

.cssmenu>ul a {
    border-bottom: 1px solid #445b7f;
    font-weight: 500 !important
}

.cssmenu>li {
    float: left;
    padding: 0;
}

.cssmenu li a {
    color: #fff;
    display: block;


    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    width: 100%;

}

.cssmenu>li:hover {

    background-repeat: no-repeat;
    padding-left: 0px;

}

.cssmenu>li a:hover {
    color: #000 !important;
    text-decoration: none;
    background-repeat: no-repeat;
    background-color: #eee;





}

.cssmenu>li a {
    display: block;
}

.cssmenu>p {
    clear: left;
}

.cssmenu>.active>a {
    color: #000;
}

.cssmenu>.active>a:hover {
    color: #000;
}





/**/



.kategoriler_div {
    position: relative;
    overflow: hidden;
    height: 242px;
    width: 32%;
    margin-bottom: 10px;
    border: 1px dotted #ddd;
    margin-left: 4px;
    margin-right: 4px;
}



.kategoriler_div:hover img {
    opacity: 0.8 !important;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kategoriler_div a {
    color: #000;
    font-weight: 600;
    position: relative;
    display: block;
    height: 100%;
    background-color: #fff;

    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kategoriler_div a img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;

    top: 0;
    max-width: 100%;
    height: auto;
    z-index: 1;

    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.kategoriler_div img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}


.kategoriler_div a span {
    position: absolute;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
    z-index: 2;
    display: table;
    background-color: rgba(255, 255, 255, 0.93);
    text-align: center;
    bottom: 0;
    font-size: 15px;
    right: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #eee;
}









/**/



/* */

#kategori_detay {
    min-height: 400px;
    padding-bottom: 50px;
}

#kategori_detay a {
    background-image: url(images/ok_ikon.png);
    background-position: left;
    background-repeat: no-repeat;

    border-bottom: 1px dashed #ccc;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    clear: both;
    display: block;
    text-align: left;
}

#kategori_detay a:hover {
    background-color: #efefef;
}













.div_980 {
    width: 980px;
    margin: auto;
}

.div_750 {
    width: 772px;
    min-height: 500px;
    display: inline-block;
    padding-left: 15px;
}

.div_750_inner_container {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 30px;
    margin-bottom: 30px;
    text-align: left;

    min-height: 500px;
}

.div_750_inner_container h1 {
    margin-top: 20px;
    margin-bottom: 7px;
    font-size: 28px;
    font-weight: 800
}

.urun_detay_galeri {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    margin-bottom: 20px;
    align-items: start;

}

.urun_uzun_aciklama {
    grid-column-start: 1;
    grid-column-end: 4;
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    padding-top: 25px;
    margin-bottom: 15px;
}

.video_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.video_container iframe {
    width: 100%;
    max-height: 400px
}

iframe {
    max-width: 100%
}

#urun_download {
    border-top: 1px solid #eee;
    padding-top: 25px
}

#urun_download a {
    display: inline-block;
    background-color: #044a69;
    color: #fff;
    background-image: url(images/download.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px;
    padding: 10px 15px 10px 15px;
    text-indent: 26px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#urun_download a:hover {
    background-color: #333;
}


/*SAYFA BG BACKGROUND */

.bg {
    position: relative;
    background-color: #666;
}

.bg .div_980 {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 70px;
    left: 0;
    text-align: right;
    font-family: 'Water Brush', cursive;
    right: 0;
    padding: 0 20px;
    box-sizing: border-box;
}

.bg img {
    display: block;
    margin: auto;
    filter: brightness(0.7);
    width: 100%;
}

.bg_img_div {
    position: relative;
    overflow: hidden;

    width: 100%;

}

.sayfa_container {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    margin: 30px auto;

    min-height: 600px;
    align-items: start;
    text-align: left;
}

/* --- SOL MENÃœ (SIDEBAR) --- */
.sayfa_container>div:first-child {
    position: sticky;
    top: 120px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);


}

/* --- SAÄ Ä°Ã‡ERÄ°K (MAIN CONTENT) --- */
.sayfa_container>div:last-child {
    background: #ffffff;



    color: #4a5568;
}

.sayfa_container h1 {
    font-size: 32px;
    font-weight: 800;
    color: #0d1e3d;
    margin-bottom: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 20px;
    margin-top: 0px;
}


.sayfa_container h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a2b4c;
    margin-top: 40px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sayfa_container h2::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #0b51c1;
    border-radius: 50%;
    opacity: 0.8;
}

.sayfa_container h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;

}

.sayfa_container p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #4a5568;
}

.sayfa_container ul,
.sayfa_container ol {
    margin-bottom: 24px;
    padding-left: 20px;
}

.sayfa_container li {
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

/* Banner Slider Utility Classes */
.banner-slider-container {
    margin: 20px 0;
}

.banner-slider-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner-slider-item {
    width: 100%;
    position: relative;
}

.banner-slider-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.banner-slider-img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-slider-title {
    display: block;
    text-align: left;
}

.position-relative {
    position: relative;
}

.sayfa_container blockquote {
    background: #f8faff;
    border-left: 4px solid #0b51c1;
    padding: 24px 30px;
    margin: 30px 0;
    border-radius: 0 12px 12px 0;
    font-style: italic;
    color: #2b3a55;
    font-size: 18px;
    font-weight: 500;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.02);
}

.sayfa_container blockquote p {
    margin: 0;
    color: inherit;
}


.float_left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.float_right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}


.urun_detay_container img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.sayfa_container img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-sizing: border-box;
}



.sayfa_container a img:hover,
.urun_detay_container a img:hover {
    opacity: 0.9;
}



/*ANASAYFA SLAYT*/

#slayt_bg {

    background-color: #0d4275;
    overflow: hidden;
    background-image: url(images/bg2.webp);
    font-family: 'Oswald', sans-serif;
    background-size: contain;
}

.slider_980_container {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    height: 100%;
}


/* Callback example */

.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;

    padding: 0;
    margin: auto;

}

.callbacks li {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: auto;
    overflow: hidden;

    display: grid;
    grid-template-columns: 100%;
}




.callbacks .div_980 {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;

    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.callbacks li:hover .div_980 {}

.callbacks .div_p {
    position: absolute;
    font-size: 32px;
    margin: auto;
    max-width: 38%;
    top: 0;
    bottom: 0;
    z-index: 2;
    padding-top: 50px;
    padding-bottom: 50px;
    display: inline-table;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: normal;
    text-align: left;
    background-color: hsl(0deg 0% 100% / 60%);
    margin-left: 57px;
}


.ucgen {
    background-image: url(images/ucgen.webp);
    position: absolute;
    background-repeat: no-repeat;
    width: 145px;
    height: 133px;
    background-size: auto;
    right: -44px;
    bottom: -44px;
}


.callbacks .div_p p {
    line-height: normal
}




.callbacks li a {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
}

.callbacks li span {
    color: #064b69;
    font-size: 35px;
    display: block;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 0px;
    font-weight: 800;
    line-height: initial;
}

.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
    animation-duration: 8s;
    animation-timing-function: cubic-bezier(0, 1.7, 0, 1);
    margin: auto;
    left: 0;
    right: 0;
}













/*BITER  Anasayfa - Duyurular*/

.anasayfa_part1 {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.anasayfa_part1 .div_980 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 100%;
    grid-template-rows: 333px 333px;
}

.anasayfa_part1 .div_980 img {
    filter: grayscale(1);
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.anasayfa_part1 .div_980 span {
    display: table;
    background-color: #37639599;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 316px;
    font-size: 20px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}

.anasayfa_part1 .div_980 div {
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.anasayfa_part1 .div_980 div:hover span {
    height: 30px;
    top: 0;
    line-height: 60px;
}

.anasayfa_part1 .div_980 div:hover img {
    filter: none;
}

.anasayfa_part1 .div_980 a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}




/* BASLAR Iletisim Sayfasi*/

.icon_location {
    background-color: #044a69;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-location.svg);
    -webkit-mask-size: 20px;
    margin-top: 4px;
}

.icon_telephone {
    background-color: #044a69;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-telephone.svg);
    -webkit-mask-size: 20px;
    margin-top: 4px;
}

.icon_fax {
    background-color: #044a69;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-fax.svg);
    -webkit-mask-size: 20px;
    margin-top: 4px;
}

.icon_dialog {
    background-color: #044a69;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-dialog.svg);
    -webkit-mask-size: 24px;
    margin-top: 4px;
}

.icon_email {
    background-color: #044a69;
    background-repeat: no-repeat;
    background-position: left;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-e-mail.svg);
    -webkit-mask-size: 20px;
    margin-top: 4px;
}


.icon_more {
    background-color: #575756;
    background-repeat: no-repeat;
    background-position: 50px;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 45px;
    -webkit-mask-position-x: -8px;
    background-size: 100%;
    -webkit-mask-image: url(images/icon-more.svg);
    -webkit-mask-size: 50px;
    margin-top: 4px;
}



.iletisim_container {
    display: grid;
    grid-template-columns: 40% 59%;
    grid-column-gap: 1%;

    margin: auto;
    margin-bottom: 20px
}

/*GOOOOOOOOOOOOOOOGLE MAPS BASLAR*/
#googlemaps {
    height: auto;
    display: inline-block;
    min-height: 500px;
    border-bottom-left-radius: 150px;
}

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0px;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: #044a69;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-family: sans-serif;
    font-size: 15px;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.5);
}

/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: 22px;
    left: 0;
}

/* This element draws the tip. */
.popup-bubble-anchor::after {
    content: ".";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #044a69;
    color: #044a69;
    font-weight: bold;
    font-size: 30px;
    line-height: 0px;
    text-indent: -4px;
}

/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}


#content a {
    color: #fff
}

/*GOOOOOOOOOOOOOOOGLE MAPS BITER*/



.iletisim_formu_div {
    position: relative;
    margin-top: 20px;
    text-align: left;
    font-weight: 600;
}




.iletisim_formu_div input[type="text"] {
    padding: 12px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.iletisim_formu_div input[type="text"]:focus,
.iletisim_formu_div textarea:focus {
    background-color: #eee;
    color: #000;
}



.iletisim_textbox1 {
    border: 1px solid #d4d4d4;
    color: #666666;
    padding: 10px;
    width: 284px;
}

.iletisim_textarea1 {
    border: 1px solid #d4d4d4;
    background-color: #FFFFFF;
    color: #333;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.iletisim_textbox1:focus,
.iletisim_textarea1:focus {
    background-color: #333;
    color: #fff;
}


.iletisim_buton {
    width: 100px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    color: #FFFFFF;
    font-size: 13px;
    background-color: #333
}




/* BITER Iletisim Sayfasi*/







*:focus {
    outline: none;
}


/*BASLAR Sayfa Detay Menï¿½*/
.sd {
    border-radius: 10px;
    overflow: hidden;
}

.sd_menu_header {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8b9eb5;
    margin-bottom: 20px;
    padding: 0 10px;
    background: none;
    border: none;
}

.sd_menu_header2 {
    background-color: #044a69;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-left: 18px;
    box-sizing: border-box;
}

.sd_profile {
    background-color: #e4e6e7;
    background-image: url(images/icons/profile-photo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 140px
}

.sd_profile_name {
    padding: 10px;
    text-align: center;
    background-color: #f1f1f1;
    font-size: 13px
}

.sd_menu {
    background: none;
    border: none;
    margin: 0;
}

.sd_menu_div {
    position: relative;
    background: none;
    border: none;
    border-radius: 8px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.sd_menu_div span {
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #2c3e50;
    display: block;
    transition: all 0.3s ease;
    background: transparent;
}

.sd_menu_div:hover {
    background: #f4f7f9;
    transform: translateX(5px);
}

.sd_menu_div:hover span {
    color: #096e9b;
}

.sd_menu_div.selected {
    background: #f0f5fc;
    border-left: 4px solid #044a69;
    border-radius: 4px 8px 8px 4px;
}

.sd_menu_div.selected span {
    color: #044a69;
    font-weight: 600;
}

.sd_menu_div2 {
    position: relative;
    box-sizing: border-box;
    background-color: #044a69;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;

    border-bottom: 1px solid #5e8d9f;
}

.sd_menu_div a,
.sd_menu_div2 a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.sd_menu_div.selected {

    background-color: #f5f5f5;
    font-weight: 600
}

.sd_menu_div2.selected {

    background-color: #4b8ba3;
    color: #fff;
}

.sd_menu_div:hover {
    background-color: #ebeef3;

    display: block;
}

.sd_menu_div2:hover {
    background-color: #494949;
    padding-top: 10px;
    display: block;
}


.sd_menu_div .span_class {
    display: inline-block;
    line-height: 50px;
    position: absolute;
    margin-left: 7px;
    top: 6px;
}



/*BITER Sayfa Detay Menï¿½*/





.urunler_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;

    margin-bottom: 30px;


}

.urun_div {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.urun_div>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.urun_div>div {
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.urun_div img {
    border: 0;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.urun_div2 img {
    height: 100%;
    object-fit: cover;
}


.kategori_icon {
    background-image: url(images/icon-kategori.webp);
    background-repeat: no-repeat;
    background-position: 98% 2%;
}


.urun_div:hover {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.urun_div a {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}





.urun_div span {
    display: block;
    width: 100%;
    color: #044a69;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
    z-index: 1;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}





.kod_no {
    color: #fd0000;
    margin-bottom: 20px;
    font-weight: 700
}

.urun_buyuk_resim_a {
    position: relative;
    display: flex;

    overflow: hidden;

    text-align: center;


}

.urun_buyuk_resim_a img {

    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

.urun_kucuk_resimler_div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;

}

.urun_kucuk_resimler_div a {
    position: relative;

    background-color: #FFF;

    border-radius: 10px;
    display: flex;

}

.urun_kucuk_resimler_div img {
    height: 100%;
    object-fit: cover;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;

    right: 0;

}

.urun_menu {
    margin-bottom: 20px;
    background-color: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}

.urun_menu a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    background-repeat: no-repeat;
    padding-top: 7px;
    line-height: 32px;
    cursor: pointer;
    background-size: 40px;
    margin-bottom: 14px;
    text-indent: 48px;
}

.urun_menu a.fiyat_teklifi {
    background-image: url(images/icons/002-copy-writing.png);
}

.urun_menu a.iletisim {
    background-image: url(images/icons/003-contact-mail.png);
}

.urun_menu a.whatsapp {
    background-image: url(images/icons/004-whatsapp.png)
}

#fiyat_teklifi {
    background-color: #fff;
    border-radius: 5px;
    width: 390px;
    z-index: 999;
}

#fiyat_teklifi img {
    max-width: 30%;
    height: auto;
    display: block;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px
}

#fiyat_teklifi input[type="text"] {
    padding: 12px;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    border: 1px solid #999;
    border-radius: 3px;
    box-sizing: border-box;
}

#fiyat_teklifi .g-recaptcha {
    margin-bottom: 5px;
}

#fiyat_teklifi input[type="submit"] {
    background-color: #3e7cab;
    border: 0;
    padding: 10px;
    width: 150px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

#fiyat_teklifi input[disabled="disabled"] {
    background-color: #999;
    cursor: no-drop;
}

#fiyat_teklifi input[disabled="disabled"]:hover {
    background-color: #999 !important;
}

#fiyat_teklifi input[type="submit"]:hover {
    background-color: #2F6F9F;
}






.breadcrumps {
    display: block;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    text-align: center;


    padding-top: 20px;
    padding-bottom: 20px;
}

.breadcrumps .div_980 {

    text-align: left;
    margin: auto;
}

.breadcrumps a {
    color: #1e3964;
    font-weight: 600;
}


.breadcrumps a:hover {
    border-bottom: 1px;
    color: #000;
}








/*BITER Sayfa Detay Menï¿½*/







/*GALERI*/

.albumler_menu {
    text-align: left;
    padding-top: 20px
}

.albumler_menu a {
    display: inline-block;
    padding: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.albumler_menu a.selected {
    background-color: #f7f7f7;
}

.albumler_menu a:hover {
    background-color: aliceblue;
}

.galeri_container {
    margin: auto;
    min-height: 600px;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 230px;
    grid-gap: 10px;
}


.galeri_div {
    position: relative;
    overflow: hidden;
    border-radius: 5px;

}

.galeri_div a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

.galeri_div span {
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 200px;
    background-color: #0000004f;
    font-weight: 600;
    font-size: 20px;
}



.galeri_div img {
    max-width: 110%;
    max-height: 250%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}


.galeri_div:hover img {
    opacity: 0.9;

}




.geri_butonu {
    padding: 10px;
    background-color: #BB0003;
    color: #fff;
}

/**/

.textbox_1 {
    border-color: #C0C9D1;
    background-color: #FFFFFF;
    border-width: thin;
    border-style: solid;
    color: #666666;
    font-size: 13px;
    height: 22px;
    width: 210px
}

.textbox_2 {
    border-color: #C0C9D1;
    background-color: #FFFFFF;
    border-width: thin;
    border-style: solid;
    color: #666666;
    font-size: 13px;
    height: 22px;
    width: 150px
}

.textbox_3 {
    border-color: #C0C9D1;
    background-color: #FFFFFF;
    border-width: thin;
    border-style: solid;
    color: #666666;
    font-size: 13px;
    height: 22px;
    width: 60px
}

.selectbox_3 {
    border-color: #C0C9D1;
    background-color: #FFFFFF;
    border-width: thin;
    border-style: solid;
    color: #666666;
    font-size: 13px;
    height: 26px;
    width: 50px
}

.selectbox_2 {
    border-color: #C0C9D1;
    background-color: #FFFFFF;
    border-width: thin;
    border-style: solid;
    color: #666666;
    font-size: 13px;
    height: 26px;
    width: 80px
}

.textarea_1 {
    border-color: #C0C9D1;
    background-color: #FFFFFF;
    border-width: thin;
    border-style: solid;
    color: #666666;
    font-size: 13px;
    height: 42px;
    width: 350px
}

.button_1 {
    background-color: #333;
    border-width: thin;
    border-style: solid;
    color: #fff;
    font-size: 13px;
    height: 32px;
    width: 120px
}

.video_div {
    float: left;
    width: 257px;
    height: 167px;
    position: relative;
}

.video_div a {
    z-index: -1;
}

.video_div a:hover {
    z-index: 1;
}

.video_img_div {
    width: 250px;
    height: 160px;
    overflow: hidden;
}

.video_play_div {
    position: absolute;
    background-image: url(images/video_play.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 250px;
    height: 160px;
    opacity: 0.8;
}

.video_play_div:hover {
    opacity: 0;
}

.video_img_div img {

    max-width: 250px;
    border: none;

}

.video_aciklama {
    width: 250px;
    height: 50px;
    font-size: 13px;
}

.video_play_div {}

.img_div {
    overflow: hidden;
    margin-bottom: 4px;
}


@media only screen and (min-width: 1501px) and (max-width: 7000px) {




    .galeri_ana_container>div {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }


    .div_980 {
        width: 1200px
    }




    .callbacks li>div>div {
        background: none !important
    }


}

@media only screen and (min-width: 1351px) and (max-width: 1500px) {
    .anasayfa_hakkimizda_container .div_980 {
        max-width: 600px
    }

    .galeri_container {
        grid-auto-rows: 180px;
        grid-gap: 10px;
    }

    .div_750_inner_container h1 {
        font-size: 29px
    }

    #header_en_ust_div .div_980 {
        grid-template-columns: 20% auto 19%;
    }

    .galeri_ana_container>div {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }

    .div_980 {
        width: 1300px
    }

    .callbacks li>div>div {
        background: none !important
    }

}


@media only screen and (min-width: 1240px) and (max-width: 1350px) {
    .bg_img_div {
        height: 270px
    }

    .anasayfa_hakkimizda_container .div_980 {
        max-width: 500px
    }

    .galeri_container {
        grid-template-columns: repeat(4, 1fr);
    }



    .div_750_inner_container h1 {
        font-size: 28px
    }

    #header_en_ust_div .div_980 {
        grid-template-columns: 180px auto 132px
    }

    #header_logo {
        width: 180px;
        background-size: 100%
    }


    .menu_bolumu {
        padding-left: 6px;
        padding-right: 6px;
    }

    .menu_baslik {
        font-size: 15px
    }

    .tek_link {
        padding-left: 5px;
        padding-right: 5px
    }

    .galeri_ana_container>div {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }


    .callbacks .div_p {
        font-size: 28px;
    }

    .div_980 {
        width: 1200px
    }



    .callbacks li>div>div {
        background: none !important
    }

    #footer_alt_div {
        grid-template-columns: 25% 25% 25% 25%;
    }

}


@media only screen and (min-width: 1024px) and (max-width: 1239px) {
    .cssmenu {
        width: 300px
    }

    .anasayfa_banner_container span {
        font-size: 12px
    }



    .anasayfa_hakkimizda_container .div_980 {
        max-width: 400px
    }

    #header_en_ust_div .div_980 {
        grid-template-columns: 160px auto;
        grid-gap: 10px;
    }

    #header_logo {
        width: 160px;
        background-size: 100%
    }

    .sag_blok {
        margin-top: 0px;
        position: absolute;
        top: 4px;
        right: 5px;
    }

    .sag_blok .search_div input {
        width: 120px
    }

    .sag_blok .search_div input:focus,
    .sag_blok .search_div:hover input {
        width: 120px
    }

    .menu_bolumu {
        padding-left: 8px;
        padding-right: 8px;
    }

    .galeri_container {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 180px;
    }

    #footer_div .div_980 {
        grid-template-columns: repeat(4, 1fr)
    }



    .div_750_inner_container h1 {
        font-size: 26px
    }

    .urun_menu {
        padding: 17px
    }

    .menu_baslik {
        font-size: 14px
    }

    .sd_menu_div {
        font-size: 14px
    }



    .urunler_container {
        grid-template-columns: repeat(3, 1fr)
    }

    .urun_div span {
        font-size: 14px
    }


    .callbacks .div_p {
        font-size: 26px;
    }

    #header_menu a {
        font-size: 14px
    }

    #header_menu .tek_link {
        font-size: 14px;
        padding-left: 12px;
        padding-right: 12px;
    }

    #header_menu .farkli_link {
        margin-left: 5px;
        padding-left: 30px;
        padding-right: 10px;
    }

    .menu_bolumu {
        padding-right: 2px
    }



    .sayfa_container {
        grid-template-columns: 25% auto
    }

    .ac_kapa_div {
        background-position: 480px 0px;
    }



    #footer_copyright {
        min-width: 1023px;
    }


    .footer_menu_sutun {
        width: 236px
    }

    .footer_menu_sutun a {
        width: 217px
    }

    .callbacks li>div>div {
        background: none !important
    }
}




@media only screen and (min-width: 100px) and (max-width: 1023px) {

    #header_menu>a {
        background-color: initial;

    }

    .urun_detay_galeri {
        grid-template-columns: 100%;
    }

    .ucgen {
        top: 0px;
        width: 89px;
        right: -13px;
        height: 89px;
        background-size: contain;
    }

    .sayfa_container {
        grid-template-columns: 1fr;
        margin: 30px auto;
        padding: 0 20px;
    }

    .sayfa_container>div:first-child {
        position: relative;
        top: 0;

    }

    .sayfa_container>div:last-child {}

    .sayfa_container h1 {
        font-size: 28px;
    }

    .ekip-grid {
        grid-template-columns: 1fr;
    }

    .footer-bot {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-top {
        grid-template-columns: 1fr !important;
    }

    .footer-mid {
        grid-template-columns: 1fr 1fr !important;
    }

    .footer-news-grid {
        grid-template-columns: 1fr;
    }

    .footer-gallery {
        flex-direction: column;
    }


    .urun-tab-btn,
    .urun-tab-link {
        font-size: 14px;
        padding: 10px 15px;
        flex: 1 1 auto;
        text-align: center;
    }

    .urun-tab-content {
        padding: 15px;
        font-size: 14px;
    }

    #header_ust_div .div_980 {
        grid-template-columns: 100%;
    }

    .footer_imza .imza>div {
        border: none;
    }

    .float_left {
        float: none;
        margin: 0;
        width: 100%;
    }

    .float_right {
        float: none;
        margin: 0;
        width: 100%;
    }

    .responsive_tablo td {
        display: block
    }

    .sag_blok .search_div input::placeholder {
        color: hsla(0, 0%, 76%, 0.00);
    }

    .anasayfa_hakkimizda_container {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px
    }

    .anasayfa_hakkimizda_container .div_980 {
        grid-template-columns: 100%;
    }

    .anasayfa_banner_container .div_980 {
        padding-top: 15px;
        grid-gap: 10px;
    }

    .anasayfa_banner_container span {
        padding: 20px;
        font-size: 20px
    }



    .bg .div_980 {
        font-size: 32px
    }


    .footer_e_bulten {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 40px;
    }

    .ebulten_container .div_980 {
        grid-template-columns: repeat(1, 1fr);
        text-align: left
    }





    .grid_3 {
        grid-template-columns: repeat(1, 1fr)
    }

    .grid_5 {
        grid-template-columns: repeat(2, 1fr)
    }


    .haberler {
        grid-template-columns: repeat(2, 1fr);
    }

    .kurslar {
        grid-template-columns: repeat(2, 1fr);
    }

    .haber_div {
        display: block
    }

    .haber_div div {
        height: auto
    }

    .haber_div div img {
        position: static;
    }



    .menu_bolumu:hover .menu_baslik {
        color: #fff !important;
    }

    .header_urunler_container {
        display: none
    }

    .menu_bolumu:hover .header_urunler_container {
        display: none
    }

    .menu_bolumu:hover {
        border-radius: 0;
        background-color: inherit
    }

    #header_menu .menu_baslik a:hover,


    .anasayfa_banner_container {
        padding: 0
    }

    .sticky .sag_blok span {
        background-color: #fff;
        color: #044a69;
        border: 1px solid #dbdbdb
    }

    header.sticky+* {
        margin-top: 150px;
    }




    .header_blur {
        display: none
    }

    .anasayfa_banner_container .div_980 {
        grid-template-columns: repeat(2, 1fr)
    }

    .anasayfa_banner_container:nth-of-type(4) {
        margin-top: 0;
        padding-top: 0px;
    }


    .sticky {
        position: fixed
    }

    .sticky #header_logo {
        margin-top: -84px;
        transform: none;
    }











    .footer_imza .imza_div_980,
    .footer_imza .imza {
        grid-template-columns: 100%
    }



    .menu_bolumu:hover .cssmenu {
        display: none
    }

    p,
    li {
        text-align: inherit
    }

    .anasayfa_listeler_container .anasayfa_listeler {
        grid-template-columns: repeat(2, 1fr);
    }

    #results {
        border-radius: 0
    }

    .sticky .sag_blok {
        top: 0px
    }

    .sticky #header_menu_div {
        margin-top: 0px;
    }

    .sag_blok .dil_secenekleri .diller {
        padding: 31px;
    }

    .sag_blok .dil_secenekleri .diller a {
        width: 95%;
    }

    .anasayfa_part1 .div_980 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 150px 150px 150px;
        grid-gap: 5px;
    }

    .anasayfa_part1 .div_980 span {
        line-height: 150px;
        font-size: 16px;
    }

    .anasayfa_listeler_container img {
        max-width: 100px
    }

    .video_container {
        grid-template-columns: 100%
    }


    #w_container {
        width: 300px
    }

    #header_whatsapp {
        width: 30px;
        height: 30px;
        background-size: 40px;
        right: 10px;
        bottom: 10px;
    }

    .urun_menu {
        display: grid;
        grid-gap: 20px;
        margin-bottom: 0
    }

    .sayfa_galeri_container {
        grid-template-columns: 100%;
    }


    .kolon_2 {
        column-count: auto
    }

    .kolon_3 {
        column-count: auto
    }

    .foto_kolon_2 {
        display: grid;
    }

    .foto_kolon_2 img {
        max-width: 100% !important
    }



    .sag_blok {

        margin-top: 0px;
        position: absolute;
        top: 3px;
        right: 6px;
        z-index: 10;
    }

    .sag_blok .search_div input {
        width: 40px;
        background-position: center;
    }

    .sag_blok .search_div input:focus {
        background-position: 93%
    }

    #results {
        position: fixed;
        inset: 41px 0px 0px;
        overflow: scroll;
    }

    .anasayfa_urunler_container .div_980 {
        grid-template-columns: 100%;
        grid-column-gap: 0
    }

    .anasayfa_part2 .div_980,
    .anasayfa_part3 .div_980 {
        grid-template-columns: 100%;
        grid-column-gap: 0
    }

    #footer_div .div_980 {
        grid-template-columns: repeat(2, 1fr);
    }


    .urun_uzun_aciklama {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .callbacks .div_p {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        max-width: 100%;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 220px;
        /* Sabit yükseklik */

        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        letter-spacing: 0;

        left: 0;
        border-bottom: none;
        text-align: center;
        margin: 10px;

    }

    .callbacks li span {
        font-size: 24px
    }


    .callbacks li {
        position: inherit !important;
        max-height: inherit;
        display: flex;
        flex-flow: column-reverse;
    }

    .callbacks_nav {
        display: none;
        cursor: move
    }

    .callbacks li>div {
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .callbacks .div_980 {
        position: relative;
        min-width: auto;
        min-height: auto;
    }

    .callbacks li>div>div {
        width: 100%;
        top: auto;
        border: none;
        height: auto;
        margin: auto;
        background: bottom;
    }



    .callbacks li>div p {
        text-align: center;
        width: 100% !important;
        position: relative;
        font-size: 26px;
        margin: auto;
        left: auto;
        max-width: initial;

        padding: 10px;
        box-sizing: border-box;
    }



    .callbacks img {
        max-width: inherit;
        width: 100%;
        float: none;


        left: 0;

        right: 0;
        margin: auto;

    }










    .iletisim_container {
        grid-template-columns: 100%;
        grid-column-gap: 0%;
    }

    .iletisim_formu_div table {
        min-width: auto
    }

    #googlemaps {
        height: 400px
    }

    .flickity-prev-next-button {
        display: none !important
    }





    .div_750_inner_container {
        grid-template-columns: 100%;
        grid-column-gap: 0%;
    }

    .urun_kucuk_resimler_div {}

    .urun_kucuk_resimler_div img {
        position: relative;
    }


    .galeri_container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 160px;
    }

    .galeri_ana_container>div {
        grid-template-columns: 100%;
        grid-gap: 0%;
    }




    .urunler_container {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 20px;
    }





    .urun_buyuk_resim_a {
        height: auto;
        width: 100%;
        padding: 0;
    }

    .urun_kucuk_resim_a {
        width: 48%
    }


    #slayt_bg {
        border-radius: 0px
    }


    .urun_div {
        width: 100%;
        height: auto;
    }



    .urun_div a span {
        font-size: 15px;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
    }





    h4 {
        font-size: 20px
    }

    iframe {
        max-width: 100%;
    }

    .div_980 {
        width: 95%
    }

    .sayfa_container {
        grid-template-columns: 100%;
        min-height: auto;
        max-width: 90%;
        margin: auto
    }




    .sd_menu_header {
        font-size: 18px;
        margin-bottom: 10px;
        cursor: pointer;
        background-color: #eee;
        background-position: 20px;
        text-indent: 21px;
        border-radius: 10px;
    }

    .sd_menu {
        display: none;
        margin: auto;
    }


    .sd_menu a {
        width: 100% !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 15px !important;
        text-align: center;
        background: none
    }

    .sd_menu a.selected {
        border: none;
        width: 100%;
    }

    .sd_menu .ek {
        padding-left: 0;
        width: 100%;
    }

    .sd_menu .ek:hover {
        padding-left: 0;
        width: 100%;
    }





    #header_iletisim {
        display: none
    }



    .header_call_us {
        background-position: 0px 0px;
        margin-left: 10px;
        padding-left: 28px;
        background-size: 20px;
        font-size: 16px;
    }

    .header_email_us {
        display: none;
    }



    #anasayfa .sag_blok span {
        color: #fff;
        background-color: #044a69
    }

    #header_en_ust_div .div_980 {
        margin: auto;
        width: 100%;
        display: block
    }

    #header_logo {
        margin: auto;
        position: relative;

    }

    .yil10 {
        display: none !important;
    }

    #header_menu_div {


        width: 100%;
        height: 100%;
        position: fixed;
        overflow: scroll;
        background-color: #044a69;
        z-index: 99;
        padding-top: 50px;
        box-sizing: border-box;
        margin-top: 0;
    }

    #header_menu>* {
        border-bottom: 1px solid #36558E;
    }

    #header_menu .menu_bolumu .menu_baslik {
        background-image: url(images/ac-kapa-artema.png) !important;
        background-position: 98% 5px;
        background-repeat: no-repeat;
        color: #fff;
        padding-right: 0;
        font-size: 18px;
    }



    #header_en_ust_div input[type='checkbox'] {
        display: none;
    }

    #header_en_ust_div input+.menu_icon+* {
        display: none;
    }

    #header_en_ust_div input:checked+.menu_icon+* {
        display: block;
    }

    #header_en_ust_div input:checked~.menu_icon {

        background-position: -256px -26px;

    }

    #header_en_ust_div input:checked+.menu_icon+#header_menu_div #header_menu {
        display: block;
        width: 100%;
    }

    #header_menu {
        display: none;
        width: 100%;
        left: auto;
        position: relative;
        right: 0px;
    }

    #header_en_ust_div .menu_icon {
        display: block;
        margin-top: 7px;
        z-index: 100;
    }





    #header_menu .menu_baslik a {
        color: #fff;
        border-radius: 3px;
    }

    #header_menu .menu_baslik span {
        color: #fff;
        font-size: 18px;
        width: 100%;
    }

    .menu_bolumu {
        display: inline-table;
        float: left;
        background-color: inherit;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        cursor: pointer;
        height: 40px;
        width: 100%;
        text-align: left;
        text-indent: 50px;


    }





    .menu_baslik {
        background-image: none
    }



    .cssmenu {
        position: static;
        width: auto;
        margin-left: 0px;
        margin-top: 0px;
        padding-bottom: 5px;
    }

    .cssmenu>ul {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0px !important;
        padding-top: 0px !important;
        padding-left: 21px;
        box-sizing: border-box;
        width: 100%;
    }

    .cssmenu>ul>li>a {
        border-bottom: 0
    }

    .cssmenu .liste_header,
    .cssmenu ul li,
    .cssmenu liste_footer {
        width: 100%
    }

    .cssmenu ul li {}

    .cssmenu li a {
        line-height: 35px;
    }


    #header_menu a {
        width: 100%;
        padding: 0px;
        text-align: left;
        font-size: 18px !important;
    }

    #header_menu .tek_link {
        color: #fff;

        padding-left: 0px;
        padding-right: 0px;

        text-align: left;
        text-indent: 50px;

    }



    h1 {
        font-size: 24px
    }


    #mcts1 {
        width: 88% !important;
    }


    #kategori_detay .link {
        width: 95%;
        font-size: 18px;
    }


    body {
        font-size: 18px
    }

    img {
        max-width: 100%;
        height: auto
    }

    #iletisim_formu {}

    .iletisim_textbox1,
    .iletisim_textarea1 {
        width: 100%;
        box-sizing: border-box;
    }

    .iletisim_formu_div {
        width: auto;
        border-radius: 0px;
        font-size: 17px
    }

    .ac_kapa_div {
        display: none
    }




    #footer_alt_div {
        display: block;
        -moz-column-count: 2;
        column-count: 2;
        width: 100%;
    }

    .footer_menu_sutun {
        width: auto;
        display: inline-block;
        float: none;
    }

    .footer_menu_baslik,
    .footer_menu_baslik2 {
        font-size: 16px;
    }


    .footer_menu_sutun a {
        width: 100%;
        font-size: 16px;
    }

    .footer_menu_sutun_sag {
        width: auto;
        float: none;
        font-size: 13px;
    }

    #footer_copyright {
        font-size: 13px;

    }

    #footer_copyright a {
        font-size: 13px
    }


}

/* NEW FOOTER STYLES */
#footer_new {
    background-color: #525252;
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 40px;
}

#footer_new .div_980 {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Typography & Titles */
.footer-h4 {
    color: #ffcc00;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.footer-h4.mt-20 {
    margin-top: 20px;
}

#footer_new a {
    color: #ddd;
    text-decoration: none;
    transition: 0.2s;
}

#footer_new a:hover {
    color: #fff;
}

/* TOP SECTION */
.footer-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #666;
    padding-bottom: 30px;
}

.footer-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.footer-news-card {
    display: flex;
    background-color: #666;
    border: 1px solid #777;
    overflow: hidden;
}



.footer-news-card img {
    width: 120px;
    height: 90px;
    object-fit: cover;
}

.footer-news-text {
    padding: 10px;
    flex: 1;
}

.footer-news-text h5 {
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #fff;
}

.footer-news-text p {
    margin: 0;
    font-size: 13px;
    color: #ccc;
    line-height: 1.3;
}

/* MID SECTION */
.footer-mid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.7fr 1.6fr;
    gap: 20px;
    margin-bottom: 40px;
}

.footer-mid-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-mid-col ul li {
    margin-bottom: 6px;
    font-size: 14px;
}

.contact-col p {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #ddd;
}

/* BOT SECTION */
.footer-bot {
    display: flex;
    align-items: center;

    padding: 0px 0 40px 0;
    gap: 26px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-brands {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px 18px;
    grid-auto-flow: column;
}

.footer-brands img {
    height: 75px;
}

.footer-brands img.no-margin {
    margin-right: 0;
}

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

.footer-socials h3 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 24px;
}

.footer-socials h3 span {
    background: red;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 16px;
}

.footer-socials .socials-desc {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-gallery {
    display: flex;
    align-items: stretch;
    gap: 5px;
}

.footer-gallery-imgs {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.footer-gallery-imgs img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}



#footer_new .footer-copyright-full {
    background: #333;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    color: #ccc;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

#footer_new .footer-copyright-full a {
    color: #ccc;
}


/* URUN TABS - MINIMALIST */
.urun-tabs-container {
    margin-top: 30px;
    font-family: inherit;
}

.urun-tabs-header {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e0e0e0;
}

.urun-tab-btn,
.urun-tab-link {
    background: #ebebeb;
    color: #044a69;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    border: 1px solid transparent;
    border-bottom: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: none;
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
}

.urun-tab-btn:hover,
.urun-tab-link:hover {
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
}

.urun-tab-btn.active {
    background: #fff;
    color: #333;
    border-color: #e0e0e0;
    border-bottom-color: #fff;
    margin-bottom: -1px;
}

.urun-tab-link::after {
    content: '\2197';
    /* Ok isareti */
    margin-left: 5px;
    font-size: 14px;
}

.urun-tabs-body {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.urun-tab-content {
    display: none;
    padding: 20px;
    color: #222;
    font-size: 15px;
    line-height: 1.6;
}

.urun-tab-content.active {
    display: block;
}

/* Product Sidebar Accordion Menu */
.sd_accordion {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e0e6ed;
    border-top: 0;
    overflow: hidden;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.sd_accordion_header {
    background: #044a69;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.acc_group {
    border-bottom: 1px solid #eef2f6;
}

.acc_group:last-child {
    border-bottom: none;
}

.acc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #fff;
    transition: background 0.2s ease;
    position: relative;
    cursor: pointer;
}

.acc_header:hover {
    background: #f7fafc;
}

.acc_header.selected {
    background: #eaf3fa;

}

.acc_title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    flex: 1;
    line-height: 1.4;
    display: block;
}

.acc_header.selected .acc_title {
    color: #01a5c3;
}

.acc_toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    color: #888;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.acc_toggle::after {
    content: '❯';
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 11px;
}

.acc_group.open>.acc_header>.acc_toggle::after {
    transform: rotate(90deg);
    color: #01a5c3;
}

.acc_body {
    padding-left: 10px;
    background: #f8fafc;
    border-top: 1px solid #eef2f6;
}

.acc_item {
    padding: 8px 14px;
    border-bottom: 1px solid #f0f4f8;
    transition: background 0.2s ease;
}

.acc_item:last-child {
    border-bottom: none;
}

.acc_item a {
    font-size: 13px;
    color: #4a5568;
    text-decoration: none;
    display: block;
    line-height: 1.4;
}

.acc_item:hover {
    background: #edf2f7;
}

.acc_item:hover a {
    color: #044a69;
}

.acc_item.selected {
    background: #eaf3fa;
    border-left: 2px solid #01a5c3;
}

.acc_item.selected a {
    color: #01a5c3;
    font-weight: 600;
}