body {
    margin: 0;
    padding: 0;
    background: #fcf8f3;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
}

/* Header Styles */
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    background-color: #fcf8f3;
}
header h1{
display: none;
font-size: 1.2rem;
	color: #c4a1bf;
}
header h2 {
    margin-left: 10px;
	font-size: 1.2rem;
	color: #c4a1bf;
}
#hamburger-menu {
    display: flex;
    cursor: pointer;
}

#hamburger-menu img {
    width: 30px;
}
nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    justify-content: center;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav li {
    margin: 20px 0;
}

nav a {
    color: white;
    font-size: 1.5rem;
    text-decoration: none;
}

/* Overlay Menu Active */
.nav-active {
    display: flex;
}
.active-nav {
    color: #c4a1bf; 
    font-weight: bold;
}
/* Header Background */
.header-bg {
    position: relative;
    height: 600px;
}
.header-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire area */
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
}

.header-text {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #c4a1bf;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: left;
    padding: 10px;
    z-index: 2;
}
.header-text h1 {
    margin: 0;
    padding: 0;
}


/* Logo Styles */
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 90px;
    width: auto;
}

/* Hamburger Menu Styles */



nav li a:hover {
    color: #c4a1bf;
}

/* Social Container Styles */
.social-container {
    display: flex;
    gap: 10px;
}

.social-icon {
    font-size: 24px;
    color: black;
    transition: color 0.3s, transform 0.3s;
}

.social-icon:hover {
    color: #c4a1bf;
    transform: scale(1.1);
}


/* line .....................................................................*/

.line {
    display: block;
    border: 1px solid #eeeeee;
    margin-bottom: 40px;
}

.line-horizontal {
    width: 1px;
    height: 21px;
    background-color: #eeeeee;
    margin-left: 10px;
    margin-right: 10px;
}

.clearfix {
    clear: both;
}


/*o mne........................................................*/
.biography-photo img {
  max-width: 60%; 
  height: auto; 

}
.biography-photo {
  text-align: center; 
  display: flex;
  flex-direction: column;
  align-items: center;
}
.biography {

	display:grid;
	grid-template-areas: "photo "
		" text";
	grid-template-columns: 1fr;
	margin-bottom: 40px;
	margin: 20px;
}
.biography-text{
	grid-area: text;
	margin-right: 10px;
}
.biography-text a{
    color: #DBA39A; 
  text-decoration: none;
}

.biography-name_text {
	text-align: center;
  
}
.text{
  padding-top: 10px;
}

.biography-name {
    grid-area: photo;
  text-align: center; 
  margin: auto; 
  padding-left: 10px;
}

#reviews {
    text-align: center;
    padding: 20px;
}
#reviews h2 {
	color: #c4a1bf;
}
.review-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.review {
    max-width: 90%;
    margin: 20px 0;
}

.review-image {
    display: none;
}

.review-content {
    text-align: center;
}

.reviewer-name {
    margin-top: 10px;
    font-style: italic;
}

.review-navigation {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.review-navigation i {
    cursor: pointer;
    font-size: 24px;
}

.review-navigation i:hover {
    color: #c4a1bf;
}


/*cenik......................................................*/
.container-cenik {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #e4d4e1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
	margin-bottom: 40px;
}

.container-cenik h1 {
    text-align: center;
    color: #333333;
}

.pricing-item {
    margin-bottom: 20px;
}

.main-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricing-item h2 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}

.pricing-item p {
    color: #555555;
    margin: 0;
    font-size: 16px;
}

.description {
    color: #777777;
    margin-top: 5px;
	font-size: 5px;
}
.price {
    margin: 10px;
    text-align: center;
}
.price-text {
    text-align: center;
}
.container-cenik hr {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 20px 0;
}

/*sluzby.........................................................*/
.container-sluzby {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #e4d4e1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 40px;
}

.service-section {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.service-text {
    flex: 1;
}

.service-photo {
    margin-left: 20px;
}

.service-photo img {
    max-width: 150px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.container-sluzby>h2 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 5px;
}

.container-sluzby>h3 {
    color: #555555;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.container-sluzby>ul {
    list-style-type: none;
    padding: 0;
}

.container-sluzby>ul>li {
    font-size: 18px;
    color: #555555;
    margin-bottom: 5px;
}

.container-sluzby>ul>ul {
    margin-top: 5px;
}

.container-sluzby>ul>ul>li {
    font-size: 16px;
    color: #777777;
    margin-bottom: 3px;
}

.container-sluzby hr {
    border: none;
    border-top: 1px solid #dddddd;
    margin: 20px 0;
}

/*blog...........................................................*/

#blog-list {
    display: grid;
	margin-left: 3em;
	margin-right: 3em;
    gap: 1em;
    display: none;
}

.blog-post {
    display: flex;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.blog-image {
    width: 150px;
    height: auto;
	background-size: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.blog-content {
    flex: 1;
}

.blog-post h2 {
    margin: 0;
	color: #c4a1bf;
}

button {
    background: none;
    color: #c4a1bf;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: underline;
    padding: 0;
}

button:hover {
    color: #c4a1bf;
}

#blog-post-content {
    padding: 20px;
}

.post-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
}

.back-arrow {
    cursor: pointer;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
}

.post-title-container {
    text-align: center;
}

#current-post-title {
    margin: 0;
    font-size: 2.5rem;
}

.breadcrumb {
    font-size: 0.875rem;
    color: #777;
    margin-top: 5px;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb a:hover {
    color: #0056b3;
}

.blog-full-content {
    margin-top: 20px;
}

.blog-image-content {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}

/*kontakt........................................................*/
.contact {
	display:flex;
	flex-direction: column;
}
.contact-bg {
    position: relative;
    height: 600px;
}
.contact-bg picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the entire area */
}
.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-text {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #c4a1bf; 
    font-weight: bold;
    font-size: 1.1rem;
    text-align: left;
    padding: 10px;
    z-index: 2;
}

.instagram {
	margin: 10px;
	align-self: center;
}

.container-contact {
	display: flex;
	flex-direction: column;
    max-width: 800px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
	align-items: left;
	align-self: center;
}
.container-contact {
        position: absolute;
        bottom: 20px;
        left: 20px;
        z-index: 10;
        background: #fcf8f3;
        padding: 10px;
        border-radius: 8px;
    }

.contact-section {
    text-align: center;
}


.contact-info {
    display: flex;
	flex-direction: column;
    justify-content: space-around;
    margin-top: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.contact-item i {
    margin-right: 10px;
}

/* Container for the Instagram section */
.instagram-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

/* Profile section */
.instagram-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

/* Profile logo */
.profile-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: scale-down;
    display: block;
}

/* Profile information text */
.profile-info {
    justify-content: left;
    line-height: 0.5;
}

.profile-info a {
    justify-content: left;
    color: black;
}

.profile-info p {
    font-size: 0.8rem;
    line-height: 0.5em;
    color: #c4a1bf;
}

/* Instagram Photos */
.instagram-photos {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.instagram-photos a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative; /* Add this to ensure overlay is positioned correctly */
}

/* Image styling */
.instagram-photos img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

/* Hover effect */
.instagram-photos a:hover img {
    transform: scale(1.05);
}

/* Overlay styling */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(217,192,213,255);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Show overlay on hover */
.instagram-photos a:hover .overlay {
    opacity: 1;
cursor: pointer;
}

@media (min-width: 1024px) {

    nav {
        display: none;
        position: absolute;
        top: 14%;
        left: 23%;
        z-index: 10;
        justify-content: start;
        background-color: white;
    }
    #hamburger-menu {
        cursor: pointer;
    }
    .nav-active {
        display: flex;
    }
    .footer-nav {
        display: block;
    }
    .logo-container {
        width: 60%;
    }
    .elements-body>section {
        display: grid;
        width: 60%;
        grid-template-columns: repeat(auto-fit, 100%);
        column-gap: 40px;
        margin: auto;
    }
    .footer-nav p {
        line-height: 15px;
    }
    .hamburger-menu:hover {
        cursor: pointer;
    }
    .the-latest-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 25px;
    }
.instagram-photos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) {

.header h2 {
font-size: 1.1rem;
}
#hamburger-menu {
display: none;
}
.line-horizontal {
display: unset;
}
nav {
        display: flex;
        position: static;
        flex-direction: row;
        background-color: transparent;
    }

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
	background-color: #fcf8f3;
}

nav li {
    margin-right: 20px;
}

nav a {
    font-size: min(0.93rem, 1rem + -0.13vw);
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s;
}

nav li:hover ul {
    display: block;
}
.biography {

	display:grid;
	grid-template-areas: "photo text"
		"photo text";
	grid-template-columns: 1fr 1.5fr;
	margin-bottom: 40px;
}
 #reviews {
        text-align: left;
    }

    .review-container {
        display: flex;
        flex-direction: row;
        align-items: left;
    }

    .review {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 90%;
        margin: 20px auto; 
    }

    .review-image {
display: unset;
align-self: left;
        margin-right: 20px;
        width: 150px;
        height: 150px;
border-radius: 50%;
    object-fit: cover;
    }

    .review-content {
        flex: 1;
        text-align: left;
    }

    .reviewer-name {
        margin-left: 20px;
        text-align: right;
    }

    h2 {
        text-align: left;
	}
	  .contact {
        display: flex;
        flex-direction: column;
    }
    .contact-bg {
        width: 100%;
        height: 600px;
        position: relative;
    }
	.contact-bg span {
	font-size: 1.5em;
	}
	
  .service-photo img {
    max-width: 200px;
  }

}
