@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Montserrat:wght@400;700&display=swap');

* {
/*  box-sizing: border-box;*/
  margin: 0;
  padding: 0;
}

body{
	font-family: 'Poppins', sans-serif;
/*	overflow-x: hidden;*/
	scroll-behavior: smooth;
  font-size: 1rem;
}

#domy, #jak_budujemy,
#dom_pokazowy,
#kontakt, #onas {
  scroll-margin-top: 55px;
}

.montserat_font {
  font-family: 'Montserrat', sans-serif
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
    opacity: 0.9;
}

a:active,
a:focus {
    outline: none;
    color: inherit;
}


ul {
  list-style: none;
}

img {
  max-width: 100%;
}

.animate, .animate1 {
  opacity: 0;
}

#header{
  height: max(80vh, 540px);
  background-image: url("../img/header-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #e5e8cd;
}

@media (max-width: 768px) {
  #header {
    height: max(65vh, 530px);    /* przykładowa wartość dla telefonów */
  }
}

.logo-header{
  position: relative;
  height: 100px;
  margin-top: 30px;
  margin-bottom: -70px;
  z-index: 2;
}

#top-title{
  /*background-image: url("../img/top-title-bg.png");*/
  background-repeat: repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 24px;
  margin-top: 25px;
  background-color: rgba(53, 46, 97, 0.3);

}

/*@media (max-width: 991.98px) {
  #top-title{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}*/

#top-title h1{
  font-weight: bold;
  font-size: 3.7rem;
  font-size: clamp(2.33rem, 5vw, 3.8rem);
  letter-spacing: 2px;
}

#top-title p {
  line-height: 1.3;
  font-size: 1.17rem;
}

.small-font {
  font-size: 0.9rem !important;
}


@media (max-width: 991.98px) {
  
  #top-title h1{
    letter-spacing: normal;
  }
}

@media (max-width: 767.98px) {
  .menu {
    display: none;
  }
}


.mobile-domy li a{
  border-bottom: 0;
  font-size: 0.85rem !important;
}


#top-button-container {
  text-align: center;
  margin-top: -3.5rem; 
}

.contact-btn {
  background-color: orange;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
}


#social-bar {
  text-align: center;
  background-color: green;
  text-align: center;
  padding: 1rem 0;
  display: inline-block;
}

.social-icon,
.social-icon:visited,
.social-icon:hover,
.social-icon:active,
.social-icon:focus {
  color: white !important;
  text-decoration: none;
}

.social-icon:hover {
  opacity: 0.7;
}


.social-icon {
  color: white;
  margin: 0 1rem;
  font-size: 1.5rem;
  text-decoration: none;
}

#social-bar {
  position: absolute;
  right: 0;
  top: 11.5rem;
  transform: translateY(-50%);
  background-color: green;
  padding: 1rem;
  display: flex;
  flex-direction: column; /* pionowo */
  align-items: center;
}

@media (max-width: 991.98px) {
  #social-bar {
    top: 7.7rem;
  }
}

#social-bar-dom {
  position: absolute;
  right: 0;
  top: 8.5rem;
  transform: translateY(-50%);
  background-color: green;
  padding: 1rem;
  display: flex;
  flex-direction: column; /* pionowo */
  align-items: center;
}

@media (max-width: 991.98px) {
  #social-bar-dom {
    /*top: 7.7rem;*/
  }
}


.social-icon {
  color: white;
  text-decoration: none !important;
  margin: 0.5rem 0;
  font-size: 1.5rem;
}

.mobile-social-icons {
  display: none;
  font-size: 1.4rem;
/*  margin: 0 12px; /* odstęp między logo a hamburgerem */*/
}

.mobile-social-icons .ms-link {
  color: white;
  text-decoration: none;
  margin: 0 6px;
  opacity: .9;
}

.mobile-social-icons .ms-link:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .mobile-social-icons {
    display: inline-block;
    margin-left: -30px;
    vertical-align: middle;
  }

  /* ukrycie normalnego menu */
  .main-nav ul {
    display: none;
  }
}

#domy{
  background-color: #e0e1e3;
}

#domy h1 {
  font-size: 3.5rem;
}

#domy h2 {
   letter-spacing: -1px;
}

#domy .spacing {
  letter-spacing: 1px;
}

.green {
  color: #7f8d02;
}

.dark_blue {
  color: #362f62;
}

.house-card{
  border: solid 2px #ffffff;
  /*border-bottom: solid 4px #4d4d4d;*/
  text-align: left;
}

.squer-card{
  background: #7f8d02;
  padding: 20px;
  display: inline-block;
  width: 230px;
  color: #ffffff;
  font-size: 2rem;
  margin-top: -50%;
  line-height: 0.6;
}

.background100 {
  background: #287403;
}

.background120 {
  background: #ffdc14;
}

.background120 strong,
.background120 span {
  color: #362f62;
}


.text-card{
  padding: 23px;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.3;
}

.check-card{
  font-size: 0.95rem !important;
}

.card-icons{
  width: 160px;
  height: auto;
  padding: 5px;
  padding-bottom: 10px;
}
.card-btn{
  font-size: 1rem;
  color: white !important;
  letter-spacing: 1px;
}
.btn-85{
  background: #7f8d02;
}

.btn-100 {
  background: #287403;
}

.btn-120 {
  background: #ffdc14;
}

.btn-row{
  padding-right: 13px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .squer-card {
    width: 190px;
  }
  .card-btn {
    font-size: 0.7rem;
    letter-spacing: 1px;
  }
}


#onas {
  min-height: 300px;
}

.section-title{
  font-size: 3rem;
}

.onas-tekst{
  /*background-color: #e5e8cd;*/
  padding: 40px;
  line-height: 1.4;
  font-size: 0.95rem;
}

@media (min-width: 768px) {
  .onas-left {
    padding: 50px;
    padding-right: 130px;
  }
}


.onas-right img{
  margin-left: -80px;
}

.onas-right img{
  max-height: 80%;
}

@media (max-width: 768px) {
  .onas-right{
    display: none !important;
  }
}

footer{
  background-color: #352e61 !important;
  font-size: 0.9rem;
  color: #e0e1e3;
}

.footer-logo {
  width: 120px;
}

.footer-icon{

}

.footer-text{
  border-left: solid 1px #ffffff;
}

.projekt_stopka{
  font-size: 0.7rem;
  color: #e0e1e3;
}

.hidden {
  visibility: hidden;
}

#bottom-bg {
  min-height: 300px;
  background-image: url(../img/bottom-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  #bottom-bg{
    min-height:150px;
  }
}

#kontakt{
  background-color: #e0e1e3;
}

form {
  font-size: 0.91rem;
}

/**/

#header_dom{
  background-image: url("../img/header-bg-oferta.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:163px;
}

.header_dom_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  color: #e5e8cd;
  font-size: 1rem;
  line-height: 1.2;
}

/*#header_dom .container {
  height: 180px;
}*/

/*@media (min-width: 768px) {
  #header_dom{
    min-height:180pxpx;
  }
}*/

#header_dom h2{
  color: #e5e8cd;
}

#header_dom h3{
  color: #ffdc14;
  font-size: 3.5rem;
}

.header_dom_text h2,
.header_dom_text h3 {
  line-height: 0.8;
}


.tytul{
  line-height: 1.2
}

.podtytul{
  font-size: 3.7rem;
  color: #ffdc14;
}

.dom_tytul {
  display: flex; /* Ustawienie elementów obok siebie */
  justify-content: center;
  align-items: center;
}

.square {
  min-width: 160px;
  min-height: 160px;
  background-color: #808d03;
  display: flex; 
  justify-content: center; 
  align-items: center;     
  font-size: 48px;         
  color: #fff;             
}

.side {
  width: 300px;
  min-height: 160px;
  background-image: url('../img/115.jpg');
  background-size: cover;
  background-position: center;
}

#oferta, #compering{
/*  min-height: 400px;*/
  background-color: #e0e1e3;
}

.oferta-buttons{
  font-weight: bold;
  font-size: 1.7rem;
}

.active-button{
  color: #7f8d02;
}

.basic {
  border: solid 2px #7f8d02;
}

.comfort{
  border: solid 2px #92b569;
  color: #92b569;
}

.klucz{
  border: solid 2px #352d60;
  color: #352d60;
}

@media (max-width: 768px) {
  .basic, .comfort, .klucz{
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .basic {
    margin-top: 0;
  }
}

.oferta-buttons a {
  display: block;
  width: 100%;
  height: 100%;

  /* żeby tekst był dalej na środku */
  display: flex;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  color: inherit;
}


table.dane {
  width: 100%;
  border-collapse: collapse;
}

table.dane td {
  padding: 8px 0;
  border-bottom: 2px solid #21a321;
  padding: 13px 13px;
}

table.dane tr:last-child td {
  border-bottom: none; /* jeśli chcesz ostatni bez kreski, usuń tę linię */
}

table.dane td:first-child {
  width: 64%;
}
.td-value{
  font-weight: bold;
}

.cena{
  font-size: 1.7rem;
  background-color: #21a321;
  padding: 10px;
  margin-top: 35px;
}

table.dane-pow {
  width: 100%;
  border-collapse: collapse;
}

table.dane-pow td {
  padding: 8px 0;
  border-bottom: 2px solid #21a321;
  padding: 13px 13px;
}

table.dane-pow tr:last-child td {
  border-bottom: none;
}

table.dane-pow tr:first-child td {
  border-bottom: none; 
}

table.dane-pow td:first-child {
  width: 10%;
}

table.dane-pow td:last-child {
  width: 35%;
}

table.dane-pow tr:last-child td,
table.dane-pow tr:nth-last-child(2) td {
  border-bottom: none;
}

.white-border{
  border: 2px white solid;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mini-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.border-blue{
  border: #362f62 2px solid;
  font-size: 0.9rem;
}

.dark_blue-bg{
  background-color: #362f62;
}

.porownanie i{
  font-size: 1.5rem;
}

.porownanie{
  font-size: 0.95rem;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .porownanie {
    font-size: 0.7rem;
  }
}

.squer-card-gallery{
  width: 190px;
}

.house-card-gallery{
  border-bottom: 2px solid white;
  padding-bottom: 40px;
  background-color: #e0e1e3;
  font-size: 3rem;
}

.img-gallery{
  margin-bottom: -40px;
}
.gray-bar{
  background-color: #e0e1e3;
  height: 170px;
  margin-top: -133px;
}

.porownanie table thead tr th{
  background-color: #ffdc14 !important;
  font-size: 1rem;
  vertical-align: middle !important;
}

@media (max-width: 575.98px) {

  .porownanie table thead tr th{
    font-size: 0.72rem;
  }
  
}

.porownanie table tbody tr td{
/*  background-color: #e0e1e3 !important;*/
  background-color: #f1f1f1 !important;

}

.porownanie td,
.porownanie th  {
  border: 1px solid #999999; /* pełne obramowanie tabeli */
  border-collapse: collapse;  /* scala granice */
  color: #362f62;;
}

.porownanie td,
.porownanie th  {
  border: 0px solid #999999; /* granice komórek */
}

.price{
  font-size: 2rem;
  color: #a7b06c;
}

table {
  width: 100% !important;
  table-layout: fixed; /* bardzo pomaga na małych ekranach */
}

.compare-table tr th:first-child {
  width: 42%;
}


.cien {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.cien {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.45),
    0 3px 6px rgba(0, 0, 0, 0.25);
}

.cien {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 4px 8px rgba(0, 0, 0, 0.35);
}



/* ===== MENU ===== */

.mdom-navbar {
  background-color: #e5e8cd;
  height: 55px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  z-index: 999;
  padding: 0;
}


.mdom-navbar .nav-link {
  color: #362f62;
}

.mdom-logo {
  height: 45px;
}

.mdom-menu {
  display: flex;
  align-items: stretch;   /* kluczowe */
  height: 100%;
}

.mdom-navbar .container {
  height: 100%;
}


.mdom-menu .nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  color: #362f62;
  font-weight: 500;
}

.mdom-menu .nav-item:not(.cta-green):not(.cta-yellow) {
  padding: 0 16px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* md → < lg */
  .mdom-menu .nav-item:not(.cta-green):not(.cta-yellow) {
  padding: 0 7px;
}
}


.cta-green,
.cta-yellow {
  display: flex;
  align-items: center;
  padding: 0 22px;
}

@media (max-width: 1199.98px){
  .cta-green,
  .cta-yellow {
  padding: 0 11px;
}
}


/* zielony */
.cta-green {
  background-color: #0a7a1f;
  color: #ffffff;
}

/* żółty */
.cta-yellow {
  background-color: #ffdc14;
  color: #362f62;
}

.cta-green {
  background-color: #0a7a1f;
}

.cta-green .nav-link {
  color: #ffffff;
}

.cta-yellow {
  background-color: #ffdc14;
}

.cta-yellow .nav-link {
  color: #362f62;
}

.mdom-menu .nav-link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  color: #362f62;
  font-weight: 500;
}

.navbar {
  padding: 0 !important;
}

/* ===== MOBILE MENU ===== */

.mobile-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #e5e8cd;
  height: 51px;
}

.mobile-navbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 16px;
}

.mobile-logo {
  height: 40px;
}

.mobile-hamburger {
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #362f62;
}

/* SLIDE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  height: 100%;
  background-color: #e5e8cd;
  z-index: 1100;
  transition: right 0.3s ease;
  padding: 24px;
}

.mobile-menu.active {
  right: 0;
}

.mobile-close {
  font-size: 32px;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin-left: auto;
  color: #362f62;
}

/* LISTA */
.mobile-menu-list {
  margin-top: 20px;
}

.mobile-menu-list li {
  margin-bottom: 15px;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(53, 45, 96, 0.15);
}

.mobile-menu-list a {
  font-size: 1.1rem;
  color: #362f62;
  text-decoration: none;
}

/* OVERLAY */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1050;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ===== MOBILE SOCIAL ICONS ===== */

.social-icons-mobile {
  display: flex;
  gap: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.social-icon-mobile {
  font-size: 1.3rem;
  color: #362f62 !important;
  text-decoration: none;
}

.social-icon-mobile:hover {
  opacity: 0.8;
}

/* ===== DESKTOP MENU: md -> <lg ===== */
@media (min-width: 768px) and (max-width: 991.98px) {
  .mdom-menu .nav-link {
    font-size: 0.8rem !important;
  }
   #social-bar {
    top: 10rem;
  }
}



/* ===== DESKTOP MENU: md i wyżej – zawsze poziomo ===== */
@media (min-width: 768px) {
  .mdom-navbar .navbar-nav {
    flex-direction: row;
  }
}

/*Porównanie tabelka*/
.table-wrap {
  width: 100%;
  overflow-x: auto;
}

/* tabela */
.mdom-table {
  width: 100%;
  border-collapse: collapse;
  background: #f5f5f5;
  font-size: 0.85rem;
}

.mdom-table th,
.mdom-table td {
  padding: 12px 14px;
  border: 1px solid #d0d0d0;
  text-align: center;
  vertical-align: middle;
}

/* pierwsza kolumna */
.mdom-table td:first-child,
.mdom-table th.th-model {
  text-align: left;
  background: #e6e6e6;
  font-weight: 600;
}

/* nagłówki */
.mdom-table thead th {
  color: #ffffff;
  font-size: 1.1rem;
}


.th-model {
  background: #f0f0f0 !important;
  color: #352d60 !important;
}

/* kolory kolumn */
.th-85   { background: #7f8d02; }
.th-100  { background: #2f7d32; }
.th-120  { background: #f2c200; color: #333333; }

/* mobile/desktop switch */
.th-mobile {
  display: none;
}

/* MOBILE */
@media (max-width: 767.98px) {

  .th-desktop {
    display: none;
  }

  .th-mobile {
    display: inline;
    font-weight: 700;
  }

  .mdom-table th,
  .mdom-table td {
    padding: 10px 8px;
    font-size: 0.85rem;
  }
}

@media (max-width: 575.98px) {

  /* cała tabela trochę mniejsza */
  .mdom-table {
    font-size: 0.75rem;
  }

  /* pierwsza kolumna (etykiety) */
  .mdom-table td:first-child,
  .mdom-table th.th-model {
    font-size: 0.7rem;
    line-height: 1.2;
    white-space: normal;      /* POZWÓL ZAWIJAĆ */
    word-break: break-word;   /* łamie długie słowa */
  }

  /* dane liczbowe mogą być czytelniejsze */
  .mdom-table td:not(:first-child) {
    font-size: 0.75rem;
  }
}

.btn-consult {
  background: #ffd400;
  color: #2b2b2b;
  padding: 8px 15px;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  transition: 
    background-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.btn {
  border-radius: 0 !important;
}

.btn-consult:hover {
  background: #f2c200;
  box-shadow: 0 3px 9px rgba(0,0,0,0.25);
  transform: translateY(-1px);
  color: #2b2b2b;
}

/*dom pokazowy*/
.show-house {
  background: #ffffff;
}

@media (min-width: 1400px) {
  #dom_pokazowy .row {
    max-width: 1320px;   /* dokładnie jak .container w Bootstrap */
    margin-left: auto;
    margin-right: auto;
  }
}


/* ZDJĘCIE */
.show-house-img {
  background-image: url("../img/pokazowy.jpg");
  background-position: right center; /* POZIOM | PION */
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 360px;
}

.show-house-img {
  /*background-image: url("../img/pokazowy.jpg");
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 360px;
  background-color: #e0e1e3;*/
}


/* TEKST */
.show-house-text {
  background: #ffffff;
}

.show-house-content {
  padding: 60px 0;
  max-width: 520px;
}

.show-house-title {
  background: #ffd400;
  display: inline-block;
  padding: 14px 28px;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 2rem;
}

/* BUTTONY */
.show-house-buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.btn-outline {
  padding: 14px 26px;
  border: 2px solid #9a9a9a;
  text-decoration: none;
  color: #333333;
  transition: all 0.25s ease;
}

.btn-outline:hover {
  background: #9a9a9a;
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 991.98px) {

  .show-house-img {
    min-height: 450px;
  }

  .show-house-content {
    padding: 40px 0;
  }

  .show-house-buttons {
    flex-direction: column;
    gap: 14px;
  }
}
.show-house-text {
  position: relative;
}

/* tytuł */
.show-house-title {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffd400;
  padding: 14px 28px;
  font-weight: 700;
  margin: 0;
}

.show-house-content {
  padding-top: 120px; /* dopasuj do wysokości h2 */
}

.how-we-build {
  background: #dfe0e1;
}

.how-step {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  padding: 30px 0;
}

.step-left {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
}

.step-number {
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  border: 2px solid #2f2a56;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  color: #2f2a56;
}

.step-number span {
  display: inline-block;
  transform: translateY(-0.5px); /* KLUCZ */
}



.step-left h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.step-right p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.9rem;
}

.how-we-build hr {
  border-top: 2px solid #ffffff;
  margin: 0;
}

.how-we-build hr {
  border: none;
  opacity: 1;
  border-top: 4px solid #ffffff;
}


/* MOBILE */
@media (max-width: 767.98px) {
  .how-step {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.compare-table .bi-x {
  display: none;
}

#oferta .oferta-button{
  border: 4px solid #e0e1e3;
}

.oferta-text {
  font-size: 0.8rem;
  font-weight: normal;
  /*border-left: 4px solid #fff;*/
  position: relative;
  padding: 24px;
}

.oferta-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  background: #fff;
}

.oferta-text ul {
  list-style: disc;
}

.dom_text_row{
  padding-top: 30px;
  padding-bottom: 30px;
}

.dom_text_row a{
  color: #29224e;
  font-size: 0.95rem;
}

.header_dom_text_padding{
  padding-top: 40px;
}

#dom_pokazowy_content{
  background-color: #e0e1e3;
  line-height: 1.7;
}

.list-reset {
  list-style: disc;
  padding-left: 1.2rem;
}

/* USUŃ STRZAŁKĘ */
.navbar .dropdown-toggle::after {
  display: none;
}

/* DROPDOWN */
.navbar .dropdown-menu {
  background-color: #e5e8cd;
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}

/* ELEMENTY */
.navbar .dropdown-item {
  color: #352d60;             
  font-weight: 500;
  padding: 12px 20px;
}


/* HOVER jak linki menu */
.navbar .dropdown-item:hover {
  background-color: transparent;
  /*text-decoration: underline;*/
}


.navbar .dropdown-menu {
  display: block;
  opacity: 0;
  transform: translate3d(0, -12px, 0);
  pointer-events: none;
  transition: none;               /* brak animacji przy zamykaniu */
}

.navbar .dropdown-menu.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
  padding: 0;
}

/* nagłówek grupy */
.mobile-menu-group {
  font-weight: 600;
  margin: 14px 0 6px;
  padding-bottom: 6px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  color: #352d60;
}

/* podlinki */
.mobile-sub a {
  display: block;
  padding: 3px 0 3px 10px;
  font-size: 0.9em;      /* mniejszy font */
  opacity: 0.9;  
}

.navbar .dropdown-item {
  color: #352d60;
}

.nav-link.show {
  color: #352d60 !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mdomy{
  width: 65px;
  }
  .dropdown-item{
    font-size: 0.8rem;
  }
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .mdomy{
  width: 95px;
  }
}

.form-status-success {
  color: #198754;
}

.form-status-error {
  color: #dc3545;
}

#galeria{

}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .text-card {
        min-height: 18.5em;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .text-card {
        min-height: 23em;
    }
}



