/*
        Project:		-- Atlantist Kentsel Dönüşüm -- 
        Version:	    --
        Create Date:	-- 22.11.2025
        Last change:	--
        Primary use:	--
*/

html, body {
    position: relative;
    height: 100%;
    width: 100vw;       /* viewport genişliğini tam al */
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-color: transparent;
    cursor: none;
}

/* Sayfa içeriğini saran ana div */
.main-wrapper { 
    max-width: 100vw;  /* içerik mobilde taşmasın */
    overflow-x: hidden; /* sadece içeriği sınırla, body değil */
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon.eot");
    src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
        url("../font/flaticon.woff") format("woff"),
        url("../font/flaticon.ttf") format("truetype"),
        url("../font/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* ===================== Mouse ayarı - NORMAL İMLEÇ ===================== */

/* Ortadaki küçük nokta (KIRMIZI) */
.cursor-dot {
    display: none; /* Küçük noktayı tamamen kaldırıyoruz */
}

/* Dıştaki halka (KIRMIZI) */
.cursor-outline {
    display: none; /* Halkayı tamamen kaldırıyoruz */
}

/* İmleci varsayılan (normal) hale getirme */
* {
    cursor: default; /* Normal fare imleci */
}
/* Bağlantılar üzerinde özel imleç */
a {
    cursor: pointer; /* Bağlantılar üzerine geldiğinde fare işareti el şeklinde olacak */
}


/*=================== PRELOAD ================*/
.header-call {
    float: right;
    margin-top: 18px;
    margin-right: 15px;
}

.call-btn-top {
    background: #28a745;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}

.call-btn-top i {
    margin-right: 6px;
}
/*================== URL DUZELTME ANCHOR ==========================*/
.anchor-offset{
  display:block;
  position:relative;
  top:-90px;    /* navbar yüksekliğine göre 70-110 arası oynat */
  visibility:hidden;
}


/*================================================================ PRELOAD ===================================================================*/
/* Instagram linkinin normal rengi kırmızı */
.social-info {
    color: #FFFFFF; 
    text-decoration: none; /* Alt çizgiyi kaldırmak için */
}

/* Instagram linkine hover (üzerine gelindiğinde) mavi renk eklemek */
.social-info:hover {
    color: #0000ff; /* Mavi renk */
    text-decoration: underline; /* Hover'da alt çizgi ekler */
}



.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111111111;
     /* eski: background: url(../img/loader1.gif) center no-repeat #fff; */
}

/* ========================== */
/*     PERFECT 3×2 COLOR BOX  */
/* ========================== */

.box {
    position: fixed;
    bottom: 40px;
    right: -150px; /* başlangıçta gizli */
    width: 130px;
    height: 110px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: all .3s ease;
    padding: 10px 8px 8px 8px;

    display: grid;

}

/* Panel açılınca sağdan içeri gelir */
.box.open {
    right: 20px;
}

/* Dişli butonu - panelin altında duracak şekilde */
.option {
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 42px;
    height: 42px;
    background-color: #bc4e13; /* TURUNCU GİBİ GÖRÜNEN RENGE UYDU */
    color: white;
    border-radius: 50%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
    transition: background .3s;
}

.option:hover {
    background-color: #a33f0e;
}

.option .fa {
    font-size: 18px;
}

/* Renk kutuları: Daha küçük & simetrik */
.color {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
}

/* Renkler */
.color.default { background-color: #175490; }
.style1       { background-color: #147B0E; }
.style2       { background-color: #179090; }
.style3       { background-color: #E63838; }
.style4       { background-color: #A81196; }
.style5       { background-color: #BC4E13; }

.color:hover {
    transform: scale(1.08);
}

/*============================================================== Icon ==========================================================*/

/* Logo + Yazı Alanı */
.logo-wrapper {
    display: flex;
    align-items: center;      /* Dikey ortalama */
    gap: 10px;                /* Logo ile yazı arası boşluk */
    text-decoration: none;    /* Alt çizgiyi kaldır */
    position: relative;       /* Tıklanabilirlik için */
    z-index: 10;              /* Üstte olmasını sağla */
}

/* Logo */
.navbar-logo {
    height: 80px;
    width: auto;
    display: block;
    border-radius: 10px;      /* isteğe bağlı, sade görünüm */
    cursor: pointer;         /* Logo üzerine tıklanabilir işaret */
}

/* Yazı */
.logo-text {
    font-size: 22px;
    font-weight: 700;
    color: black;             /* Navbarın arka plan rengine göre uyumlu */
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif; /* varsa güzel durur */
    cursor: pointer;         /* Yazı üzerine tıklanabilir işaret */
}

/* Opsiyonel: hover efekti ekleyebiliriz */
.logo-wrapper:hover .navbar-logo,
.logo-wrapper:hover .logo-text {
    opacity: 0.8; /* Hover efektiyle logoyu ve yazıyı daha belirgin yapar */
}




/*============================================================== telefon ==========================================================*/

.phone-float {
    position: fixed;
    width: 65px;
    height: 65px;
    bottom: 25px;
    left: 25px;          /* BURAYI DEĞİŞTİRDİK */
    background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    transition: all 0.2s ease-in-out;
}

.phone-float:hover {
    background-color: #218838;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .phone-float {
        display: flex;
    }
}
/*============================================================== MENU ==========================================================*/

.main-page-content{
    width: 100%;
    height: 100%;
}

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

.navbar-default {
    background-color: transparent;
    /* BURAYI DÜZELTTİK */
    height: auto;                 /* sabit 75px yerine */
    min-height: 75px;
    border-bottom: none;
    overflow: visible;            /* menüyü kesmesin */
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 111111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.navbar-default.small {
    background-color: white;
    border-bottom: 1px solid #FFF;
    box-shadow: 0px 0px 10px 0px #D1D1D1;
}

.navbar-brand {
    float: left;
    /* BURAYI DA KÜÇÜLTTÜK */
    height: auto;
    padding: 10px 15px;
    font-size: 24px;
    line-height: 20px;
    padding-top: 15px;
}

.navbar-nav {
    float: right;
    margin: 17px 21px;
    margin-right: 0px;
}

.navbar-nav li {
    float: left;
    margin: 0px 11px;
    display: inherit;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    letter-spacing: 2px;
    font-size: 13px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 10px 0px;
    font-weight: 600;
}

.navbar-default.small .navbar-nav > li > a {
    color: black;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-title {
    padding: 0px 0px;
}

.site-title h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    margin: 24px 0px;
    letter-spacing: 5px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    /* NEGATİF MARGİNİ SİLDİK */
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* ================== BİZİ ARAYIN BUTONU (SAĞ ÜST) ================== */

.header-call {
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}

.call-btn-top {
    background: #28a745;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
}

.call-btn-top i {
    margin-right: 6px;
}




/*====================================================== HOME BACKGROUND =====================================================*/






#home{
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
}
.home-content{
    width: 100%;
    position: absolute;
    height: 100%;
}
#home img{
    width: 100%;
    height: 100vh;
    margin-left: 0px;
    margin-top: 0px;
    transition: 18s;
    -webkit-transition: 18s;
    -moz-transition: 18s;
    -ms-transition: 18s;
    -o-transition: 18s;
    border-radius: 10px; 
    object-fit: cover; 
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    height: 100%;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


.carousel, .item, .active {
    height: 100%;
    position: relative;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
}
.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    z-index: 11;
}
.home-content-main:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    z-index: 1;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.home-row {
    z-index: 2;
    position: relative;
}
.home-text{
    width: 100%; 
}

.home-text h2 {
    font-size: 45px;
    color: rgb(255, 255, 255);
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px;
    line-height: 56px;
    margin-top: 0px;
    margin-bottom: 35px;
}
.home-contact1 {
    font-size: 16px;
    padding: 8px 30px;
    color: white;
    border-radius: 7px;
    letter-spacing: 1px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 1px solid #cb5c5c;
    margin-top: 0px;
}
.home-contact1:hover {
    color: white;
    border: 1px solid white;
    text-decoration: none;
    background-color: transparent;
}

.home-background{
    width: 100%;
    height: 100vh;
}
.image-home{
    width: 100%;
    height: 100vh;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -40.5%;
    text-align: center;
    list-style: none;
}





/*==================================================================== ABOUT ============================================================*/





#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}
.about-content {
    padding-top: 100px;
    padding-bottom: 65px;

}
.about-grid{
    width: 100%;
    margin-top: 0px;
}
.creativity{
    margin-top: 0px;
}
.creativity-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    background-color: white;
    height: 500px;  /* Kutu yüksekliğini sabitliyoruz */
    transition: 0.8s;
    overflow: hidden;
    margin-bottom: 27px;
}
.creativity-row{
    margin-top: 50px;
}
.creativity-title {
    padding-top: 0px;
}
.creativity-title h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}
.creativity-title h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e7e7e7;
    margin-top: 17px;
    margin-left: 15px;
}

.creativity-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 12px;
}

.creativity-img img {
    object-fit: cover;  /* Fotoğrafın sabit kalmasını sağlıyoruz */
    height: 100%;
    width: 100%;
    border-radius: 10px; 
    object-fit: cover; 
}
.creativity-img img{
    height: 100%;
    width: 100%;
    border-radius: 10px; /* köşe yuvarlama */
    object-fit: cover; 
}
.creativity-details {
    padding: 16px 18px;
    flex-grow: 1; /* Metin kısmının esnemesini sağlıyoruz */
    border-radius: 10px; 
    object-fit: cover; 

}
.creativity-details h3 {
    margin: 0px 8px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    font-weight: 600;
    margin: 0px;
    margin-top: 0px;
    border-radius: 10px; 
    object-fit: cover;
}
.creativity-under {
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    position: relative;
    height: 1px;
    width: 91px;
    margin-top: 11px;
}
.creativity-grid:hover .creativity-under{
    width: 100%;
}
.creativity-details p {
    font-size: 14px;
    color: white;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 7px 0px;
    position: relative;
    padding-bottom: 0px;
    border-radius: 10px; 
    object-fit: cover;
}

.us-grid {
    margin-top: 73px;
}
.us-row{
    height: 450px;
}
.about-col {
    padding: 0px;
    display: table;
    height: 100%;
}

.about-image img{
    width: 100%;
    height: 450px;
    padding: 0px;

}

.about-details {
    margin-top: 27px;
    margin-left: 41px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 45px;
    border-radius: 10px; 
    object-fit: cover;
}
.about-details h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: white;
    font-weight: 700;
    margin-top: 10px;
    padding: 0px;
    border-radius: 10px; 
    object-fit: cover;
}
.about-details h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e96c6c;
    margin-top: 17px;
    margin-left: 15px;
}
.about-details p {
    font-size: 13px;
    color: #FBFBFB;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 34px;
    margin-top: 9px;
    padding-right: 24px;
    border-radius: 10px; 
    object-fit: cover;
}
.about-details a {
    font-size: 16px;
    padding: 9px 20px;
    background-color: #FFF;
    border-radius: 6px;
    letter-spacing: 1px;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    
}
.about-details a:hover {
    color: black;
    text-decoration: none;
}


.work-counter {
    width: 100%;
    margin-top: 100px;
}
.counter {
    padding: 0px;
}
.work-statistics {
    padding: 0px;
    margin-bottom: 35px;
}
.work-statistics h3 {
    font-size: 28px;
    color: #4D4C4C;
    font-family: 'Roboto', sans-serif;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    font-weight: 700;
}
.work-statistics p {
    color: #515151;
    font-size: 20px;
}
.stat-icon {
    font-size: 41px;
    margin-top: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    text-align: center;
    border-radius: 4px;
    font-weight: 900;
}





/*=================================================== process ==========================================*/





#process{
    width: 100%;
    background-color: white;
    margin-top: 1px;
    position: relative;
    background-size: cover;
    background-position: center center;
    
}
.process-content {
    padding-top: 100px;
    position: relative;
    z-index: 111;
    padding-bottom: 86px;
}

#process::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.77);
    top: 0;
    left: 0;
    z-index: 1;
}
.process-grid{
    width: 100%;
    margin-top: 45px;
}
.process-title {
    padding-top: 0px;
}
.process-title h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: white;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}
.process-title h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #444;
    margin-top: 17px;
    margin-left: 15px;
}
.process-title p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #CFCFCF;
    padding: 0px;
    line-height: 27px;
    margin-top: 12px;
}
.process-details {
    padding: 18px;
    margin-bottom: 25px;
    border: 1px solid #F6F1F1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #c6c6c6;
    border-radius: 10px; 

}
.process-details-content{
    padding-top: 40px;
    position: relative;
    z-index: 111;
}
.carousel, .item, .active1 {
    height: 100%;
    position: relative;
    width: auto;
}
.nav-tabs {
    border-bottom: none;
    padding: 0px 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: white;
    cursor: default;
    border: 0px solid transparent;
}
.nav-tabs > li.active::after {
    content: '';
    position: absolute;
    background-color: #5F5F5F;
    height: 50px;
    width: 1px;
}
.nav-tabs > li > a {
    margin-right: 11px;
    line-height: 150px;
    border: 1px solid transparent;
    border-radius: 143px;
    color: white;
    cursor: default;
    background-color: transparent;
    height: 185px;
    width: 185px;
    font-size: 14px;
}
.nav-tabs > li > a:hover {
    color: white ;
    cursor: default;
    cursor: pointer;
}
.details-process{
    width: 100%;
    border-top: 1px solid #454545;
}
.tab-content {
    padding: 0px 15px;
    margin-top: 50px;
}

.process-details-content p {
    color: #f8f8f8;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 33px;
}
.process-content-list {
    margin-top: 40px;
}
.process-content-list ul {
    list-style: none;
    padding-left: 0px;
}
.process-content-list ul li{
    padding: 4px 0px;
}
.process-content-list ul li p {
    color: #9c9c9c;
    font-size: 16px;
    margin-left: 34px;
    line-height: 25px;
}

.process-icon {
    float: left;
    font-size: 22px;
    margin-top: 2px;
}


/*=========================================================================== WORK ===============================================================*/




#work {
    width: 100%;
    background-color: white;
    margin-top: 0px;
}
.work-content{
    padding-bottom: 0px;
}
.work-grid{
    width: 100%;
}
.work-title {
    padding-top: 100px;
}
.work-title h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}
.work-title h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e7e7e7;
    margin-top: 17px;
    margin-left: 15px;
}


.work-details {
    margin-top: 30px;
    border-radius: 10px; 

}
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}
.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}
.work-icon {
    font-size: 250px;
    color: white;
    text-align: center;
}
/* Hover’da mavi overlay görünmesin */
.portfolio-wrapper:hover .overlay {
    opacity: 0 !important;
}
#filters {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    width: 100%;
    margin: auto;
    margin-bottom: 55px;
}

#filters li {
    float: left;
    margin-right: 8px;
}

#filters li span {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
}

#filters li span.active {
    color: white;
    border-radius: 6px;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 24%;
    margin-right: 1%;
    display: none;
    float: left;
    overflow: hidden;
    margin-bottom: 1%;
}

/* Kart arka plan mavisini kaldır */
.portfolio-wrapper {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    background: transparent !important;
}

.portfolio-wrapper .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;      /* tıklanabilir alan genişliği */
    height: 75%;     /* tıklanabilir alan yüksekliği */
    transform: translate(-50%, -50%);
    opacity: 0 !important;
    cursor: zoom-in;
    z-index: 5;
}


/* Resim normal hali */
.portfolio-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
    border-radius: 10px; 
    object-fit: cover;   
}

/* Hover’da sadece hafif büyüt */
.portfolio-wrapper:hover img {
    transform: scale(1.2);
    opacity: 1 !important;
    border-radius: 10px; 
    object-fit: cover;  
}

.portfolio .text-category {
    display:block;
    font-size:9px;
}




/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
.row:after,
.clearfix:after {
    clear: both; }
.row,
.clearfix {
    zoom: 1; }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.skill-bar {
    width: 0;  /* Başlangıçta 0, animasyon başladığında büyüyecek */
    height: 30px;
    background-color: #4c9baf;
    color: white;
    text-align: center;
    line-height: 30px;  /* Yükseklik ile ortalanmış yazı */
    border-radius: 5px;
    transition: width 2s ease-in-out;  /* Animasyon süresi 2 saniye */
}



/*================================================================ FANCYBOX ===============================================================*/




.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: white;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url('../img/close.png') center center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); 
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-lock-test {
    overflow-y: visible !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.83);
}


.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; 
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../fancybox_sprite@2x.png');
        background-size: 44px 152px; 
    }

    #fancybox-loading div {
        background-image: url('../fancybox_loading@2x.gif');
        background-size: 24px 24px; 
    }
}
#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
    background: rgb(50,50,50);
    background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
    background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
    float: left;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity : 0.4;
    cursor: default;
}
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
    border-radius: 10px; 
    object-fit: cover;  
}








/*=================================================== SERVICE ==========================================*/





#service{
    width: 100%;
    background-color: white;
    margin-top: 1px;
    position: relative;
}
.service-content{
    padding-top: 100px;
    padding-bottom: 50px;
}
.service-grid{
    width: 100%;
    margin-top: 0px;
}
.service-title {
    padding-top: 0px;
}
.service-title h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}
.service-title h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #e7e7e7;
    margin-top: 17px;
    margin-left: 15px;
}

.service-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #1A1A1A;
    padding: 0px;
    line-height: 27px;
    margin-top: 12px;
}
.about-row{
    margin-top: 70px;
}
.service-details {
    padding: 0px;
    margin-bottom: 50px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    margin-right: 30px;
    border-radius: 10px; 
}


.service-details:hover .service-icon{
    margin-top: 10px;
}

.media-body h3 {
    margin: 16px 0px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    margin-bottom: 0px;
    font-weight: 600;
    margin: 0px;
}
.media-body p {
    color: #1A1A1A;
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    letter-spacing: 1px;
}
.service-icon {
    font-size: 21px;
    color: white;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 150px;
}


.message {
    width: 100%;
    background-color: white;
    padding: 0px;
    margin-top: 100px;
}
.message-img{
    height: 100%;
    width: 100%;
    border-radius: 10px; 
    object-fit: cover;  
}
.no-padding-col{
    padding: 0px;
    height: 100%;
}
.message-row{
    height: 450px;
}
.message-col {
    height: 100%;
    display: table;
}
.message-client{
    height: 100%;
}
.message-details {
    padding-left: 33px;
    display: table-cell;
    vertical-align: middle;
}
.message-details h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: white;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
    line-height: 37px;
    border-radius: 10px; 
    
}
.message-details h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 15%;
    margin-top: 17px;
    margin-left: 15px;
}
.message-details p {
    font-size: 15px;
    color: #FBFBFB;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 34px;
    margin-top: 9px;
    padding-right: 24px;
    border-radius: 10px; 

    
}

.testimonial{
    width: 100%;
    background-color: white;
    margin-top: 1px;
    position: relative;

}

.testimonial-content {
    padding-bottom: 0px;
    padding-top: 100px;
}
.testimonial-grid {
    width: 100%;
    position: relative;
    z-index: 111;
}
.testimonial-title {
    padding-top: 0px;
}
.testimonial-title h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: #333;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}


.testimonial-details{
    width: 100%;
    border-radius: 10px; 
    
}
.carousel-indicators1{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 48px;
}

.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 20px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 0px;
    height: auto;
    position: relative;
}
#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.carousel-indicators .active{
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;

}
#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -32px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
    border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
.item blockquote p {
    font-size: 16px;
    color: #303030;
    margin-bottom: 0px;
    line-height: 30px;
    position: relative;
}
.item blockquote p span {
    font-size: 23px;
    position: relative;
    line-height: 44px;
}
.item{
    height: auto;
}
.fa-4x {
    font-size: 2em;
    height: 50px;
    width: 50px;
    color: #FFF;
    line-height: 51px;
    border-radius: 6px;
}





/*============================================================== CONTACT =====================================================================*/


/* Form uyarısı baloncuk stili */
#msgSubmit {
    display: inline-block;
    padding: 10px 20px 10px 15px; /* kutuyu büyütmeden içerik boşluğu */
    background-color: #ff4d4d;
    color: white;
    border-radius: 20px;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);

    /* Konumu sağa ve yukarı kaydır */
    position: relative;    /* top ve right için relative */
    right: -10px;         /* 100px sağa */
}
/* Başarılı mesaj yeşil */
#msgSubmit.text-success {
    background-color: #4BB543;
}


#contact {
    width: 100%;
    background-color: #F6F6F6;
    margin-top: 0px;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.contact-content{
    width: 100%;
}
.contact-grid {
    position: relative;
    z-index: 111;
}
.contact-content::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.73);
    top: 0;
    left: 0;
    z-index: 1;
}
.contact-row{
    margin-top: 70px;
}
.contact-title {
    padding-top: 110px;
}
.contact-title h3 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
    color: white;
    font-weight: 700;
    margin-top: 0px;
    padding: 0px;
}
.contact-title h3::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #444;
    margin-top: 17px;
    margin-left: 15px;
}
.contact-title p {
    font-size: 15px;
    letter-spacing: 1px;
    color: #CFCFCF;
    padding: 0px;
    line-height: 27px;
    margin-top: 12px;
}

.contact-form-details {
    margin-top: 100px;
    padding-bottom: 300px;
    border-radius: 10px; 
    
}
.contact-form {
    width: 100%;
    margin: auto;
}
.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 50px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #8C8B8B;
    background-image: none;
    border: 1px solid black;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.56);
}
.form-control:enabled {
    box-shadow: none;
    border: 1px solid #3f3e3e;
}
.has-error .form-control {
    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .help-block {
    color: #C6C6C6;
}
.has-error .form-control:enabled {
    box-shadow: none;
    border: 1px solid black;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-success.disabled {
    background-color: #4d4d4d;
    border-color: #b3b3b3;
    color: white;
    cursor: not-allowed;
}
.btn.disabled:hover{
    background-color: #4d4d4d;
    border-color: #b3b3b3;
    color: white;
    cursor: not-allowed;
}
.btn-success:hover{
    cursor: pointer;
    background-color: #108489;
    border-color: #363636;
    color: white;
}
.btn-success {
    background-color: #108489;
    border-color: #363636;
    color: #a5a5a5;
}
.text-danger {
    color: #A1A1A1;
    position: absolute;
}
.text-success {
    color: #A1A1A1;
    position: absolute;
}
.hidden {
    display: none !important;
    color: #2a99cc;
}

.contact-col {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
}
.contact-icon {
    font-size: 18px;
    color: white;
    position: relative;
    margin-top: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 3px;
    float: left;
}
.contact-col h3 {
    font-size: 22px;
    color: white;
    position: relative;
    margin-bottom: 4px;
    display: inline;
    line-height: 31px;
    margin-left: 10px;
}
.contact-col p {
    font-size: 15px;
    color: white;
    line-height: 23px;
    position: relative;
    padding-left: 41px;
}
.email-info{
    font-size: 15px;
    color: white;
    line-height: 23px;
    position: relative;
}
.email-info:hover{
    text-decoration: underline;
    color: white;
}
.copyright-details{
    background-color: transparent;
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.copyright h3 {
    margin: 0 !important;
    padding: 10px 0 !important;
    text-align: center;
    font-size: 10px;
    color: white;
}


/* ====================== MOBİL & TABLET DÜZENLEMELER ====================== */

/* Tablet ve altı (≤ 991px) */
@media (max-width: 991px) {

    /* Navbar genel – artık tüm sayfayı boyamıyor, sadece üst bar */
    .navbar-default {
        height: 60px !important;         /* sabit yükseklik */
        background-color: #ffffff;       /* üst bar beyaz */
        border-bottom: none;
        overflow: visible;               /* içindeki panel dışarı taşabilsin */
    }

    /* Logo ve yazı */
    .logo-wrapper,
    .navbar-brand {
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: flex-start;
        max-width: 130px;
        position: relative;
        z-index: 5;
    }

    .navbar-logo {
        height: 50px;
        width: auto;
    }

    /* Hamburger butonu (mobilde çalışacak, tablet gizlenecek) */
    .navbar-toggle {
        float: right;
        padding: 4px 6px;
        margin-top: 10px;
        margin-right: 10px;
        background-color: transparent;
        border: none;
        outline: none !important;
        box-shadow: none !important;
        cursor: pointer !important;
    }

    .navbar-toggle .icon-bar {
        width: 20px;
        height: 2px;
        background-color: #000;   /* beyaz barın üstünde siyah çizgiler */
        margin: 3px 0;
    }

    /* Navbar collapse kapalı başlasın */
    .navbar-collapse {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        position: relative;
        z-index: 2;
    }

    .navbar-collapse.in {
        max-height: 500px;
    }

    /* Menü öğeleri genel */
    .navbar-nav {
        float: none !important;
        margin: 0 !important;
        width: 100%;
    }

    .navbar-nav li {
        float: none !important;
        width: 100%;
        text-align: left;
        margin: 0 0 5px 0 !important;
        display: block;
    }

    /* Mobilde menü yazıları varsayılan beyaz olsun */
    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
        color: #ffffff;
    }

    /* Header call sağ üst */
    .header-call {
        float: none;
        text-align: right;
        margin-top: 8px;
        margin-right: 15px;
    }

    body {
        cursor: auto !important;
    }

    .cursor-dot,
    .cursor-outline {
        display: none !important;
    }

    #ads {
        display: none;
    }
}

/* Tablet aralığı (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    /* Hamburger gizlensin */
    .navbar-toggle {
        display: none;
    }

    /* Sadece Bizi Arayın gözüksün */
    .header-call {
        display: block;
    }

    /* Menü tamamen kapalı olsun */
    .navbar-collapse,
    .navbar-nav,
    .navbar-nav > li {
        display: none !important;
        max-height: 0 !important;
        overflow: hidden !important;
    }
}

/* Daha küçük mobil cihazlar (telefon ≤767px) */
@media (max-width: 767px) {

    /* Logo küçültme */
    .logo-wrapper,
    .navbar-brand {
        max-width: 110px;
    }

    .navbar-logo {
        height: 45px;
    }

    /* SAĞDAN AÇILAN SİYAH PANEL MENÜ */
    .navbar-collapse {
        position: fixed;                /* sayfadan bağımsız, panel gibi */
        top: 60px;                      /* üst barın hemen altı */
        right: 10px;
        width: 70%;
        max-width: 320px;
        margin: 0;
        box-sizing: border-box;
        border-radius: 10px;
        background-color: rgba(0,0,0,0.9);
        padding: 20px 15px;
        border: none;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        z-index: 9999;
    }

    /* Panel içindeki linkler */
    .navbar-collapse .navbar-nav > li > a {
        text-align: center;
        color: #ffffff;
        padding: 10px 15px;
        display: block;
    }

    .navbar-collapse .navbar-nav > li > a:hover,
    .navbar-collapse .navbar-nav > li.active > a {
        color: #1e88e5;      /* mavi aktif/hover rengi, istersen değiştir */
    }

    /* Hamburger butonu */
    .navbar-default .navbar-toggle {
        padding: 3px 5px;
        margin-top: -30px;
    }

    .navbar-toggle .icon-bar { 
        width: 18px;
        margin: 2.5px 0; 
    }

    /* Process title ve contact title için responsive düzeltme */
    .contact-title h3::after,
    .process-title h3::after {
        width: 50%;
        margin-left: 0;
        left: 0;
        max-width: 100%;
        top: auto;
        bottom: -5px;
    }
    
    .contact-col p {
        padding-left: 41px;
        margin-top: 8px;
    }
    
    #msgSubmit {
        margin-bottom: 20px;
        margin-right: 10px;
    }
    
    /* MENÜ YAZILARI HER ZAMAN BEYAZ KALSIN (SCROLL YAPSAN DA) */
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default.small .navbar-nav > li > a,
    .navbar-default.small .navbar-nav > li > a:focus,
    .navbar-default.small .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        color: #ffffff !important;
    }
}


/* ========== reCAPTCHA v3 Badge ========== */
.grecaptcha-badge { 
    z-index: 9999 !important; bottom: 14px !important; }


/* İsteğe bağlı: Badge'i gizlemek için (Google kurallarına uygun şekilde footer'da bilgi verilmeli)
.grecaptcha-badge {
    visibility: hidden !important;
}
*/


