
.navbar-brand img{
    height: 35px;
}
.header {
  position: relative;
  background: url("../images/header-3iNV5oA.webp") no-repeat center center/cover;
  padding: 150px 0 80px 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.header-content {
  position: relative;
  z-index: 1;
}

.header h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.header p {
  font-size: 1.5rem;
}
.btn-primary{
  background-color: #dac75f !important;
  border-color: #dac75f !important;
}
.image-background {
  position: relative;
}

.image-background::before {
  content: '';
  position: absolute;
  top: calc(-20px + 1.5rem);
  left: 0px;
  width: calc(100% - 3rem);
  height: calc(100% - 1.5rem);
  background-color: #dac75f;
  border-radius: 8px;
}

img.img-fluid {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
body {
    font-family: 'Lato', sans-serif;
    margin: 0px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}
main{
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

/* Navbar */
.navbar {
    padding: 10px 0;
    transition: background-color 0.3s ease;
}

.navbar-shrink {
  background-color: #343a40 !important;
  transition: background-color 0.3s ease;
}

.navbar .nav-link {
    color: #ffffff !important;
    padding: 10px 15px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #ffd700 !important;
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Przyciski */
.btn-primary {
    background-color: #007bff;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Sekcja usług */
#services .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

#services .card:hover {
    transform: translateY(-5px);
}

/* Sekcja "Dlaczego My?" */
#features .card {
    border: none;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#features .card-body {
    padding: 30px;
}

#features .material-icons-outlined {
    color: #dac75f;
    transition: color 0.3s ease;
}

#features .material-icons-outlined:hover {
    color: #ffd700;
}

/* Galeria */
#gallery img {
    border-radius: 8px;
    transition: transform 0.3s ease;
}

#gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Sekcja "Opinie Klientów" */
#google-reviews blockquote {
    background: #ffffff;
    padding: 20px;
    border-left: 5px solid #dac75f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
footer p {
    margin: 0;
    font-size: 0.9em;
}

footer a {
    color: #ffd700;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #ffffff;
}
.header{
  padding: 150px 0;
}
.image-background::before {
  height: 100%;
  top: -40px;
  left: -20px;
}
section:nth-of-type(odd) {
  background-color: #f8f9fa; /* Jasnoszary */
}

section:nth-of-type(even) {
  background-color: #ffffff; /* Biały */
}

section {
  padding: 60px 0; /* Aby sekcje były bardziej przestrzenne */
}
#gallery{
  background: url("../images/bgframehouse3-JNK51EP.webp") no-repeat center center/cover;
}
@media (max-width: 576px) {
  .navbar-brand{
    width: 70vw;
  }
  .navbar-brand img{
    width: 100%;
    height: auto;
  }
  .image-background::before {
    top: -10px !important;
    left: -3px !important;
  }
}
@media (max-width: 992px) {
  .image-background::before {
    top: -20px !important;
  }
}
.dropdown-toggle:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu-start {
    left: -93px !important;
}