body {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
}

p {
    margin: 0
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.daire {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.daire img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* Türknet davet kodu sayfası için */


.iletisimBtn {
    background-color: #b8b8b8;
    color: white;
    font-size: 15px;
    padding: 4px 18px;
    border: none;
    cursor: pointer;
    transition: background-color 0.5s ease;
    /* Yumuşak renk geçişi */
}

.iletisimBtn:hover {
    background-color: #495057;
    /* Hover durumunda daha koyu gri */
}

main section {
    color: #2f2f2f
}

.tdk {
    background-color: #EFEFEF;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

}

/* Buton */

.wp_buton {
    background-color: #25D366;
}

.nav-link {
    color: gray !important;
    font-size: 11px !important;
}

.nav-link:hover {
    color: black !important;
}

.active {
    color: #333333 !important;
    font-weight: bold;
}

div a i:hover {
    color: rgb(77, 77, 77) !important;
}

.daFa {
    text-decoration: none;
    color: gray;
    font-size: 12px;
    font-weight: bold;
}

.daFa:hover {
    color: rgb(72, 72, 72);
    transition: all 0.3s ease;
}

.daFa2 {
    text-decoration: none;
    color: white;
    font-size: 12px;
}

.daFa2:hover {
    text-decoration: none;
    color: #d8d8d8;
    font-size: 12px;
}

.xxx:hover {
    color: rgb(72, 72, 72);
    transition: all 0.3s ease;
}

.xxx {
    margin-left: 10px;
    font-size: 14px;
}

.nav-item {
    margin-left: 18px !important;
}

.test {
    max-width: 100%;
    height: auto;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
}

.iletisim-banner {
    background: #f8f8f8;
    padding: 10px 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.iletisim-banner a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.iletisim-banner a:hover {
    color: #495057 !important;
}

.span {
    background: #f8f8f8;
    text-decoration: none;
    color: gray;
    text-align: left;
    gap: 8px;
    transition: color 0.3s ease;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 5px;
    margin: 5px 0px;
}

.span:hover {
    color: rgb(72, 72, 72) !important;
}

.karart {
    transition: filter 0.5s ease-in-out;
}

.karart:hover {
    filter: brightness(30%);
}

.sc {
    padding: 1px;
    background-color: white;
    color: black;
    font-size: 12px;
    border: 1px solid black;
    float: left;
    padding: 2px;
    margin-right: 4px;
    margin-top: 3px;
    text-decoration: none;
}

.sc:hover {
    color: rgb(72, 72, 72) !important;
}

.kucukResimler {
    width: 55px;
    height: 56px;
}

.bg-dark-transparent {
    background-color: #000000;
    opacity: 0.9;
    filter: alpha(opacity=60);
}

.dugme {
    background: gray;
    padding: 9px 17px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border: none;
}

.dugme:hover {
    background: rgb(95, 95, 95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: #25d366; */
    background: gray;
    /* border-radius: 50px; */
    padding: 9px 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-container:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.services {
    max-width: 1200px;
    margin: auto;
}

.swiper-slide {
    background: transparent;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.custom-button {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-button:hover {
    background: #333;
    color: white;
}

.swiper-slide img {
    width: 40px;
    /* istediğin genişlik */
    height: auto;
    /* orantılı küçülür */
    margin: auto;
    /* ortalar */
    display: block;
}

.link {
    text-decoration: none;
    color: inherit;
}

.link:hover {
    color: #a7a7a7;
}