﻿@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Rajdhani', sans-serif;
    color: #000;
    font-weight: 300;
    font-size: 1em;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

html {
    scroll-behavior: smooth;
}

div, span, p, header,  a, table, tr, td, select, ul, li {
    box-sizing: border-box;
    outline: none;
}

a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
}

.hdsocial a, .header-bottom ul li a, .boxname, .haberbaslik, .ftsocial a, .header-top, .header-bottom, .fixed, header, .logo, .hizmetikon, .hizmetikon:before, .hizmetikon img, .hzisim, .talep, .hata input[type="submit"] {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hizmeta, .hizmeta:before, .boximg, .boximg img, .hzbox, .hzimg, .hzimg img, .hizmet-shadow, .hizmet-shadow img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}




ul, li, p, h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

.container {
    position: relative;
    overflow: hidden;
}

.full {
    width: 1150px;
    margin: auto;
}

.ftsocial a:hover {
    color: #66c6e9;
}

.fixed {
    height: 95px;
    border-bottom: unset;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}


.logo {
    float: left;
    height: 120px;
    display: block;
    width: 253px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.fixed .logo {
    background-image: url(/dosyalar/logof.png) !important;
    width: 202px;
    height: 60px;
    margin-top: 17.5px;
}

.fixed .logo {
    height: 75px;
    margin-top: 10px;
}

.fixed {
    background: #fff;
}

.header-right {
    float: right;
    width: 75%;

}

.header-top {
    float: right;
    width: 65%;
    height: 48px;
    display: block;
    opacity: 1;

}

.fixed .header-top {
    height: 0px;
    z-index: -1;
    opacity: 0;
    position: relative;
}

.fixed .header-bottom {
    margin-top: 32.5px;
    position: relative;
    z-index: 5;
}

.header-part {
    float: right;
    height: 48px;
    margin-right: 10px;
}

.hdicon {
    float: left;
    height: 48px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    justify-content: center;
}

    .hdicon i {
        font-size: 25px;
        color: #9a9c99;
    }

.hdtext {
    float: right;
}

    .hdtext span {
        width: 100%;
        display: block;
        color: #e0e0e1;
        font-size: 14px;
    }

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #56646b;
    background-color: rgba(0, 0, 0, 0.4); /* %40 opak karartma */
    position: absolute;
    z-index: 1000; /* diğer içeriklerin önünde kalması için */
    padding: 0.5rem 1rem; /* istediğiniz iç boşlukları ayarlayın */
}

.anaslider:before {
    /* position: absolute;*/
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.hdtext a {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
}

.header-bottom ul li a:hover {
    color: #66c6e9;
}

.fixed .header-bottom ul li a:hover {
    color: #66c6e9;
}

.fixed .header-bottom ul li a {
    color: #000;
    font-weight: 400;
}

.hdsocial {
    margin-right: 0;
    float: right;
}

    .hdsocial a {
        float: right;
        width: unset;
        margin-right: 10px;
        font-size: 16px;
        color: #949190;
        display: block;
    }

    .hdsocial .hdtext {
        width: 100%;
        padding-top: 24px;
    }

.header-bottom {
    float: right;
    margin-top: 20px;
}

    .header-bottom ul li {
        float: left;
        
        padding-top: 5px;
    }

        .header-bottom ul li a {
            color: #fff;
            font-size: 18px;
        }

        .header-bottom ul li:last-child {
            margin-right: 0;
        }

.hdsocial a:first-child {
    margin-right: 0;
}

.talep {
    background: rgba(118,203,229,1);
    background: -moz-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(118,203,229,1)), color-stop(100%, rgba(13,75,141,1)));
    background: -webkit-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: linear-gradient(135deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76cbe5', endColorstr='#0d4b8d', GradientType=1 );
    padding: 3px 15px;
    font-weight: 600;
    border-radius: 5px;
    padding-top: 3px !important;
}

.hdsocial a:hover {
    color: #66c6e9;
}

.talep a {
    font-size: 15px !important;
    color: #fff !important;
}


.slider-left {
    width: 90%;
    float: left;
    top: 298px;
    position: absolute;
    left: 0;
    z-index: 99;
}

.slider-right {
    width: 50%;
    float: right;
    position: absolute;
    right: 0;
    top: 363.5px;
}

.anaslider {
    height: 800px;
    overflow: hidden;
}

    .anaslider .item {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        height: 800px;
    }

        .anaslider .item .full {
            position: relative;
        }

.sl1 {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    line-height:1.7;
}

    .sl1 b {
        color: #4cbfee;
    }

.sl2 {
    width: 100%;
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.sltext {
    width: 100%;
}

    .sltext span {
        width: 100%;
        display: block;
        font-size: 20px;
        color: #5bc3eb;
        font-weight: 600;
    }

    .sltext p {
        width: 100%;
        display: block;
        color: #fff;
        font-size: 17px;
        margin-bottom: 20px;
    }

    .sltext .talep {
        color: #fff;
    }

.slider-right img {
    width: unset !important;
    float: right;
}

.titlebody span {
    font-size: 30px;
    display: block;
    text-align: center;
    font-weight: 700;
}

.nedenbiz {
    height: 188px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 60px;
}

.titlebody span {
    text-align: center;
}

.titlebody p {
    color: #4aa2c7;
    font-size: 21px;
    text-align: center;
    margin-top: 10px;
    display: block;
}

    .titlebody p b {
        font-weight: 600;
    }


.nedentext {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
}

.nedenbiz .talep {
    margin: auto;
    float: unset;
    display: block;
    text-align: center;
    width: 10%;
    color: #fff;
    margin-top: 30px;
}

.talep:hover {
    background: #0e0a40;
}

.boxes {
    padding-bottom: 100px;
    background: #fafafa;
    padding: 50px 0;
}


.box {
    width: 15%;
    margin-right: 2%;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(226,226,226,1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(226,226,226,1);
    box-shadow: 0px 0px 15px 1px rgba(226,226,226,1);
    border-radius: 5px;
}

    .box:last-child {
        margin-right: 0;
    }

.boximg {
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .boximg img {
        position: absolute;
        top: 40px;
    }

.box:hover .boximg img {
    top: 15px;
}

.boxname {
    background: #f1f1f1;
    text-align: center;
    padding: 5px;
    color: #0e0a40;
    font-weight: 600;
}

.box:hover .boxname {
    color: #66c6e9;
}

.nelerleft {
    width: 48%;
    position: relative;
    height: 560px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

.pdleft {
    padding-left: calc(50% - 575px);
}

.pdright {
    padding-right: calc(50% - 575px);
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.nedenright {
    width: 48%;
    height: 560px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
}

    .nedenright:hover {
        background-size: 125%;
    }

.nelerleft:hover {
    background-size: 125%;
}




.nelerbody {
    padding-top: 100px;
}

.nelerlogo {
    margin-top: 20px;
    margin-bottom: 50px;
}


.nelerslider .item {
    border: 1px solid #ededed;
    padding: 10px;
}

.nelerimg {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nelerisim {
    width: 100%;
    text-align: center;
    display: block;
    font-weight: 600;
}

.nelerslider .item:hover .nelerisim {
    color: #66c6e9;
}

.nelertitle {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    display: block;
}

.nelertext {
    width: 100%;
    font-weight: 400;
    line-height: 29px;
    font-size: 17px;
}

.whatwedo {
    padding-bottom: 50px;
    overflow: hidden;
    padding-top: 5px;
    padding-top: 50px;
}

.nelerslider .owl-dots {
    bottom: -40px !important;
}

.referanslar {
    padding-top: 80px;
}

.nedenline {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    padding-top: 10px;
}

.referanslar {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.referansslider .item {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(219,216,219,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(219,216,219,1);
    box-shadow: 0px 0px 5px 2px rgba(219,216,219,1);
    margin: 15px;
}

.referanslar .talep {
    margin: auto;
    float: unset;
    display: block;
    text-align: center;
    width: 10%;
    color: #fff;
    margin-top: 30px;
}

.nedenline:last-child {
    margin-bottom: 0;
}

.haberler {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 615px;
    margin-top: 80px;
}

.haberimg {
    width: 100%;
    display: block;
}

.haberbaslik {
    width: 100%;
    font-size: 18px;
    display: block;
    font-weight: 600;
    padding: 10px 0;
}

.haberdevam {
    width: 100%;
    text-align: left;
    display: block;
    color: #4aa2c7;
    font-weight: 600;
}

.haberozet {
    width: 100%;
    display: block;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.haberslider {
    margin-top: 35px;
}

    .haberslider .item:hover .haberbaslik {
        color: #66c6e9;
    }


.fttitle {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}


.ftsocial {
    width: 100%;
    padding-left: 35px;
}

    .ftsocial a {
        float: left;
        font-size: 20px;
        color: #555555;
        margin-right: 5px;
    }

.inp {
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    margin-bottom: 15px;
}

.inpt {
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    margin-bottom: 10px;
    height: 150px;
    resize: unset;
}

.footer-right input[type="submit"] {
    background: rgba(118,203,229,1);
    background: -moz-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(118,203,229,1)), color-stop(100%, rgba(13,75,141,1)));
    background: -webkit-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    background: linear-gradient(135deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76cbe5', endColorstr='#0d4b8d', GradientType=1 );
    padding: 3px 15px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    border: unset;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    float: right;
    font-size: 14px;
    margin-top: 5px;
    justify-content: center;
}

    .footer-right input[type="submit"]:hover {
        background: #0e0a40;
    }

.map {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 25px;
}

.sign {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}

    .sign b {
        font-weight: 700;
    }

.banner {
    height: 600px;
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .banner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }

.breadcrumb {
    background: rgba(0,0,0,0.6);
    padding: 15px;
    position: relative;
}

    .breadcrumb h1 {
        width: 100%;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.bread {
    width: 100%;
}

    .bread a {
        margin-right: 20px;
        color: #fff;
        position: relative;
        display: block;
        font-weight: 500;
        float: left;
    }

        .bread a:before {
            position: absolute;
            content: ">";
            right: -14px;
            color: #fff;
        }

        .bread a:last-child:before {
            display: none;
        }

.kimiz {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 100px;
    width: 1150px;
    margin: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.kimtext {
    width: 80%;
    margin: auto;
    position: relative;
}


.kimust {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

    .kimust:before {
        position: absolute;
        content: "";
        width: 100px;
        height: 570px;
        background-image: url(images/leftbefore.png);
        left: calc(50% - 575px);
        top: 0;
    }

    .kimust:after {
        position: absolute;
        content: "";
        width: 100px;
        height: 570px;
        background-image: url(images/leftafter.png);
        right: calc(50% - 575px);
        top: 0;
        background-position: right;
    }



.hizmetbox {
    width: 30%;
    float: left;
    margin-right: 3.33%;
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(226,226,226,1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(226,226,226,1);
    box-shadow: 0px 0px 15px 1px rgba(226,226,226,1);
    border-radius: 5px;
    position: relative;
}

    .hizmetbox:nth-child(3n) {
        margin-right: 0;
    }

.hizmet {
    width: 100%;
    background: #fafafa;
    overflow: hidden;
    padding: 50px 0;
}

.hizmettitle {
    width: 100%;
    text-align: center;
    color: #0e0a40;
    font-size: 25px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.hizmetikon {
    width: 50%;
    margin: auto;
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hizmet-shadow {
    text-align: center;
    margin-top: 0;
}

    .hizmet-shadow img {
        width: 70px;
    }

.hizmetbox:hover .hizmet-shadow img {
    width: 60px;
}

.hizmettext {
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #333333;
    font-weight: 400;
}

.hizmetbox:hover .hizmetikon:before {
    background-size: 80%;
}

.hizmetlink {
    margin-top: 20px;
    text-align: center;
    position: relative;
}



.hizmetbox:hover .hizmeta {
    color: #fff !important;
}

.hizmetbox:hover .hizmetikon img {
    top: 0;
    transform: rotate(10deg);
}

.hizmeta {
    text-align: center;
    color: #1dc2ef;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    padding: 10px;
}

    .hizmeta:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 50px;
        background: #0e0a40;
        top: 0px;
        left: -100%;
    }

.hizmetbox:hover .hizmeta:before {
    left: 0;
}

.hzbox:hover .hizmeta:before {
    left: 0;
}


.hizmeta i {
    margin-left: 5px;
    margin-top: 3px;
    position: relative;
    font-size: 15px;
}

.hizmeta b {
    position: relative;
}

.tarihce {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


.tarihline {
    width: 100%;
}

.lineleft {
    width: 20%;
    float: left;
    font-size: 30px;
    color: #121212;
    position: relative;
    font-weight: 700;
}

.lineright {
    width: 80%;
    float: right;
    font-size: 18px;
    font-weight: 400;
}

.tarihlines {
    width: 100%;
    margin-top: 35px;
}

.lineleft:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    left: 20px;
    top: -30px;
    background-image: url(images/before.png);
    background-size: 100%;
    background-position: center center;
    z-index: 5;
}

.lineleft:after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    left: 20px;
    bottom: -30px;
    background-image: url(images/before.png);
    background-size: 100%;
    background-position: center center;
    z-index: 5;
}

.tarihline {
    margin-bottom: 25px;
    min-height: 130px;
}

    .tarihline:first-child .lineleft:before {
        display: none;
    }

    .tarihline:first-child .yil:before {
        display: none;
    }

    .tarihline:last-child .lineleft:after {
        display: none;
    }

.yil {
    position: relative;
}

    .yil:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 72px;
        background-color: #e8f9fd;
        left: 29px;
        top: -101px;
        z-index: -1;
    }

.hzbox {
    width: 31%;
    float: left;
    margin-right: 3.33% !important;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 15px 1px rgb(226 226 226);
    -moz-box-shadow: 0px 0px 15px 1px rgba(226,226,226,1);
    box-shadow: 0px 0px 15px 1px rgb(226 226 226);
    margin-bottom: 40px;
    background: #fff;
    border-radius: 5px;
}

.hzisim {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #0e0a40;
    font-weight: 600;
    margin-bottom: 10px;
}

.hzbox .hz2 {
    color: #0e0a40;
}

.hzimg {
    width: 100%;
    overflow: hidden;
}

    .hzimg img {
        width: 100%;
    }

.hzbox:nth-child(3n) {
    margin-right: 0 !important;
}

.hzozet {
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.hzbox:hover .hzisim {
    color: #67b9d8;
}

.hzdetay {
    margin-bottom: 100px;
}

.walt {
    padding-top: 50px;
    margin-bottom: 100px;
}

.bread a:last-child {
    margin-right: 0;
}

.talepform {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.hzbox:hover .hzimg img {
    transform: scale(1.05);
}

.ilet-part {
    width: 48%;
    float: left;
    margin-bottom: 25px;
}

    .ilet-part:nth-child(2n) {
        float: right;
    }

    .ilet-part span {
        width: 100%;
        display: block;
        text-align: left;
        font-size: 18px;
        font-weight: 400;
    }

    .ilet-part input[type="text"] {
        width: 100%;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        padding: 10px;
    }

.ilt {
    width: 100%;
}

    .ilt textarea {
        width: 100%;
        height: 140px;
        resize: none;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        padding: 10px;
    }

.hata {
    width: 100%;
}

    .hata span {
        float: left;
        color: #ff3939;
        display: block;
        font-weight: 700;
        font-size: 18px;
    }

    .hata input[type="submit"] {
        background: rgba(118,203,229,1);
        background: -moz-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
        background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(118,203,229,1)), color-stop(100%, rgba(13,75,141,1)));
        background: -webkit-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
        background: -o-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
        background: -ms-linear-gradient(-45deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
        background: linear-gradient(135deg, rgba(118,203,229,1) 0%, rgba(13,75,141,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76cbe5', endColorstr='#0d4b8d', GradientType=1 );
        float: right;
        color: #fff;
        border: unset;
        border-radius: 5px;
        padding: 12px 35px;
        font-size: 14px;
    }

        .hata input[type="submit"]:hover {
            background: #0e0a40;
        }

.mac {
    display: none;
}


.mobilmenu {
    display: none;
}

.t2 {
    display: none;
}

.mkapat {
    display: none;
}

.imgdesk {
    display: block;
}

.imgmobil {
    display: none;
}

.kimust2 {
    padding-top: 50px;
}


.refbox {
    width: 23%;
    float: left;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(219 216 219);
    -moz-box-shadow: 0px 0px 5px 2px rgba(219,216,219,1);
    box-shadow: 0px 0px 5px 2px rgb(219 216 219);
    margin-right: 2.66%;
    border-radius: 5px;
    margin-bottom: 2.66%;
}

    .refbox:nth-child(4n) {
        margin-right: 0;
    }

.references {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
}










































































































































































/* iPhone Phone Dikey*/
@media screen and (min-width: 360px) and (max-width: 1024px) {

    .full {
        width: 96%;
    }

    header {
        height: 80px;
    }

    .logo {
        height: 80px;
        background-size: 65%;
        background-position: left;
    }

    .header-bottom {
        left: -500%;
        width: 100%;
        height: 100%;
        position: fixed;
        background: #fff;
        top: 0;
        z-index: 5;
        margin-top: 0;
    }

    .header-top {
        display: none;
    }




    .fixed {
        height: 70px;
    }

        .fixed .logo {
            width: 185px;
            height: 70px;
            background-size: 90%;
            margin-top: 0;
        }

    .slider-left {
        width: 100%;
        top: 163px;
    }

    .slider-right {
        display: none;
    }

    .sl1 {
        font-size: 25px;
        line-height: 50px;
        text-align: center;
    }

    .sl2 {
        text-align: center;
        font-size: 35px;
    }

    .anaslider {
        height: 600px;
    }

        .anaslider .owl-dots {
            bottom: 15px !important;
        }

    .nedentext {
        width: 100%;
    }

    .nedenbiz {
        padding-top: 35px;
        height: unset;
        padding-bottom: 35px;
        background-size: cover;
    }

        .nedenbiz .talep, .referanslar .talep {
            width: 30%;
        }

    .box {
        width: 48%;
        margin-right: 0;
        float: left;
        margin-bottom: 4%;
    }

        .box:nth-child(2n) {
            float: right;
        }

    .boxes .full {
        display: unset !important;
    }

    .boxes {
        overflow: hidden;
        width: 96%;
        margin: auto;
        padding: 30px 5px 30px 5px;
    }

    .nelerbody {
        padding-top: 35px;
    }

    .nelerleft {
        width: 100%;
        height: unset;
        margin-top: 20px;
        margin-bottom: 55px;
    }

    .nedenright {
        width: 100%;
        height: unset;
        margin-top: 20px;
        padding-bottom: 50px;
    }

    .nelertitle {
        padding: 0 10px;
    }

    .nelertext {
        padding: 0 10px;
    }

    .sltext {
        text-align: center;
    }

    .nelerlogo {
        padding: 0 10px;
    }

    .nelerslider {
        width: 96% !important;
        margin: auto;
    }

    .nelerimg {
        height: 200px;
    }

        .nelerimg img {
            width: unset !important;
        }

    .referanslar {
        padding-top: 30px;
        height: 380px;
        background-size: cover;
    }

    footer {
        width: 96%;
        margin: auto;
        padding: 20px;
        height: 620px;
        margin-bottom: 20px;
    }

    .footer-left {
        width: 100%;
        padding: 15px;
    }

    .footer-right {
        width: 100%;
        padding: 15px;
    }

    .footeri {
        font-size: 16px;
    }

    .banner {
        height: 300px;
    }

    .kimust .full {
        background-size: cover;
        background-position: center center;
    }

    .kimtext {
        width: 100%;
    }

    .kimiz {
        width: 100%;
    }

    .hizmetbox {
        width: 100%;
        margin-bottom: 25px;
    }

    .lineleft {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

        .lineleft.before, .lineleft:after {
            display: none;
        }

    .yil:before {
        display: none;
    }

    .lineright {
        width: 100%;
        text-align: center;
    }

    .tarihline {
        height: unset;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .bread {
        display: none;
    }

    .breadcrumb h1 {
        margin-bottom: 0;
    }

    .hzbox {
        width: 95%;
        float: unset;
        margin: auto;
        padding: 30px 20px 20px 20px;
        margin-bottom: 25px;
    }

        .hzbox:nth-child(3n) {
            margin-right: 3.33% !important;
        }

    .ilet-part {
        width: 100%;
    }

    .talepform {
        width: 95%;
    }

    .krimg {
        height: 400px;
        margin-top: 50px;
    }

    .hzisim {
        font-size: 18px;
    }

    .hzozet {
        height: 150px;
    }

    .mac {
        display: block;
        position: absolute;
        right: 3%;
        font-size: 25px;
        color: #fff;
        top: 26.5px;
    }

    .header-bottom ul li {
        width: 100%;
        text-align: center;
        padding: 10px;
        position: relative;
        text-align: left;
      
        border-bottom: 1px solid #ededed;
    }

        .header-bottom ul li a {
            color: #000;
            font-weight: 600;
        }

    .hdmenu {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
        box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
        width: 80%;
        margin: auto;
        padding: 15px;
        overflow: hidden;
        margin-top: 50px;
        padding: 5px 0;
        border-radius: 5px;
    }

    .talep {
        width: 50% !important;
        padding: 5px 5px 5px !important;
        text-align: center !important;
    }

    .header-bottom ul li:before {
        position: absolute;
        content: "";
        background-image: url(images/before.png);
        width: 19px;
        height: 19px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        left: 20px;
    }

    .header-bottom ul li:nth-child(5) {
        border-bottom: unset;
    }

    .talep:before {
        display: none;
    }

    .talep:after {
        display: none;
    }

    .mobilmenu {
        display: block;
        width: 80%;
        margin: auto;
        padding-top: 15px;
    }

    .mpart {
        width: 48%;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
        box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
        float: left;
        padding: 10px;
        overflow: hidden;
        margin-bottom: 15px;
        border-radius: 5px;
    }

        .mpart:nth-child(2n) {
            float: right;
        }

        .mpart .hdicon {
            width: 100%;
            text-align: center;
        }

            .mpart .hdicon i {
                font-size: 30px;
            }

    .hdtext {
        width: 100%;
    }

        .hdtext span {
            font-size: 16px;
            color: #9a9c99;
            text-align: center;
            width: 100%;
            font-weight: 500;
        }

        .hdtext a {
            width: 100%;
            color: #9a9c99;
            text-align: center;
            font-weight: 600;
            font-size: 12px;
        }

    .msocial {
        width: 100%;
        text-align: center;
        padding: 10px;
        overflow: hidden;
        margin-top: 15px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(199,199,199,1);
        box-shadow: 0px 0px 5px 0px rgba(199,199,199,1);
        border-radius: 5px;
    }

        .msocial a i {
            color: #9a9c99;
            font-size: 16px;
        }

    .t1 {
        display: none;
    }

    .t2 {
        display: block;
        width: 80% !important;
        margin: auto;
        display: block;
        margin-top: 15px;
    }

    .fixed .header-bottom {
        margin-top: 0;
    }

    .msocial a {
        margin-right: 5px;
    }

    .mocial a:last-child {
        margin-right: 0;
    }

    .mkapat {
        display: block;
        position: absolute;
        left: 10px;
        top: 15px;
        font-size: 25px;
        color: #9a9c99;
    }

    .fixed .mac {
        color: #000;
    }

    .fixed .header-bottom {
        position: fixed;
    }

    .titlebody span {
        font-size: 20px;
    }

    .titlebody p {
        font-size: 14px;
    }

    .nedentext {
        font-size: 15px;
    }

    .nelertitle {
        font-size: 22px;
    }

    .nelertext {
        font-size: 15px;
    }

    .nedenline {
        overflow: hidden;
    }

    .imgdesk {
        display: none;
    }

    .imgmobil {
        display: block;
        height: 400px;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 50px;
    }

    .refbox {
        width: 95%;
        height: 250px;
        float: unset;
        margin: auto;
        margin-bottom: 50px;
    }
}
/* iPhone Phone Dikey*/


/* iPhone Phone Yatay*/
@media only screen and (min-width: 360px) and (max-width: 1024px) and (orientation: landscape) {

    .anaslider {
        height: 400px;
    }

    .sl1 {
        text-align: left;
    }

    .sl2 {
        text-align: left;
    }

    .slider-left {
        top: 90px;
    }

    footer {
        height: 1500px;
    }

    .hzbox {
        width: 48%;
        float: left;
        margin-right: 0 !important;
    }

        .hzbox:nth-child(2n) {
            float: right;
        }

    .hdmenu {
        width: 60%;
    }

    .t2 {
        width: 60% !important;
    }

    .header-bottom {
        overflow-x: scroll;
    }

    .mobilmenu {
        width: 60%;
        margin-bottom: 50px;
    }

    .refbox {
        width: 48%;
        float: left;
        margin-right: 0;
    }

        .refbox:nth-child(2n) {
            float: right;
        }
}
/* iPhone Phone Yatay*/





/* iPhone  Tablet Dikey*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .box {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .box:nth-child(3n) {
            margin-right: 0;
        }

    .sl1 {
        text-align: left;
    }

    .sl2 {
        text-align: left;
    }

    footer {
        height: 1085px;
    }

    .footer-left {
        width: 48%;
    }

    .footer-right {
        width: 48%;
        height: 534px;
    }

    .hizmetbox {
        width: 48%;
        float: left;
        margin-right: 0;
    }

        .hizmetbox:nth-child(2n) {
            float: right;
        }

    .hzbox {
        width: 31%;
        float: left;
        margin-right: 2%;
    }

        .hzbox:nth-child(3n) {
            margin-right: 0 !important;
        }

    .hzozet {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 90px;
    }

    .hzisim {
        font-size: 20px;
    }

    .ilet-part {
        width: 48%;
        float: left;
    }

        .ilet-part:nth-child(2n) {
            float: right;
        }

    .ilt {
        width: 100%;
    }

    .hzisim {
        min-height: 50px;
    }

    .box:nth-child(2n) {
        float: left;
    }

    .hdmenu, .mobilmenu {
        width: 60%;
    }

    .t2 {
        width: 60% !important;
    }

    .refbox {
        width: 32%;
        margin-right: 2%;
        float: left;
    }

        .refbox:nth-child(3n) {
            margin-right: 0;
        }

        .refbox:nth-child(4n) {
            margin-right: 2%;
        }
}

/* iPhone  Tablet Dikey*/



/* iPhone  Tablet Yatay*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {


    .box {
        width: 32%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .box:nth-child(3n) {
            margin-right: 0;
        }

    .hizmetbox {
        width: 30%;
        margin-right: 3.33%;
    }

        .hizmetbox:nth-child(3n) {
            margin-right: 0;
        }

    .hizmettext {
        display: -webkit-box;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .hizmettitle {
        font-size: 21px;
    }

    .footer-left {
        width: 48%;
        float: left;
    }

    .footer-right {
        width: 48%;
        float: right;
    }

    .hzbox {
        width: 31%;
        float: left;
        margin-right: 2% !important;
    }

        .hzbox:nth-child(3n) {
            margin-right: 0 !important;
        }

    .hzozet {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 90px;
    }

    .hzisim {
        font-size: 20px;
    }

    .hzbox:nth-child(2n) {
        float: left;
    }

    .ilet-part {
        width: 48%;
        float: left;
    }

        .ilet-part:nth-child(2n) {
            float: right;
        }

    .ilt {
        width: 100%;
    }

    .breadcrumb {
        width: 100%;
        left: 0;
    }

    .hzisim {
        min-height: 50px;
    }

    footer {
        height: 1010px;
    }

    .box:nth-child(2n) {
        float: left;
    }

    .refbox {
        width: 32%;
        margin-right: 2%;
        float: left;
    }

        .refbox:nth-child(3n) {
            margin-right: 0;
        }

        .refbox:nth-child(4n) {
            margin-right: 2%;
        }

        .refbox:nth-child(2n) {
            margin-right: 2%;
            float: left;
        }

        .refbox:nth-child(6n) {
            margin-right: 0%;
            float: left;
        }
}
/* iPhone  Tablet Yatay*/




.logos-carousel .item {
    display: flex;
    align-items: center; /* dikey ortala */
    justify-content: center; /* yatay ortala */
    padding: 10px 15px;
    box-sizing: border-box;
}

    /* Görsellerin boyutlarını sınırlayıp orantılı ölçekleyelim */
    .logos-carousel .item img {
        max-height: 60px;
        max-width: 120px;
        object-fit: contain; /* taşmayı engeller, içeriği bozmadan kırpar */
        filter: none;
        opacity: 1 !important;
        transition: filter .3s ease, opacity .3s ease;
    }

        .logos-carousel .item img:hover {
            filter: none;
            opacity: 1;
        }


.logos-carousel .owl-stage,
.logos-carousel .owl-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #fff;
}




.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}



.services-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: var(--color-bg-dark);
}

/* Grid Düzeni */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}


/* Kart Stilleri */
.service-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
    min-height: 320px;
}

    /* Hover Efekti */
    .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    /* Kart İçeriği */
    .service-card img {
        width: 100%;
        margin: 0 auto 1rem;
    }

    .service-card h3 {
        margin: .5rem 0;
        color: var(--color-bg-dark);
        font-weight:bold;
    }

    .service-card p {
        flex-grow: 1;
        color: #555;
        font-size: .95rem;
        margin-bottom: 1rem;
        font-weight:400;
    }

/* Buton Stili */
.btn-service {
    background: var(--color-accent);
    color: #fff;
    padding: .6rem 1.2rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 400;
}

    .btn-service:hover {
        background: rgba(0,184,217,.9);
    }

.content-wrapper {
    max-width: 1200px; /* tercihe göre 1140px veya 1280px de olabilir */
    margin: 0 auto;
    padding: 0 1rem; /* yan boşluklar */
}

#why-us {
    background-color: var(--color-muted); /* ya da #f5f5f5 gibi bir ton */
    padding: 4rem 0; /* üst/alt boşluk zaten eklenmiş */
}
    #why-us .content-wrapper {
        background: transparent; /* iç kapsayıcı beyaz kalmasın */
    }

.why-us-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem 0;
}

.why-us-text h2 {
    font-size: 2.5rem;
    color: var(--color-bg-dark);
    margin-bottom: 1rem;
}

.why-us-text p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: #000;
    font-weight:400;
}

.why-us-text ul {
    list-style: disc inside;
    margin-bottom: 2rem;
    color: #000;
}

.why-us-text li {
    margin-bottom: .75rem;
}

.btn-whyus {
    display: inline-block;
    background: var(--color-accent);
    color: #fff;
    padding: .7rem 1.4rem;
    border-radius: 4px;
    text-decoration: none;
    transition: background .3s;
}

    .btn-whyus:hover {
        background: rgba(0,184,217,0.9);
    }

.why-us-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: var(--color-bg-dark);
    color: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    text-align: center;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
}

.stat-label {
    display: block;
    margin-top: .5rem;
    font-size: 1rem;
}







.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

/* Kart Stilleri */
.case-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
}

    .case-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 24px rgba(0,0,0,0.15);
    }

/* Görsel */
.case-image {
    width: 100%;
    padding-top: 56.25%; /* 16:9 oranı */
    background-size: cover;
    background-position: center;
}

/* Kart İçerik */
.case-body {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.case-title {
    font-size: 1.25rem;
    margin-bottom: .75rem;
    color: var(--color-bg-dark);
}

.case-text {
    flex-grow: 1;
    font-size: .95rem;
    color: #555;
    margin-bottom: 1rem;
}

/* Kart Butonu */
.btn-case {
    align-self: start;
    background: var(--color-accent);
    color: #fff;
    padding: .6rem 1.2rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: .9rem;
    transition: background .3s;
}

    .btn-case:hover {
        background: rgba(0,184,217,0.9);
    }

/* Tüm Referanslar Butonu */
.btn-case-all {
    display: inline-block;
    background: var(--color-bg-dark);
    color: #fff;
    padding: .8rem 1.6rem;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
    transition: background .3s;
}

    .btn-case-all:hover {
        background: rgba(10,31,68,0.8);
    }



.offices-wrapper {
    margin-top:70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.office-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

    .office-card h4 {
        margin: 1rem;
        color: var(--color-bg-dark);
        font-weight:bold;
    }

    .office-card p {
        margin: 0 1rem 1rem;
        color: #000;
        font-size: .95rem;
        font-weight:400;
    }

    .office-card iframe {
        flex-grow: 1;
        border: 0;
        width: 100%;
        height: 200px;
    }



/* Mobil – tek sütun */
@media (max-width: 768px) {
    .services-grid,
    .why-us-wrapper,
    .cases-grid,
    .offices-wrapper {
        grid-template-columns: 1fr !important;
    }

    .why-us-wrapper {
        grid-template-columns: 1fr !important;
        padding: 2rem 1rem;
    }

    .stat-card {
        grid-column: span 1 !important;
    }
}

/* Tablet yatay – iki sütun */
@media (min-width: 769px) and (max-width: 1024px) {
    .services-grid,
    .cases-grid,
    .offices-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .why-us-wrapper {
        grid-template-columns: 1fr 1fr !important;
    }
}



.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
    gap: 2rem;
    padding: 2rem 0;
    margin-top:70px;
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    transition: transform .3s,ease box-shadow .3s;
}

    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,.15);
    }

.blog-image {
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
}

.blog-body {
    padding: 1rem;
}

    .blog-body h3 {
        margin: 0 0 .5rem;
        color: #000;
        font-weight:bold;
        font-size:2rem;
    }

    .blog-body p {
        font-size: 1.1rem;
        color: #555;
        margin: 0 0 .75rem;
    }

    .blog-body li {
        font-size: 1.1rem;
        color: #555;
        font-weight:400;
        margin: 0 0 .75rem;
    }
    .blog-body strong {
        font-size: 2rem;
        color: #000;
        font-weight:bold;
        line-height:2;
        margin: 0 0 .75rem;
    }

.blog-date {
    font-size: .8rem;
    color: #888;
}





.site-footer {
    width: 100vw;
    background-color: var(--color-bg-dark) !important;
    color: var(--color-light) !important;
    padding-top: 2rem;
}

    .site-footer a {
        color: var(--color-light) !important;
        text-decoration: none;
    }

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-col h5 {
    margin-bottom: 1rem;
    color: var(--color-light);
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: .75rem;
    }

.footer-divider {
    border-color: rgba(255,255,255,0.2);
    margin: 2rem 0;
}

.footer-form {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

    .footer-form .form-input {
        padding: .6rem;
        border-radius: 4px;
        border: none;
    }

.btn-footer {
    background: var(--color-accent);
    color: #fff;
    padding: .6rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .3s;
}

    .btn-footer:hover {
        background: rgba(0,184,217,0.9);
    }


.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-col h5 {
    margin-bottom: 1rem;
    color: var(--color-light);
}

.footer-links {
    list-style: none;
    padding: 0;
}

    .footer-links li {
        margin-bottom: .75rem;
    }

    .footer-links a {
        text-decoration: none;
    }

.footer-divider {
    border-color: rgba(255,255,255,0.2);
    margin: 2rem 0;
}

.footer-form {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

    .footer-form .form-input {
        padding: .6rem;
        border-radius: 4px;
        border: none;
    }

.btn-footer {
    background: var(--color-accent);
    color: #fff;
    padding: .6rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .3s;
}

    .btn-footer:hover {
        background: rgba(0,184,217,0.9);
    }


.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 300px;
}
    .page-hero .overlay, .default-hero .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.4);
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .page-hero .overlay h1,
        .default-hero .overlay h1 {
            color: #fff;
            font-size: 2.5rem;
            margin: 120px 0 0 0;
        }


    .page-hero .overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        align-items: center;
        justify-content: center;
    }

.hero-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height:1;
}
.contact-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

    /* Form başlıkları ve metinler */
    .contact-container h1,
    .contact-container h2 {
        margin-bottom: 1.5rem;
        color: var(--color-bg-dark);
        text-align: center;
    }

    /* Form elemanları */
    .contact-container .form-label {
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .contact-container .form-control {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 0.6rem;
        margin-bottom: 1rem;
        width:100%;
    }

    /* Buton stili */
    .contact-container .btn-primary {
        background: var(--color-accent);
        border: none;
        padding: 0.6rem 1.2rem;
        border-radius: 4px;
        width: 100%;
        font-size: 1rem;
    }

/* ThankYou sayfasındaki mesaj */
.thankyou-container p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

/* Hero / banner altındaki boşluk */
.page-hero,
.default-hero {
    display: flex;
    align-items: center; /* Dikey ortala */
    justify-content: center; /* Yatay ortala */
    height: 300px; /* İhtiyacınıza göre ayarlayın */
    position: relative;
    margin-bottom: 2rem;
}

/* Responsive ayarlar */
@media (max-width: 576px) {
    .contact-container {
        padding: 1rem;
        margin: 1rem auto;
    }

        .contact-container .btn-primary {
            padding: 0.8rem;
        }
}



.grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

/* Mobilde tek sütuna düşür */
@media (max-width: 768px) {
    .grid-two {
        grid-template-columns: 1fr;
    }

    .contact-image {
        margin-top: 2rem;
    }
}

/* Görsel kapsayıcı */
.contact-image img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* Form içi label ve input düzeni */
.contact-form .form-label {
    display: block;
    font-weight: 600;
    margin-bottom: .5rem;
}

.contact-form .form-control {
    width: 100%;
}




.contact-form .form-control,
.contact-form .btn {
    width: 100% !important;
    box-sizing: border-box;
}

/* Eğer .btn’ın içinde ekstra padding varsa, button’u block yapalım */
.contact-form .btn {
    display: block;
}



.contact-form .form-control,
.contact-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* Buton da aynı genişliği alsın */
.contact-form .btn-primary {
    width: 100% !important;
    box-sizing: border-box;
}

/* Her form grubunu (label+input) full width yapan flex düzeni */
.contact-form .mb-3 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Grid’in form kolonunu garantileyelim */
.grid-two > form {
    display: block;
    width: 90%;
}












.section {
    padding: 64px 0;
}

.section-head {
    text-align: center;
    margin-bottom: 28px;
}

    .section-head h2 {
        font-size: clamp(22px,3.6vw,30px);
    }

.muted {
    color: #64748b;
}

.ref-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.ref-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(2,6,23,.06);
    transition: transform .25s, box-shadow .25s;
    float:left; 
    padding:15px;
    width:90%;
    margin-right:15px;
    margin-bottom:25px;
    border:1px solid #ccc;
    max-height:278px;
}

.ref-card img{
    width:25%;
    float:left;
    margin-right:20px;
}
    .ref-card h3 {
font-size:24px;
font-weight:bold;
color:black;

    }
    .ref-card p {
        font-weight: 400;
        color: black;
    }

    .ref-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 14px 36px rgba(2,6,23,.12);
    }

.ref-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

    .ref-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .6s ease;
    }

.ref-card:hover .ref-media img {
    transform: scale(1.06);
}

.ref-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.0), rgba(0,0,0,.35));
}

.ref-chip {
    position: absolute;
    left: 12px;
    top: 12px;
    background: rgba(14,165,233,.92);
    color: #fff;
    font-size: .78rem;
    padding: 6px 10px;
    border-radius: 999px;
}

.ref-body {
    padding: 18px 18px 20px;
}

.ref-title {
    font-size: 1.05rem;
    margin: 0 0 8px;
}

    .ref-title a {
        color: #0b1220;
        text-decoration: none;
    }

        .ref-title a:hover {
            color: #0ea5e9;
        }

.ref-excerpt {
    color: #6b7280;
    min-height: 48px;
    margin-bottom: 14px;
}

.ref-actions {
    text-align: center;
    margin-top: 18px;
}

.btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    cursor: pointer;
}

.btn-ghost {
    border-color: rgba(2,6,23,.12);
    color: #0b1220;
}

    .btn-ghost:hover {
        background: #eef2ff;
        border-color: #c7d2fe;
    }

.btn-dark {
    background: #05183a;
    color: #fff;
}

    .btn-dark:hover {
        background: #0b2a6e;
    }



.cta-band {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #2563eb, #0ea5e9);
    color: #fff;
    border-radius: 18px;
    padding: 26px 28px;
    box-shadow: 0 18px 38px rgba(2,99,235,.25);
}

.cta .muted-light {
    color: rgba(255,255,255,.9);
}

.btn-brand {
    background: #fff;
    color: #0b1220;
}

    .btn-brand:hover {
        background: #e2e8f0;
    }

.btn-ghost-light {
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
}

    .btn-ghost-light:hover {
        background: rgba(255,255,255,.12);
    }

@media (max-width: 900px) {
    .cta-band {
        flex-direction: column;
        text-align: center;
    }

    .ref-card {
        background: #fff;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 8px 24px rgba(2,6,23,.06);
        transition: transform .25s, box-shadow .25s;
        float: left;
        padding: 15px;
        width: 100%;
        margin-right: 15px;
        margin-bottom: 25px;
        border: 1px solid #ccc;
        max-height: 250px;
    }
}


.crumb ol {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0 0 16px;
}

.crumb li::after {
    content: "/";
    margin: 0 6px;
    color: #94a3b8;
}

.crumb li:last-child::after {
    content: "";
}

.crumb a {
    color: #0ea5e9;
    text-decoration: none;
}

.crumb .active {
    color: #64748b;
}



/* ABOUT hero başlık boyutu */
.hero.hero-bg .hero-inner h1 {
    font-size: clamp(28px, 4.2vw, 46px);
    letter-spacing: -0.01em;
}

/* ABOUT içerik kutusu */
.section.about .container {
    width: min(980px, 94vw); /* satır uzunluğu konforlu */
}

/* Başlık ve paragraflar */
.section.about h1 {
    font-size: clamp(26px, 3.6vw, 40px);
    margin-bottom: 18px;
}

.section.about p {
    font-size: clamp(16px, 1.35vw, 18.5px); /* +1–2px büyütme */
    line-height: 1.85;
    color: #0f172a; /* kontrastı artır */
    margin: 0 0 14px;
    font-weight: 400;
}

/* Vurgu metinleri */
.section.about strong {
    color: #0b3ea8;
    font-weight: 700;
}

.section.about em {
    color: #334155;
}

/* CTA butonu biraz daha iri */
.section.about .about-cta .btn {
    padding: 12px 22px;
    font-size: 16px;
    border-radius: 10px;
}



.kirmizi-zemin {
    background-color: #dc3545; /* Bootstrap'in tehlike kırmızısı rengi, daha şık durur */
    padding: 5px 15px; /* İç boşluk (yukarı/aşağı 5px, sağ/sol 15px) */
    border-radius: 5px; /* Kenarları hafifçe yuvarlatır */
    box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* Hafif bir gölge ekler */
}

    /* Kırmızı zemin içindeki linklerin rengini beyaz yap */
    .kirmizi-zemin a.nav-link {
        color: white !important; /* !important ile diğer stilleri ezer */
    }

    /* Kırmızı zemin içindeki ayırıcı çizginin rengini beyaz yap */
    .kirmizi-zemin span {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    /* Aktif olan dilin altındaki çizgiyi beyaz yap */
    .kirmizi-zemin a.border-bottom {
        border-color: white !important;
    }





/* Dil seçici kapsayıcı */
.lang-switcher {
    margin-left: 20px;
    position: relative;
}

    /* Dropdown butonu */
    .lang-switcher .dropbtn {
        background: #e11d48;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 6px 12px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .lang-switcher .dropbtn:hover {
            background: #be123c;
        }

    /* İçerik */
    .lang-switcher .dropdown-content {
        display: none;
        position: absolute;
        right: 0;
        background-color: #fff;
        min-width: 130px;
        box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
        border-radius: 6px;
        z-index: 99;
    }

        .lang-switcher .dropdown-content a {
            color: #1f2937;
            padding: 10px 14px;
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

            .lang-switcher .dropdown-content a:hover {
                background-color: #f1f5f9;
            }

    /* Açılma */
    .lang-switcher .dropdown:hover .dropdown-content {
        display: block;
    }



.hero h1 {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 700;
    margin-bottom: 15px;
}

.hero .lead {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #e2e8f0;
}



.lead {
    font-size: clamp(15px, 2vw, 18px);
    color: #fff;
    opacity: .95;
}


.hdmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
    gap: 5px;
}

.hdmenu li {
    position: relative;
}

.hdmenu a {
    color: #fff;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
}

.hdmenu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0f172a;
    border: 1px solid #1f2937;
    border-radius: 8px;
    padding: 10px;
    display: none;
    flex-direction: column;
    min-width: 220px;
    z-index: 99;
}

    .hdmenu .submenu li {
        margin: 0;
    }

    .hdmenu .submenu a {
        padding: 6px 10px;
        white-space: nowrap;
    }

.hdmenu .has-sub:hover .submenu {
    display: flex;
}


/* Desktop RTL: dropdown sağdan açılsın */
html[dir="rtl"] .hdmenu .submenu {
    left: auto;
    right: 0;
}

/* Mobil akordeon (<= 992px) */
@media (max-width: 992px) {
    /* Ana linkte toggle'a yer aç */
    .hdmenu li.has-sub > a {
        padding-inline-end: 42px;
    }

    html[dir="rtl"] .hdmenu li.has-sub > a {
        padding-inline-start: 42px;
        padding-inline-end: 16px;
    }

    /* Toggle butonu (JS ekliyor) */
    .hdmenu li.has-sub > .sub-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-end: 10px;
        width: 28px;
        height: 28px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        background: #fff;
        display: grid;
        place-items: center;
    }

    html[dir="rtl"] .hdmenu li.has-sub > .sub-toggle {
        inset-inline-end: auto;
        inset-inline-start: 10px;
    }

    .hdmenu .sub-toggle .caret {
        width: 8px;
        height: 8px;
        display: inline-block;
        transition: transform .18s;
        border: 2px solid transparent;
        border-right-color: #111;
        border-bottom-color: #111;
        transform: rotate(45deg); /* aşağı ok */
    }

    .hdmenu li.open > .sub-toggle .caret {
        transform: rotate(-135deg);
    }
    /* yukarı ok */

    /* Alt menü: beyaz zemin, tam genişlik, animasyon */
    .hdmenu .submenu {
        position: static;
        background: #fff;
        color: #111;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        margin: 8px 16px 12px;
        padding: 0;
        display: block; /* desktop’taki display:none’ı ezer */
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease;
        box-shadow: none;
    }

    .hdmenu li.open > .submenu {
        max-height: 800px;
        padding-block: 6px;
    }

    .hdmenu .submenu li a {
        padding: 12px 14px;
        color: inherit;
    }

    .hdmenu .submenu li + li {
        border-top: 1px solid #f1f5f9;
    }

    /* Mobilde hover ile açılmayı kapat (kontrol JS'te) */
    .hdmenu li.has-sub:hover > .submenu { /* no-op */
    }
}



/* Dil seçici (mobil dostu) */
.lang-switch {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin: 51px 15px 14px;
    width:90%;
}

    .lang-switch .chip {
        display: block;
        text-align: center;
        padding: 10px 12px;
        border: 1px solid #e5e7eb;
        border-radius: 999px;
        background: #fff;
        font-weight: 600;
        color:black;
    }

        .lang-switch .chip.active {
            border-color: #2563eb;
            box-shadow: 0 0 0 2px rgba(37,99,235,.15) inset;
        }

@media (min-width: 993px) {
    /* İstersen desktop’ta gizle */
    .mobile-only {
        display: none;
    }
}

/* ---- MOBİL SUBMENU ORTALAMA & TOGGLE HİZASI ---- */
@media (max-width: 992px) {

    /* Ana linki dikey ortalamak için flex yap */
    .hdmenu li > a {
        display: flex;
        align-items: center;
        min-height: 48px; /* dokunmatik hedef */
        padding: 14px 16px; /* mevcut padding'i koru */
        box-sizing: border-box;
    }

    /* Toggle butonunu tam dikey ortala, kenardan eşit boşluk ver */
    .hdmenu li.has-sub > a {
        padding-inline-end: 44px;
    }
    /* toggle için yer */
    html[dir="rtl"] .hdmenu li.has-sub > a {
        padding-inline-start: 44px;
        padding-inline-end: 16px;
    }

    .hdmenu li.has-sub > .sub-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-end: 12px;
        width: 28px;
        height: 28px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        background: #fff;
        display: grid;
        place-items: center;
    }

    html[dir="rtl"] .hdmenu li.has-sub > .sub-toggle {
        inset-inline-end: auto;
        inset-inline-start: 12px;
    }

    /* ALT MENÜYÜ tam genişlikte ve ortalı yap: ekstra sağ/sol marjları kaldır */
    .hdmenu .submenu {
        position: static;
        margin: 8px 0 12px; /* ← yatay marj 0 */
        padding: 0; /* iç boşlukları aşağıda item bazında veriyoruz */
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        color: #111;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease;
        box-shadow: none;
    }

    .hdmenu li.open > .submenu {
        max-height: 800px;
        padding-block: 6px;
    }

    /* alt satırlar */
    .hdmenu .submenu li a {
        display: block;
        padding: 12px 14px;
        color: inherit;
    }

    .hdmenu .submenu li + li {
        border-top: 1px solid #f1f5f9;
    }
}
/* Masaüstü RTL: dropdown sağdan açılsın (istersen kalsın) */
html[dir="rtl"] .hdmenu .submenu {
    left: auto;
    right: 0;
}

/* ==== Mobil akordeon (<= 992px) ==== */
@media (max-width: 992px) {
    /* Satırlar tam genişlik; link + toggle dikey ortalı */
    .hdmenu > ul {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .hdmenu li {
        position: relative;
        width: 100%;
    }

        .hdmenu li > a {
            display: flex;
            align-items: center;
            min-height: 48px;
            padding: 14px 16px;
            box-sizing: border-box;
        }

        /* Toggle için yer bırak */
        .hdmenu li.has-sub > a {
            padding-inline-end: 44px;
        }

    html[dir="rtl"] .hdmenu li.has-sub > a {
        padding-inline-start: 44px;
        padding-inline-end: 16px;
    }

    /* Toggle butonu */
    .hdmenu li.has-sub > .sub-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        inset-inline-end: 12px;
        width: 28px;
        height: 28px;
        border-radius: 8px;
        border: 1px solid #e5e7eb;
        background: #fff;
        display: grid;
        place-items: center;
    }

    html[dir="rtl"] .hdmenu li.has-sub > .sub-toggle {
        inset-inline-end: auto;
        inset-inline-start: 12px;
    }

    .hdmenu .sub-toggle .caret {
        width: 8px;
        height: 8px;
        display: inline-block;
        transition: transform .18s;
        border: 2px solid transparent;
        border-right-color: #111;
        border-bottom-color: #111;
        transform: rotate(45deg); /* aşağı ok */
    }

    .hdmenu li.open > .sub-toggle .caret {
        transform: rotate(-135deg);
    }
    /* yukarı ok */

    /* Alt menü: beyaz kutu, akordeon geçiş */
    .hdmenu .submenu {
        position: static;
        width: 100%;
        margin: 8px 0 12px;
        padding: 0;
        background: #fff;
        color: #111;
        box-shadow: none;
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height .25s ease;
    }

    .hdmenu li.open > .submenu {
        max-height: 800px;
        padding-block: 6px;
    }

    .hdmenu .submenu li a {
        display: block;
        padding: 12px 14px;
        color: inherit;
    }

    .hdmenu .submenu li + li {
        border-top: 1px solid #f1f5f9;
    }

    /* Mobilde hover açma davranışını iptal et (kontrol JS'te) */
    .hdmenu li.has-sub:hover > .submenu {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .header-bottom
    {
        width:90%;
    }
}


/* ==== MOBİL HAMBURGER - RTL GÜVENLİ ORTALAMA ==== */
@media (max-width: 992px) {
    /* Butonu her dilde göster (önceki gizlemeleri ezer) */
    #nav-toggle.nav-toggle {
        display: inline-flex !important;
        justify-content: center;
        align-items: center;
        width: 44px;
        height: 44px;
       

        position: fixed; 
        top: 10px;
        inset-inline-start: 50%; 
        transform: translateX(-50%);
        z-index: 10050; /* modal/panel üstünde kalsın */
        border-radius: 10px;
        background: #fff; /* arka planla kontrast dursun */
        border: 1px solid #e5e7eb;
        box-shadow: 0 4px 14px rgba(2,8,23,.12);
    }

        #nav-toggle.nav-toggle::before {
            content: "☰";
            font-size: 20px;
            line-height: 1;
        }
    .mac {
        display: block;
        position: absolute;
        right: 3%;
        font-size: 25px;
        color: #fff;
        top: 26.5px;
    }

    html[dir="rtl"] #nav-toggle.nav-toggle {
        inset-inline-start: 50%;
        inset-inline-end: auto;
        transform: translateX(-50%);
    }
}

