
.a{
        text-decoration: none;
}
.navbar{
    width:90%;
    max-width:1200px;
    height:85px;
    margin:0 auto; /* Ortalar */

    display:flex;
    justify-content:space-between;
    align-items:center;

    background:#fff;
    padding:0 30px;
    box-sizing:border-box;
}

header{
    width:100%;
    background:#fff;
}

.logo{
    font-size:28px;
    font-weight:300;
        color:#555;
    transition:.3s;
    cursor:pointer;
}
.logo h1:hover{
    color:#d3d3d3;
}

.menu{
    display:flex;
    list-style:none;
    gap:35px;
}

.menu a{
    text-decoration:none;
    color:#555;
    font-size:17px;
        color:#555;
    text-decoration:none;
    transition:.3s;
}
.menu a:hover{
    color:#ff7a00;
}

/* Checkbox gizli */
#menu-toggle{
    display:none;
}

/* Hamburger başlangıçta görünmez */
.hamburger{
    display:none;
    font-size:34px;
    cursor:pointer;
}

/* Telefon görünümü */
@media (max-width:900px){

    .hamburger{
        display:block;
    }

    .menu{
        position:absolute;
        top:85px;
        right:0;
        width:240px;
        background:white;

        flex-direction:column;
        align-items:flex-start;
        gap:0;

        display:none;
    }

    .menu li{
        width:100%;
    }

    .menu li a{
        display:block;
        width:100%;
        padding:18px 25px;
        border-bottom:1px solid #ddd;
    }

    /* Checkbox işaretlenince menü açılsın */
    #menu-toggle:checked ~ .menu{
        display:flex;
    }
}















.anasayfa:hover{
    color:orange !important;
}

.telefon{
    font-style: 4px;
}
.ustbar{
    background:rgb(8, 60, 88);
    height:50px;
    width:100%;
}

.ustbar .container{
    width:1140px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:50px;
}

.telefon{
    color:white;
    font-size:18px;
    font-weight:bold;
    margin-left: 25px;
}

.sosyal a{
    color:white;
    margin-left:18px;
    text-decoration:none;
    font-size:18px;
}

.sosyal a:hover{
    color:#d9d9d9;
}


.mavibölüm{
width: 100%;
    height: 620px;
    background-color: rgb(132, 155, 168);
    color: white;
    font-size: 19px;
    font-weight: 470;

    display: flex;
    flex-direction: column;  
    align-items: center;     
    

    justify-content: flex-start; 
    
   
    padding-top: 180px; 
    
    text-align: center;
    

    gap: 50px;
    

    margin-top: 0px;

}
.bastakiparagraf{
    text-align: center;
    color: white;
    margin: 0;

}
.btn{


    width: 250px;
    height: 60px;
    color: #fd7e14;
    border: 2px solid #fd7e14; 
    background: transparent;  
    cursor: pointer;
     color: white;
    
    

}
.btn:hover{
    color: #fd7e14;
    border-color: #fd7e14;
    background-color: #fd7e14;
    


}
.btn a{
    color: white;
    text-decoration: none;
}


.hizmetlerimizarkaplan{
    width: 100%;
    min-height: 1290px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hizmetlerimizbaslik{

width: auto; 
    max-width: 100%;
    text-align: center; 
    font-size: 38px;
    font-weight: 480;
    margin-top: 4%; 
    margin-left: 0;

}

.turuncucizgi{
width: 85px;
    height: 2px;
    background-color: #fd7e14;
    margin-top: 10px; 
    margin-left: 0; 
}

.hakkımızdaacıklama{
    text-align: center;
    margin-top: 1%;
        text-decoration: none;

}



.hizmetlerimizarkaplan {
    width: 100%;
    min-height: auto; 
    padding: 60px 0;
    background-color: rgb(255, 255, 255);
    text-decoration: none;
}


.hizmet-kutu {
    padding: 20px;
    transition: transform 0.3s ease;
      text-align: center;
          text-decoration: none;
}





.hizmet-baslik {
    font-size: 20px;
    font-weight: bold;
    color: #ff5e00; 
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.3;
        text-decoration: none;
}


.hizmet-aciklama {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 1.6;
    text-align: center;
        text-decoration: none;
}

.hizmet-kutu:hover {
    transform: translateY(-4px);
        text-decoration: none;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
        text-decoration: none;
}


.bayiler-container {
    position: relative; 
    width: 100%;
    min-height: 500px; 
    background-color: #0c1e2a; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.bayiler-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url('saydamresimpng.png');
    background-size: cover;
    background-position: center;
    

    opacity: 0.2; 


    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);



}


.bayiler-content {
    position: relative;
    z-index: 1; 
    text-align: center;
    color: #ffffff; 
}

.bayiler-content h1 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 150px;
}

.underline {
    width: 60px;
    height: 2px;
    background-color: #ff6600; 
    margin: 0 auto 30px auto;
}

.logos {
    display: flex;
    justify-content: center;
    gap: 130px;
    margin-top: 30px;
    width:200px;
    height: 100px;
}


.logos img {
    height: 30px; 
    filter: brightness(0) invert(1); 
    margin-left:20%
}



.isortaklarimizbaslik{
width: auto; 
    max-width: 100%;
    text-align: center; 
    font-size: 38px;
    font-weight: 480;
    margin-top: 4%; 
    margin-left: 0; 

}

.turuncucizgi1{
width: 85px;
    height: 2px;
    background-color: #fd7e14;
    margin-top: 10px; 
    margin-left: 0;   
}






*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
.profile-card{
    text-align:center;
}

.profile-image{
    width:170px;
    height:170px;
    border-radius:50%;
    border:6px solid #ececec;
    overflow:hidden;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    margin:auto;
    box-shadow:0 0 5px rgba(0,0,0,0.1);
}

.profile-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.profile-name{
    margin-top:18px;
    color:#ff6600;
    font-size:22px;
    font-weight:500;
}




*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:Poppins,sans-serif;
    background:#fff;
}

.partners{

    width:100%;
    max-width:1400px;

    margin:auto;

    padding:80px 30px;
}

.title{

    text-align:center;
    margin-bottom:70px;
}

.title h2{

    color:#4AA6FF;
    font-size:42px;
    font-weight:300;
    letter-spacing:1px;
}

.title span{

    display:inline-block;

    width:90px;
    height:4px;

    background:#ff7d00;

    margin-top:15px;

    border-radius:20px;
}


.partners-grid{

    display:grid;

    grid-template-columns:repeat(3, 1fr);

    gap:70px 50px;

    max-width:1200px;

    margin:0 auto;

    justify-items:center;

}




.partner{

    text-align:center;
    width:100%;
    max-width:250px;
}





.logo-box{

    width:270px;
    height:270px;

    border:5px solid #ececec;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:auto;


    transition:.35s;
}


.logo-box:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 30px rgba(0,0,0,.08);

    border-color:#ff6600;
}


.logo-box img{

    width:90px;
    max-width:80%;
    max-height:80%;

    object-fit:contain;
}



.partner h3{

    margin-top:22px;

    color:#ff6d00;

    font-size:26px;
    font-weight:400;
}


/* Tablet */
@media (max-width:992px){

    .partners-grid{
        grid-template-columns:repeat(2,1fr);
        gap:50px 30px;
    }

}

/* Telefon */
@media (max-width:600px){

    .partners-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

}



.projelerimiz-container {
    position: relative; 
    width: 100%;
    min-height: 350px; 
    background-color: #0c1e2a; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


.projelerimiz-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background-image: url('saydamresimpng.png');
    background-size: cover;
    background-position: center;
    

    opacity: 0.2; 


    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);


}

.projelerimiz-content {
    position: relative;
    z-index: 1; 
    text-align: center;
    color: #ffffff; 
}

.projelerimiz-content h1 {
    font-size: 2rem;
    letter-spacing: 2px;
}






.adreskismi{
    width: 100%;
    min-height: 250px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 40px 20px;
    box-sizing: border-box;
    gap: 10px;
}

.kutu{
  
    text-align: center;
}

.kutu img{
    width: 80px;
    height: 40px;
    margin-bottom: 25px;
}

.kutu p{
    font-weight: 700;
    line-height: 1.5;
}

.kutu p:hover{
    color: #ff5e00;
}



.grid-layout {
    display: grid;
    /* Ekran boyutuna göre otomatik sığdır. Her bir kart en az 300px olsun, sığmazsa otomatik alt satıra geçsin */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1-fraction)); 
    gap: 20px; /* Kartların arasındaki boşluk */
}


/* Tüm elementler için kutu modelini sabitle ve varsayılan boşlukları sıfırla */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Sayfanın sağa sola doğru istemsizce kaymasını engeller */
html, body {
    width: 100%;
    overflow-x: hidden; 
}





/* --- TABLET BOYUTU (992px ve altı) --- */
@media (max-width: 992px) {
    /* Tablette yan yana duran menüleri veya elemanları biraz daha daraltabilirsiniz */
    .sidebar {
        width: 30%;
    }
}


@media (max-width: 768px) {
  
    .flex-container {
        flex-direction: column;
    }


    .sidebar, .content, .main-content {
        width: 100% !important;
    }
    

    h1 {
        font-size: 1.8rem;
    }
}





body{
    font-family:Arial, sans-serif;
}


.sayfa{
    width:100%;
}


.icerik{
    min-height:500px;
}


.alt-bilgi{
    width:100%;
    background:#0e4761;
    color:white;
    text-align:center;
    padding:45px 20px;
}


.firma{
    font-size:22px;
    margin-bottom:30px;
}


.cizgi{
    width:70%;
    height:1px;
    background:rgba(255,255,255,.2);
    margin:0 auto 25px auto;
}


.copyright{
    font-size:14px;
}


@media (max-width:768px){

    .firma{
        font-size:18px;
    }

    .copyright{
        font-size:12px;
    }

    .cizgi{
        width:90%;
    }

}



