/*
 * EstateUnion.sk – vlastné úpravy
 * Všetky odchýlky od šablóny patria sem, nie do style.css / responsive.css.
 * Načítava sa ako posledný spoločný súbor, pred @RenderSection("Styles").
 */

/* ══════════════════════════════════════════════
   NAVBAR – dropdown z-index (nad hero sekciou)
══════════════════════════════════════════════ */
.navbar {
    z-index: 1050 !important;
    position: relative !important;
}
.navbar .dropdown-menu {
    z-index: 1100 !important;
}

/* ══════════════════════════════════════════════
   NAVBAR – logo väčšie
══════════════════════════════════════════════ */
.navbar-brand img {
    width: 180px !important;
    height: auto !important;
}
.navbar-brand {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* ══════════════════════════════════════════════
   GLOBÁLNA ČITATEĽNOSŤ TEXTU
   Základná farba textu #2a2a2a (rovnaká ako pozadie pätičky),
   font-weight 400 namiesto 300 — výrazne lepšia čitateľnosť.
══════════════════════════════════════════════ */
body,
p,
li,
td,
th,
label,
span,
div {
    color: #2a2a2a;
    font-weight: 400;
}

/* Nadpisy — tmavšie a trochu hrubšie */
h1, h2, h3, h4, h5, h6 {
    color: #1a1a1a;
}

/* Page head hero nadpisy — biele na tmavom pozadí */
.page-head h1,
.page-head h2,
.page-head .page-title {
    color: #fff !important;
}

/* Maklér na detail stránke nehnuteľnosti — sivé pozadie #838383, text biely */
.dealer-widget,
.dealer-widget div,
.dealer-widget span,
.dealer-widget li {
    color: #fff !important;
}
.dealer-name a {
    color: #fff !important;
    font-weight: 700 !important;
}
.dealer-name span {
    color: rgba(255,255,255,.75) !important;
    font-weight: 400 !important;
    display: block !important;
}
.dealer-contacts li {
    color: #fff !important;
    font-weight: 600 !important;
}
.dealer-contacts li i {
    color: #FFA500 !important;
}

/* Sidebar filter – label farba override (style.css nastavuje #777) */
.panel.sidebar-menu .panel-body label,
.panel.sidebar-menu .panel-body label:hover {
    color: #2a2a2a !important;
    font-weight: 400 !important;
}

/* Inputy, selecty, textarey — čitateľný tmavý text */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="date"],
select,
textarea {
    color: #2a2a2a !important;
    font-weight: 400 !important;
}

/* Placeholder — trochu svetlejší ale stále čitateľný */
::placeholder {
    color: #888 !important;
    font-weight: 400 !important;
    opacity: 1;
}

/* Select option text */
select option {
    color: #2a2a2a;
    font-weight: 400;
}

/* Bootstrap form-control override */
.form-control {
    color: #2a2a2a !important;
    font-weight: 400 !important;
}

/* Dropdown/select v navbar — ponechaj biele */
.navbar .form-control,
.search-form .form-control {
    color: #2a2a2a !important;
}

/* Výnimky — pätička ostane svetlá */
.footer-area,
.footer-area p,
.footer-area li,
.footer-area span,
.footer-area a,
.footer-area div {
    color: inherit;
    font-weight: inherit;
}

/* ══════════════════════════════════════════════
   HOMEPAGE – slider H1
══════════════════════════════════════════════ */
.slider-content h1 {
    color: #25c5e6;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 16px;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}
.slider-content p {
    color: #1a1a2e !important;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(255,255,255,.5);
}

/* ══════════════════════════════════════════════
   HOMEPAGE – testimonials fotka klienta
══════════════════════════════════════════════ */
.testimonial .client-face img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
}

/* ══════════════════════════════════════════════
   HOMEPAGE – welcome kruh s favicon (veľký kruh na fotke)
══════════════════════════════════════════════ */
.welcome_text .page-title h2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
.welcome_text .page-title h2 img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

/* ══════════════════════════════════════════════
   HOMEPAGE – Welcome sekcia mobile oprava
══════════════════════════════════════════════ */
@media (max-width: 767px) {
    /* Skryj favicon kruh na mobile — nemá tam zmysel */
    .welcome_text {
        display: none !important;
    }
    /* Ikony nech sú na plnej šírke bez presvitajúcej fotky */
    .Welcome-area {
        background-image: none !important;
        background-color: #F3F3F3 !important;
    }
    .Welcome-entry {
        padding: 30px 15px !important;
    }
    /* Tlačidlo pod ikony */
    .welcome_services .btn {
        display: block;
        width: 100%;
        margin: 20px 0 0 0 !important;
        text-align: center;
    }
    /* Ikony rovnomerne */
    .welcome-estate {
        margin-bottom: 15px;
    }
}


/* ══════════════════════════════════════════════
   HOMEPAGE – wrapper kalkulačky v Welcome sekcii
══════════════════════════════════════════════ */
.eu-hp-kalk {
    background: rgba(255,255,255,.96);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
    margin-top: 16px;
}
.eu-hp-kalk-header {
    background: #1a1a2e;
    color: #fff;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
}
.eu-hp-kalk-header i { color: #FFA500; }
.eu-hp-kalk .eu-kalk-wrap {
    padding: 16px 18px 18px;
}

/* ══════════════════════════════════════════════
   ODDLŽENIE – ochrana bielych textov na tmavom pozadí
══════════════════════════════════════════════ */
.eu-land p,
.eu-land li,
.eu-land span,
.eu-land div,
.eu-land label {
    color: inherit;
}

/* ══════════════════════════════════════════════
   PÄTA – tmavý dizajn bez pozaďového obrázka
══════════════════════════════════════════════ */
.footer-area {
    background: #2a2a2a !important;
    border-top: none !important;
}
.footer {
    background: #2a2a2a !important;
}
.footer-copy {
    background: #1e1e1e !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
}
.footer h3 {
    color: #fff !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}
.footer h4 {
    color: #ccc !important;
    border-bottom-color: rgba(255,255,255,.12) !important;
}
.footer-title-line {
    background: #FFA500 !important;
}
.footer p {
    color: #aaa !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
    padding-bottom: 12px !important;
}
.footer ul li a {
    color: #aaa !important;
    font-size: 13px !important;
    text-transform: none !important;
    font-weight: 400 !important;
}
.footer ul li a:hover {
    color: #FFA500 !important;
}
.footer-menu li {
    border-bottom-color: rgba(255,255,255,.08) !important;
}
ul.footer-adress li {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 4px !important;
}
ul.footer-adress li i {
    color: #FFA500 !important;
}
.footer-copy span {
    color: #888 !important;
    font-size: 12px !important;
}
.footer-copy .bottom-menu ul li a {
    color: #888 !important;
    font-size: 12px !important;
}
.footer-copy .bottom-menu ul li a:hover {
    color: #FFA500 !important;
}
.footer .subscribe {
    background-color: #FFA500 !important;
    border-color: #FFA500 !important;
}
.footer .subscribe:hover {
    background-color: #e09400 !important;
    border-color: #e09400 !important;
}
.social ul li a {
    border-color: rgba(255,255,255,.2) !important;
    color: #aaa !important;
}
.social ul li a:hover,
.social ul li a:hover i {
    color: #FFA500 !important;
    border-color: #FFA500 !important;
    background-color: transparent !important;
}

/* === User menu dropdown (Môj profil / Moje inzeráty / Odhlásiť) === */
.user-menu-dropdown {
    margin-left: 6px;
}
.user-menu-dropdown .dropdown-toggle {
    cursor: pointer;
}
.user-menu-dropdown .dropdown-toggle .caret {
    margin-left: 4px;
}
.user-menu {
    min-width: 200px;
    margin-top: 8px;
    padding: 6px 0;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    border-radius: 6px;
    background: #fff;
}
.user-menu > li > a {
    display: block;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color .15s ease, color .15s ease;
}
.user-menu > li > a:hover,
.user-menu > li > a:focus {
    background-color: #f5f5f5;
    color: #2ec4b6;
    text-decoration: none;
}
.user-menu > li > a i {
    margin-right: 8px;
    width: 16px;
    text-align: center;
    color: #888;
}
.user-menu > li > a:hover i {
    color: #2ec4b6;
}
.user-menu .divider {
    height: 1px;
    margin: 6px 0;
    background-color: #eee;
}
