/*
Theme Name: Mrowka theme
Author: Eryk Wolff

Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mrowkasierakowice

Mrowka Sierakowice WordPress Theme, (C) 2021 WordPress.org
Mrowka Sierakowice is distributed under the terms of the GNU GPL.
*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */
@import url("https://use.typekit.net/fzs0qdo.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root{
   --primary-color: #154F98;
   --secondary-color: #FBBF02;
   --bgblue-color: #DBE9FA;
   --bgyell-color: #FFF9E6;
   --active-color: #113F7A;
   --text-color: #030303;
   --success-color: #00A63E;
   --white-color: #fff;
}
*{
	font-family:'Futura PT', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Futura PT', sans-serif;
	font-weight:700;
	color:var(--primary-color);
	display:inline-block;
}

h2{
	font-size:40px;
	line-height:normal;
	
}
h3{
	font-size:32px;
line-height:normal;
}
h4{
	font-size: 28px;
line-height:normal;
}
h5{
	font-size:24px;
line-height:normal;
	
}
h6{
	font-size:20px;
line-height:normal;
}
p{
	font-size:16px;
}
.top-bar{
	background: var(--active-color);
	color: var(--white-color);
	padding: 8px 0px 6px 0px;
}
.top-bar .top-bar__status{
	color: var(--secondary-color);
	font-weight:600;
}
.navbar{
	min-height:100px;
	background: var(--white-color);
	
}
.navbar ul{
	gap:30px;
	display:flex;
	align-items:center;
	
}
.navbar li a{
	color: var(--primary-color);
	text-decoration:none;
	padding:12px 8px 12px 8px;
	gap:30px;
}
.navbar li a:hover{
	background:#FCCC35;
	border-radius:4px;
}
.main-menu .current-menu-item > a,
.main-menu .current_page_item > a,
.main-menu .current-menu-ancestor > a  {
	background:var(--secondary-color);
	border-radius:4px;
	padding:12px 8px 12px 8px;
}
.navbar .btn-call{
	background: var(--primary-color);
	color:var(--white-color);
}
.navbar .btn-call:hover{
	background: #113F7A;
}
.navbar .btn-call:focus{
	background: #0D2F5B;
}
.hero-slider-wrapper {
    margin-bottom: 2rem;
}
.hero-slide-img {
    width: 100%;
    height: 600px;           
    object-fit: cover;
}

.map-section {
    position: relative;
}
.map-section__wrapper {
    position: relative;
    min-height: 420px;          
    width: 100%;
    overflow: hidden;
}

/* MAPA pod spodem */
.map-section__map {
    position: absolute;
    inset: 0;                   /* top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100%;
}

/* BOX NA MAPIE */
.map-section__card {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 380px;
    background: #e6f0ff;
    padding: 24px 28px;
    border-radius: 6px;

    z-index: 2;
}

/* tytuł, link itd. */
.map-section__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #004995;
}

.map-section__link {
    font-size: 0.85rem;
    color: #004995;
    text-decoration: underline;
}

/* ikony + tooltippy jak wcześniej */
.map-section__amenity {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.map-section__amenity-icon {
    width: 32px;
    height: 32px;
}
.about-section{
	min-height:700px;
	background:#fff;
}
.about-section img{
	width:100%;
}
.news-slider,
.departments-slider {
  overflow-x: auto;
  scroll-behavior: smooth;
}
.news-slider::-webkit-scrollbar,
.departments-slider::-webkit-scrollbar {
  display: none; /* ukrywa pasek przewijania */
}
.about-section .about-google a{
	color:var(--primary-color);
}
.about-section .about-google__name{
	font-weight:700;
	text-decoration: none;
}
.about-section .about-google__score{
	color: var(--secondary-color);
	font-weight:600;
}
.about-section .about-google__reviews{
	font-size:12px;
}
.about-section .about-google__stars{
	color: var(--secondary-color);
}
.about-section .about-google img{
	max-width:150px;
	padding:1.5em;
}
.about-section .about-btn-secondary{
	background:var(--secondary-color);
	border-radius:24px;
	font-weight:700;
	padding-top:0.5em;
	color: var(--primary-color);
}
.about-btn-secondary:hover{
	background: var(--primary-color);
	color:var(--white-color);
	transform: translateY(-1px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}
.divider{
	background: url("assets/img/divider.svg");
	width:13px;
	height:32px;
	display:inline-block;
}
.gazetka-section{
	background:var(--bgyell-color);
	
}
.gazetka-section .btn-view{
	position:absolute;
	top:45%;
	left:25%;
	background: var(--secondary-color);
	color: var(--primary-color);
	font-size:16px;
}
.gazetka-section .btn-view:hover{
	background: #C99902;
}
.gazetka-section .btn-view-outline{
	border:1px solid var(--secondary-color);
	color: var(--primary-color);
}
.gazetka-section .btn-view-outline:hover{
	background: var(--secondary-color);
}
.gazetka-section .col-lg-3{
	padding: 16px 12px 16px 12px;
}
.departments-slider-wrapper{
    overflow: hidden;
}

.departments-slider{
    display: flex;
    gap: 24px;
    transition: transform .35s ease;
}

/* pojedyncza karta działu */
.departments-card{
    flex: 0 0 calc(25% - 18px);        /* 4 karty w rzędzie na desktopie */
    background: #f3f7ff;
    border-radius: 4px;
    padding: 24px 20px;
    color: #003c8a;
    text-decoration: none;
	border-radius:8px;
}

.departments-card-inner{
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ikonka / fallback z literą */
.departments-card-icon{
    margin-bottom: 12px;
}

.departments-card-icon-img,
.departments-card-icon-fallback{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bgblue-color);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
	padding:0.5em;
}

/* tytuł + dane kontaktowe */
.departments-card-title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.departments-card-phone,
.departments-card-email{
    font-size: 14px;
    line-height: 1.4;
}

/* żółta kropka ze strzałką w prawym dolnym rogu */
.departments-card-arrow{
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

.departments-card-arrow-badge{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffc600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #004995;
}

/* przyciski nawigacji jak w projekcie */
.departments-nav button{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 0;

    font-size: 20px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.departments-nav button:disabled{
    opacity: .35;
    cursor: default;
}

/* responsywność – na mniejszych ekranach pokazuj mniej kart naraz */
@media (max-width: 991.98px){
    .departments-card{
        flex: 0 0 60%;
    }
}

@media (max-width: 575.98px){
    .departments-card{
        flex: 0 0 88%;
    }
}

.news-section{
	background:var(--bgblue-color);
}
.map-section__amenity {
    position: relative;
}

/* BOX z tekstem – POD ikoną */
.map-section__amenity::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 120%;                /* pod elementem */
    left: 50%;
    transform: translateX(-50%);
    background: #004995;
    color: #fff;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-out, transform 0.15s ease-out;
    pointer-events: none;
    z-index: 5;
}

/* STRZAŁKA pod ikoną */
.map-section__amenity::before {
    content: "";
    position: absolute;
    top: 100%;                /* tuż pod elementem */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    /* trójkąt skierowany w dół */
    border-color: transparent transparent #004995 transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease-out;
    pointer-events: none;
    z-index: 4;
}

/* pokazywanie dymka jak było */
.map-section__amenity:hover::after,
.map-section__amenity:focus-visible::after,
.map-section__amenity:hover::before,
.map-section__amenity:focus-visible::before {
    opacity: 1;
    visibility: visible;
}


.site-header {
    position: sticky;        /* przyklejony do góry */
    top: 0;
    z-index: 1040;           /* ponad treścią, ale pod WP admin barem */
    background: #ffffff;
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease,
        padding 0.2s ease;
}

/* górny pasek */
.top-bar {
    background: #004995;
    color: #fff;
    font-size: 0.9rem;
    padding: 6px 0;
    transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.2s ease;
    overflow: hidden;
}
/* Sekcja */
.news-section {
    background-color: #ddeafe; /* jak na Twoim screenie */
}

/* Nagłówek */
.news-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #004995;
}

.news-title-mark {
    color: #ffbf00;
    margin-right: 6px;
}

/* Strzałki w nagłówku */
.news-header-nav {
    display: flex;
    gap: 12px;
}

.news-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: none;
    background: #ffbf00;
    color: #004995;
    font-size: 22px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.news-nav-btn:hover {
    transform: translateY(-1px);
   
    background: #ffc933;
}

.news-nav-btn:disabled {
    opacity: .35;
    cursor: default;

}

.departments-section{
	min-height:400px;
}
.gazetka-section article{
	padding:16px;
}
.gazetka-section a{
	color:var(--primary-color);
}
/* Slider */
.news-slider-wrapper,
.departments-slider-wrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
}

.news-slider-wrapper::-webkit-scrollbar,
.departments-slider-wrapper::-webkit-scrollbar {
    display: none;
}

/* Tor z kartami */
.news-slider,
.departments-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem; /* albo ile chcesz */
}

.news-slide {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Tablet – 2 wpisy */
@media (min-width: 768px) {
    .news-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Desktop – 4 wpisy */
@media (min-width: 1200px) {
    .news-slide {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/* ===== ARCHIWUM AKTUALNOŚCI ===== */

.news-archive {
    padding: 5rem 0 6rem;
    background: #e7f1ff; /* lekki, „mrówkowy” niebieski */
}

.news-archive__header {
    text-align: center;
    margin-bottom: 3rem;
}

.news-archive__title {
    font-size: clamp(2.2rem, 3vw, 2.8rem);
    font-weight: 700;
    color: #004995;
    margin-bottom: 0.5rem;
}

.news-archive__subtitle {
    max-width: 640px;
    margin: 0.5rem auto 0;
    color: #333;
    font-size: 0.95rem;
}

/* GRID z kafelkami */

.news-archive__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
}

/* Karta wpisu */

.news-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 2rem 2.25rem 2.5rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
	height: fit-content !important;
	border-radius:8px;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.news-card__date {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #7a8ca7;
    margin-bottom: 0.75rem;
}

.news-card__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.75rem;
}

.news-card__title a {
    color: #004995;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.15em;
}

.news-card__title a:hover {
    color: #00346c;
}

.news-card__excerpt {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1.5rem;
}

/* przycisk „Czytaj więcej” w karcie */

.news-card__btn {
    align-self: flex-start;
    margin-top: auto;
    font-size: 0.9rem;
}

/* Jeśli nie używasz bootstrapowego .btn/.btn-primary – możesz użyć tego: */

.btn.btn-primary,
.news-card__btn {
    background: #004995;
    color: #fff;
    border-radius: 999px;
    padding: 0.65rem 1.6rem;
    border: none;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    transition: background 0.15s ease-out, transform 0.15s ease-out,
                box-shadow 0.15s ease-out;
}

.btn.btn-primary:hover,
.news-card__btn:hover {
    background: #fbbe00; /* żółty BAT/Mrówka */
    color: #004995;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}


/* Karta wpisu */
.news-card__image{
	display:block;
}
.news-card__image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.news-card__title-link {
    text-decoration: none;
}

.news-card__title-link:hover .news-card__title {
    text-decoration: underline;
}

.news-card__title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #004995;
}

.news-card__excerpt {
    margin-top: 0.75rem;
    color: #333;
}
.news-empty-bubble {
    max-width: 420px;
    margin: 2rem auto 3rem;
    padding: 1.5rem 2rem;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    text-align: center;
    color: #004995;                /* kolor tekstu jak w brandzie */
    font-size: 1rem;
    line-height: 1.5;
}

/* „ogon” dymku */
.news-empty-bubble::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    border-width: 16px 14px 0 14px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    filter: drop-shadow(0 -4px 6px rgba(0,0,0,0.05));
}
/* RESPONSYWNOŚĆ – na desktopie możesz chcieć dwie karty na raz */
@media (min-width: 992px) {
    /* jedna karta na widok – zostaw tak, jeśli tak Ci pasuje */
    .news-slide {
        flex: 0 0 100%;
    }

    /* albo np. dwie karty:
    .news-slide {
        flex: 0 0 50%;
    }
    */
}
#sb_instagram .sbi_type_carousel .sbi_playbtn, #sb_instagram .sbi_type_video .sbi_playbtn{
	background: var(--secondary-color);
	padding:0.2em;
	border-radius:24px;
}

/* rozmiar headera w stanie "normalnym" */
.site-header .main-nav {
    padding-top: 18px;
    padding-bottom: 18px;
}

/* logo – płynne zmniejszanie */
.site-header .custom-logo {
    max-height: 67px;
    height: auto;
    width: auto;
    transition: transform 0.2s ease, max-height 0.2s ease;
}

/* STAN PO PRZEWIJANIU */
.site-header--scrolled {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* chowamy górny pasek */
.site-header--scrolled .top-bar {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* mniejszy header i logo */
.site-header--scrolled .main-nav {
    padding-top: 8px;
    padding-bottom: 8px;
}

.site-header--scrolled .custom-logo {
    max-height: 48px;
    transform: translateY(0);   /* delikatne "zbicie" w górę */
}


.site-footer {

    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

/* linki w stopce */
.site-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.15s ease, opacity 0.15s ease;
}

.site-footer a:hover {
    color: #fbbe00;
}

/* === GŁÓWNY BLOK STOPKI === */
.instagram{
	min-height:500px;
	padding-top:56px;
	padding-bottom:56px;
}
.instagram .sbi_photo_wrap, .instagram .sbi_photo, .instagram img{
	min-height:400px;
}
.seo-section {
    margin: 0 auto;
}

.seo-title h1{
    font-size: 36px !important;
    font-weight: 700;
    color: #004995;
    margin-bottom: 25px;
	margin-left:1.0em;
}

.seo-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.footer-brand img{
	padding-bottom:1.0em;
}
.footer-main {
    position: relative;                /* kontekst dla .footer-mrowka */
    background: #004995;
    padding: 40px 0 90px;              /* dół większy – miejsce na Mrówkę */
    overflow: hidden;

}
.footer-main h4{
	color:var(--secondary-color);
}

.footer-address {
    font-size: 14px;
}

.footer-address strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}

/* === NAGŁÓWKI KOLUMN === */

.footer-heading {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* === LISTY MENU === */

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li + li {
    margin-top: 4px;
}

.footer-menu a {
    font-size: 14px;
    opacity: 0.9;
}

.footer-menu a:hover {
    opacity: 1;
}

/* === SOCIAL MEDIA === */

.footer-socials {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-social img {
    width: 28px;
    height: 28px;
    display: block;
}

/* === KARTA Z OPINIAMI GOOGLE === */

.footer-google-card {
    display: flex;
    align-items: center;
  	width:fit-content;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    background: #ffffff;
    color: #202124;
  	gap:16px;
    font-size: 12px;
}

.footer-google-card__logo img {
 	max-height:60px;
	clear:both;
    display: block;
}
.footer-google-card__content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-google-card__name {
    font-weight: 600;
	color:var(--primary-color);
    white-space: nowrap;
}

.footer-google-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #5f6368;
}
.footer-social img{
	width:20px;
	height:20px;
}
.footer-social{
	background: var(--secondary-color);
	border-radius:24px;
	padding:6px;
}
.footer-social:hover{
	background: #C99902;
}
.footer-google-card__rating-value {
    font-weight: 600;
    color: #202124;
}

.footer-google-card__star {
    color: #fbbc04; /* żółta gwiazdka */
}

.footer-google-card__reviews {
    opacity: 0.9;
}

/* efekt hover tylko lekkie podbicie */
.footer-google-card:hover {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

/* === MRÓWKA W PRAWYM DOLNYM ROGU === */

.footer-mrowka {
    position: absolute;
    right: 40px;
    bottom: 0;
    pointer-events: none;        /* żeby nie blokowała kliknięć linków */
}

.footer-mrowka img {
    display: block;
    max-height: 210px;          /* dopasuj do wysokości z figmy */
    height: auto;
}

/* === DOLNY PASEK === */

.footer-bottom {
    background: #003772;
    padding: 10px 0;
    font-size: 13px;
}

.footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}

.footer-copy {
    opacity: 0.9;
}

.footer-other a {
    font-weight: 600;
    color: #fbbe00;
}

.footer-other a:hover {
    color: #ffffff;
}


@media (max-width: 768px) {
    .hero-slide-img {
        height: 260px;
    }
}

/* na tabletach i mobile – bardziej dekoracja w tle */

@media (max-width: 991.98px) {
    .footer-mrowka {
        right: 50%;
        transform: translateX(50%);
        opacity: 0.25;
    }
}

@media (max-width: 575.98px) {
    .footer-mrowka img {
        max-height: 170px;
    }
}
/* MOBILE NAV – do 991px (bootstrap lg) */
@media (max-width: 991.98px) {

    /* kontener nawigacji – niech ma tło i warstwę nad resztą */
    .main-nav {
        position: relative;
        z-index: 1000;
        background-color: #ffffff;
    }

    /* logo trochę mniejsze */
    .main-nav .navbar-brand img {
        max-height: 42px;
        height: auto;
    }

    /* przycisk hamburgera */
    .main-nav .navbar-toggler {
        border: none;
        padding: .4rem .55rem;
        border-radius: 8px;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
        background-color: #ffffff;
    }

    /* własny „hamburger” (3 kreski) – biały/niebieski jak w projekcie */
    .main-nav.navbar-light .navbar-toggler-icon {
        background-image: none;
        position: relative;
        width: 1.4rem;
        height: 1.4rem;
    }
    .main-nav.navbar-light .navbar-toggler-icon::before,
    .main-nav.navbar-light .navbar-toggler-icon::after,
    .main-nav.navbar-light .navbar-toggler-icon span {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        border-radius: 999px;
        background-color: #004995; /* niebieski Mrówki */
    }
    .main-nav.navbar-light .navbar-toggler-icon::before {
        top: 3px;
    }
    .main-nav.navbar-light .navbar-toggler-icon::after {
        bottom: 3px;
    }
    .main-nav.navbar-light .navbar-toggler-icon span {
        top: 50%;
        transform: translateY(-50%);
    }

    /* upewnij się, że wewnątrz buttona jest ten span */
    .navbar-toggler .navbar-toggler-icon {
        display: inline-block;
        position: relative;
    }

    /* ROZWINIĘTE MENU – pełna szerokość, pod headerem */
    .main-nav .navbar-collapse {
        position: absolute;
        top: 100%;      /* dokładnie pod paskiem z logo */
        left: 0;
        width: 100%;
        background-color: #ffffff;
        padding: 1rem 1.25rem 1.5rem;
        box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }

    /* linki w mobile – w kolumnie, duże odstępy */
    .main-nav .navbar-nav {
        flex-direction: column;
        gap: .25rem;
    }

    .main-nav .navbar-nav .nav-link {
        display: block;
        padding: .6rem 0;
        font-size: 1rem;
        font-weight: 500;
        color: #004995;
        border-bottom: 1px solid rgba(0,73,149,0.08);
    }

    .main-nav .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }

    .main-nav .navbar-nav .nav-link:hover,
    .main-nav .navbar-nav .nav-link:focus,
    .main-nav .navbar-nav .nav-link.active {
        color: #fbbe00;                /* żółty */
    }

    /* jeśli masz w menu przycisk z telefonem – pełna szerokość */
    .main-nav .btn-nav-phone {
        display: block;
        width: 100%;
        margin-top: 1rem;
        text-align: center;
        border-radius: 999px;
    }
}

