/*üst navbar kodları*/
/* Navbar'da logo ve ismi sola yasla */
.navbar .navbar-brand {
    margin-right: auto;
    display: flex;
    align-items: center;
}
  
/* Menü tam ortada hizalansın */
.navbar-nav {
    margin: 0 auto;
}
  
/* Menü boşlukları biraz daha belirgin */
.navbar-nav .nav-link {
    padding: 0.5rem 1.2rem;
}

/* Navbar yüksekliği ve renk */
.navbar {
    min-height: 90px;
}
  
/* Logo ayarları */
.navbar-brand img {
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    transition: transform 0.3s ease;
    width: 80px;
    height: 80px;
}
  
.navbar-brand img:hover {
    transform: scale(1.1);
}
  
.navbar-brand span {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffc107;
    margin-left: 10px;
}
  
/* Menü linkleri */
.navbar-nav .nav-link {
    font-size: 1.1rem;
    font-weight: 600;
}
  
/* Dropdown menü */
.dropdown-menu-dark {
    background-color: #212529;
}
  
/* Hover renkleri */
.navbar-nav .nav-link:hover,
.dropdown-menu a:hover {
    color: #ffc107 !important;
}
  
/* Sosyal ikonlar */
.social-icons a {
    color: #ffc107;
    margin-left: 15px; 
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a i {
    font-size: 1.8rem; 
}

.social-icons a:hover {
    color: #fff;
    transform: scale(1.2);
}
/*üst navbar kodları bitiş*/


/* Promosyon bannerı */
.promo-banner {
    background-color: #f5c700; /* sarı ton */
    color: #000;
    border-bottom: 5px solid #000;
}
  
.promo-logo {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border: 5px solid #000;
    transition: transform 0.4s ease;
}
  
.promo-logo:hover {
    transform: scale(1.1) rotate(-2deg);
}
  
.promo-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
}

.promo-text {
    font-size: 1.2rem;
    max-width: 700px;
}

/* Sağdaki logoyu yazıya yaklaştırmak için */
.promo-logo-right {
    margin-left: -370px; 
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    transition: transform 0.4s ease;
    object-fit: cover;
    border: 5px solid #000;
}
  
.promo-logo-right:hover {
    transform: scale(1.1) rotate(-2deg);
}
/* Promosyon bannerı bitiş */

/*hizmetlerimiz bölümü*/
.service-card {
    background-color: #111; 
    border: 2px solid #ffc107; 
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease;
    color: #ffc107;
}
  
.service-card:hover {
    background-color: #1a1a1a;
    transform: translateY(-5px);
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.4);
}
  
.service-card .card-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: #ffc107;
}
  
.service-card .card-text {
    color: #f5f5f5;
    font-size: 0.95rem;
}
  
.service-card .btn-warning {
    border-radius: 20px;
    font-weight: 600;
    padding: 5px 15px;
}
/*hizmetlerimiz bölümü bitiş*/

/* ev temizliği bölümü*/
body.bg-dark {
    background-color: #121212 !important;
    color: #eee;
}

.why-us {
    background-color: #fff;
    color: #000; 
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.accordion-button {
    background-color: #000 !important;
    color: #ffc107 !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.accordion-body {
    background-color: #222;
    color: #eee;
}

.slogan-banner {
    background-color: #ffc107; 
    color: #000; 
}

.slogan-text {
    font-size: 1.8rem;
    font-weight: 600;
}

.is-kapsami {
    background-color: #000; 
}

.section-title {
    font-size: 2rem;
    color: #ffc107;
}

.list-group-item {
    border: none;
    font-size: 1.1rem;
}
/* ev temizliği bölümü bitiş*/

/*hakkımızda bölümü*/
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.value-card {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 193, 7, 0.1); /* Kayseri Hijyen Sarısı Dokunuşu */
}
/*hakkımızda bölümü bitiş*/

/* MÜŞTERİ GÖRÜŞLERİ TASARIMI */
.yorumlar-section {
    background-color: #111;
}

.yorum-karti {
    background-color: #1a1a1a;
    border: 2px solid #ffc107;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 0 12px rgba(255, 193, 7, 0.15);
}

.yorum-karti:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.4);
}
/* müşteri görüşleri bitiş */

/* GALERİ BÖLÜMÜ */
.galeri-section {
    background-color: #1a1a1a;
}

.galeri-box {
    position: relative;
    overflow: hidden;
    border: 2px solid #ffc107;
    border-radius: 12px;
    background-color: #111;
    padding: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 420px; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeri-box:hover {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.4);
}

.galeri-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #ffc107;
    color: #000;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 0.85rem;
    border-radius: 5px;
    z-index: 2;
}
/* galeri bölümü bitiş */

/* İLETİŞİM SAYFASI */
.iletisim-section {
    background-color: #111;
    min-height: 100vh; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-kutu {
    background-color: #1a1a1a;
    border: 3px solid #ffc107;
    box-shadow: 0 0 20px 5px rgba(255, 193, 7, 0.6); /* Kayseri Hijyen Temizlik Vurgusu */
    max-width: 600px;
    margin: auto;
    padding: 30px 25px;
}
/* iletişim sayfası bitiş */

/* FOOTER */
.footer-link {
    color: #ffc107;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

hr.border-warning {
    border-top: 1px solid #ffc107;
    opacity: 0.3;
}
/* footer bitiş */

/* SABİT İLETİŞİM BUTONLARI */
.fixed-contact-buttons {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1050;
}

.contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: white;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-decoration: none;
}

.whatsapp-btn {
    background-color: #25D366; 
}

.phone-btn {
    background-color: #FFC107; 
    color: #000;
}
/* sabit iletişim butonları bitiş */

/* REFERANSLAR */
.card {
    border-width: 2px;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.03);
}