html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 0px;
}

.social-icons-header .nav-link {
    padding: 0.5rem 0.3rem; /* İkonlar arası boşluk */
    /* İkon rengini logonuzdaki mavi veya gümüş/gri yapabilirsiniz */
    color: #888; /* Örnek bir gri renk */
}

    .social-icons-header .nav-link:hover {
        color: #258cfb; /* Üzerine gelince mavi */
    }


.navbar-nav .nav-link {
    font-size: 0.9rem; /* veya 14px - temanızın temel font boyutuna göre ayarlayın */
    /* text-transform: uppercase; */ /* azragalvaniz.com'da büyük harf kullanılmış, isterseniz siz de kullanabilirsiniz */
    /* font-weight: 500; */ /* azragalvaniz.com'da biraz daha ince bir font ağırlığı var gibi */
}


.hero-section {
    position: relative;
    height: 70vh; /* Ya da istediğiniz bir yükseklik */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-video-bg, .hero-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-video-bg {
    object-fit: cover; /* Videonun alanı kaplamasını sağlar */
}

.hero-image-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-section::after { /* Video/resim üzerine hafif bir karartma efekti için */
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Siyah ve %40 opaklık */
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3; /* Karartma efektinin üzerinde kalması için */
    color: #fff; /* İçerik rengi beyaz */
}

    .hero-content h1 {
        font-size: 3rem; /* Örnek boyut */
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 1.2rem; /* Örnek boyut */
        margin-bottom: 2rem;
    }

.hero-btn { /* Logonuzdaki mavi renk ile uyumlu */
    background-color: #00a3fd;
    border-color: #00a3fd;
    padding: 10px 30px;
    font-size: 1rem;
}





.btn-floating-quote {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #28a745; /* yeşil ton */
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 1050;
    transition: background-color 0.3s, transform 0.2s;
}

    .btn-floating-quote:hover {
        background-color: #218838; /* biraz koyu hover */
        transform: translateY(-3px);
        text-decoration: none;
        color: #fff;
    }



footer {
    margin: 0;
    padding: 0;
    background-color: #000; /* Tam siyah */
}

/* Üst içerik bloğu */
.footer-content {
    padding: 60px 0;
}

/* Alt çubuk bloğu */
.footer-bottom {
    padding: 12px 0;
    border-top: none; /* asla gri çizgi olmasın */
}

/* Sosyal ikon hover rengi beyaz kalsın */
footer .social-icon {
    color: #fff;
}

    footer .social-icon:hover {
        color: #ccc;
    }

/* Metin boyutları, dilerseniz ufak ayar ekleyin */
footer h5 {
    font-size: 1.25rem;
}

footer p, footer a {
    font-size: 0.9rem;
}



.whatsapp-float {
    position: fixed;
    bottom: 20px; /* sayfanın altından boşluk */
    right: 20px; /* sayfanın sağından boşluk */
    width: 60px;
    height: 60px;
    background-color: #25D366; /* WhatsApp yeşili */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 1000; /* her şeyin üstünde */
    transition: background-color 0.3s ease;
}

    .whatsapp-float:hover {
        background-color: #128C7E;
    }

    .whatsapp-float i {
        line-height: 60px; /* dikey ortalamak için */
    }


.navbar .dropdown-menu {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    min-width: 220px;
    padding: 0.25rem 0;
}

/* Menü öğeleri */
.navbar .dropdown-item {
    padding: 0.5rem 1.25rem;
    color: #333;
    font-size: 0.95rem;
}

    .navbar .dropdown-item:hover {
        background: #f6f6f6;
        color: #000;
    }

/* Birinci seviye ayırıcı */
.navbar .dropdown-menu > .dropdown-submenu + .dropdown-submenu,
.navbar .dropdown-menu > li + li {
    border-top: 1px solid #eee;
}

/* İkinci seviye: sağa açılan submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        /* opsiyonel: görünümü yumuşatmak için */
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        display: block;
    }

    /* Sağ uca kayan küçük ok işareti */
    .dropdown-submenu > a::after {
        content: "\f105"; /* FontAwesome sağ ok */
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        margin-top: 0.2rem;
        color: #999;
    }

.dropdown-item.dropdown-toggle::after {
    display: none; /* bootstrap’in default okunu gizliyoruz */
}

/* Aktif kategoride kalın metin ve yeşil çizgi */
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    font-weight: 600;
    border-left: 3px solid #28a745;
    background: #f0fdf4;
}

/* Responsive küçük ekranlarda submenu’leri sola açmak için (opsiyonel) */
@media (max-width: 992px) {
    .dropdown-submenu > .dropdown-menu {
        left: -100%;
    }
}
