/*
Theme Name: Sakarya Tıkanıklık Açma Theme
Theme URI: https://www.sakaryagideracma.com.tr/
Author: Antigravity Code Assistant
Author URI: https://gemini.google.com
Description: WordPress theme replicated for Sakarya Tıkanıklık Açma plumbing services.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: sakarya-theme
*/

/* WordPress Admin Bar Alignment Fix */
body.admin-bar .sticky-top {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar .sticky-top {
        top: 46px !important;
    }
}

/* ==========================================================================
   Premium Color Palette: Emerald Green
   ========================================================================== */

/* Brand Accent Colors */
a, .page-content a {
    color: #10b981;
}
a:hover, .page-content a:hover {
    color: #059669;
}

/* Page Headers */
.page-header {
    background: linear-gradient(135deg, #064e3b 0%, #065f46 100%) !important;
}

/* Primary Button Styling Override */
.btn-primary {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(16, 185, 129, 0.25) !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #059669 !important;
    border-color: #059669 !important;
    box-shadow: 0 6px 15px rgba(5, 150, 105, 0.35) !important;
}

/* Outline Buttons styling */
.btn-outline-primary {
    color: #10b981 !important;
    border-color: #10b981 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
}

/* Navbar Dark styling adjustment */
.premium-nav {
    background: linear-gradient(135deg, #064e3b 0%, #022c22 100%) !important;
    border-bottom: 2px solid #10b981;
}
.premium-dropdown {
    background-color: #064e3b !important;
    border-top: 3px solid #10b981 !important;
}
.premium-dropdown .dropdown-item:hover {
    background-color: #10b981 !important;
    color: #ffffff !important;
}

/* Sticky Phone Call Action override (Green) */
.sticky-contact-btn--call {
    background:
      radial-gradient(circle at top left, rgba(255, 255, 255, 0.22), transparent 32%),
      linear-gradient(135deg, #34d399 0%, #10b981 52%, #059669 100%) !important;
    box-shadow: 0 18px 34px rgba(16, 185, 129, 0.34) !important;
}

/* Badge highlights */
.badge.bg-success {
    background-color: #10b981 !important;
}

