html, body {
  margin: 0;
  padding: 0;
}

body{
background-color:rgb(175, 194, 239);
}
/*
.tumsayfa{
background-image:url(../assets/img/emindogalgazyan.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height: 100vh;
 background-attachment: fixed;
overflow: hidden;
}   */ 

.tumsayfa{
    background-color:rgb(175, 194, 239);
}



.footer{
   /* background-color: rgb(118, 157, 247); */ 
     background-color: rgb(18, 87, 114);
    margin-top: 10%;
    height: auto;
    padding-top: 2%;
}
.footer a{
    text-decoration: none;
}


/* Navbar için esnek yükseklik ayarı */
.navbar {
    padding-top: 20px !important;    /* İstediğiniz boyuta göre artırın */
    padding-bottom: 20px !important; /* İstediğiniz boyuta göre artırın */
}

/* Nav-linkler için de dikey boşluk ekleyerek kutuyu destekleyelim */
.nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.header{
    background-color: rgb(75, 176, 215);
    /* min-height:50px */ 
    /*padding:1%; */ 
    /* style.css dosyanıza ekleyin */
    height: 55px; /* Tüm sayfalarda header'ın yüksekliği aynı olsun */
    display: flex;
    align-items: center; /* İçindeki öğeleri dikey olarak ortalar */
    padding-top: 0 !important; /* Bootstrap padding'ini ezer */
    padding-bottom: 0 !important;
}

.header a{
    text-decoration: none;
    font-size: 20px;
}

.navbar {
    background-color: rgb(18, 87, 114);
    padding:1%;
    /*width: 80%; */ 
    height: auto;
   /* margin-left:10%; */ 
   /* border-radius: 0px 0px 10px 10px; /*3 ve 4. sağ ve sol alt köşeler*/ 
}

.navbar-nav {
    gap: 60px; /* Buradaki değeri artırarak mesafeyi istediğiniz gibi ayarlayabilirsiniz */
}

.navbar li a {
    font-size: 22px;
    padding: 0; /* Eğer Bootstrap'in varsayılan padding'i arayı bozuyorsa 0 yapın */
}

.navbar a{
    text-decoration: none;
}


#logo{
    width:10%;
    height: auto;
    float: left;
    margin:2%;
    margin-top: 1%;
}

/*
p{
font-family:sans-serif;
}
*/ 


#hizmetler{
background-color: rgb(111, 181, 52);
border: none;
width: 70%;
margin-left:15%;
height: auto;
}


.accordionimg{
width: 30%;
height: 30%;
}

#buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#accordionFlushExample{
width: 70%;
height: auto;
margin-left: 15%;
margin-bottom: 5%;
}



h1,h2{
  /*   margin-top: 3%; */ 
    padding-top: 2%;
    padding-bottom: 1%;
   /* color: rgb(29, 58, 5); */ 
   color: black;
}

h2{
    margin-top: 5%;
}

#carousel{
width: 70%;
height: 70%;
margin-left: 15%;
}



.adrescontainer{
border-radius: 10px;
 transition: transform 0.3s ease-in-out;
}

.adrescontainer:hover{
transform: translateY(-5px);
transition: 0.3s;
box-shadow: 4px gray;
}

#map{
    margin-left: 25%;
    margin-top: 5%;
    width: 80%;
} 

#baslik{
    margin-bottom: 2%;
}



#harita{
/* border: solid 2px grey; */ 
width: 80%;
border-radius: 10px;
background-color: white;
border-radius: 5px;
} 

/* 
#hizmetitem{
width: 70%;
} */ 

#urunler{
    border: solid black 2px;
    border-radius: 5px;
    padding: 2%;
}

#urun{
width: 70%;
padding: 5%;
margin: 5%;
}

#urunlercard{
border-radius: 5px;
background-color: rgb(27, 64, 152);
margin: 5%;
}

.urunitem{
width: 70%;
min-height:100px;
}

button{
border: none;
}

/* Sağ altta sabitleyen ana kapsayıcı */
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* WhatsApp Daire Butonu */
.whatsapp-sabit-buton {
    background-color: #25d366;
    color: #FFF;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-sabit-buton:hover {
    transform: scale(1.1);
}

.whatsapp-sabit-buton img {
    width: 35px;
    height: 35px;
}

/* Butonun Altındaki Yazı Tasarımı */
.whatsapp-yazi {
    margin-top: 8px;
    background-color: #ffffff;
    color: #333333;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 600;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap; /* Yazının alt alta bölünmesini engeller */
}

#servismodal{
 background-color: rgb(18, 87, 114);
}

.modalitem a{
 /*text-decoration: none; */
 color: blue;
}