body {
    font-family: 'Playfair Display';
    background-color: #fff5e0;
}

.header-top-bg {
    background-color: #2b2624;
}

.header-main-bg {
    background-color: #fff5e0;
}

.contact-button {
    background-color: #362e2b;
    color: #f5f5dc;
    padding: 0.75rem 1.5rem;
    border-radius: 1.2rem;
    font-weight: 600;
    font-size: 0.875rem;
    transition: background-color 0.3s ease;
    font-family: 'Playfair Display';
}

.contact-button:hover {
    background-color: #4a3c37;
}

.header-title {
    font-family: 'Playfair Display';
    color: #362e2b;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-left: -100px;
}

.nav-link {
    font-family: 'Playfair Display';
    color: #362e2b;
    font-size: 1rem;
    font-weight: 400;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 1.2rem;
}

.nav-link:hover {
    color: #f5f5dc;
    background-color: #362e2b;
}


.nav-link.active {
    color: #f5f5dc;
    background-color: #362e2b;
}

.search-icon {
    color: #362e2b;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.search-icon:hover {
    color: #d4a762;
}


        #hamburger-menu {
            position: relative;
            z-index: 60;
            background: none;
            border: none;
            padding: 0.5rem;
            cursor: pointer;
            display: none;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            min-height: 44px;
        }

        #hamburger-menu:focus {
            outline: 2px solid #d4a762;
            outline-offset: 2px;
        }

        #hamburger-menu i {
            pointer-events: none;
        }


.hero-section {
    background-image: url('Images/4c5ddfd9-73de-4c27-867c-746fd988400c.jpeg');
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(128, 84, 13, 0.36);
    z-index: 1;
	color: #f5f5dc;
}

.hero-text-container {
    position: absolute;
	color: #f5f5dc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.hero-text-container p,
.hero-text-container h2 {
    font-family: 'Playfair Display';
    font-weight: 400;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    z-index: 999999 !important;
	color: #f5f5dc;
}

.hero-text-container p {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
	color: #f5f5dc;
}

.hero-text-container h2 {
    font-size: 3.5rem;
    line-height: 1;
	color: #f5f5dc;
}

.discover-baked-goods-bg {
    background-image: url('Images/closeup-shot-delicious-freshly-baked-desserts-with-powder.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
    color: #f5f5dc;
}

.discover-baked-goods-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 46, 43, 0.7);
    z-index: 0;
}

.about-us-bg {
    background-color: #ffe8bf;
}

.specialities-bg {
    background-color: #ffffff;
}

.font-playfair-display {
    font-family: 'Playfair Display';
}

.croissants-detail-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
}

@media (min-width: 768px) {
    .croissants-detail-container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
    }
}

.croissants-image-box {
    flex-shrink: 0;
    width: 100%;
    max-width: 400px;
    height: 400px;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #d4a762;
}

@media (min-width: 768px) {
    .croissants-image-box {
        width: 50%;
        max-width: none;
    }
}

.croissants-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.croissants-text-box {
    background-color: #ffe8bf;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    flex-grow: 1;
    position: relative;
    padding-right: 4rem;
}

@media (min-width: 768px) {
    .croissants-text-box {
        width: 50%;
    }
}

.play-button {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(54, 46, 43, 0.8);
    color: #f5f5dc;
    border-radius: 9999px;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 2px solid #d4a762;
}

.play-button:hover {
    background-color: rgba(54, 46, 43, 1);
    border-color: #f5f5dc;
}

.customer-review-bg {
    background-color: #ffe8bf;
    color: #362e2b;
    padding-bottom: 0;
}

.review-carousel-container {
    background-color: #362e2b;
    color: #f5f5dc;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: relative;
    overflow: hidden;
}

.review-card {
    background-color: #362e2b;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    width: 100%;
    max-width: 36rem;
    margin: 0 auto;
    transform: scale(0.9);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
}

.review-card.active-review-card {
    transform: scale(1);
    opacity: 1;
}

.review-text {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.review-stars {
    color: #d4a762;
}

.review-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.2);
    color: #f5f5dc;
    border-radius: 9999px;
    padding: 0.75rem 1rem;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.review-carousel-arrow:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.review-carousel-arrow.left {
    left: 2rem;
}

.review-carousel-arrow.right {
    right: 2rem;
}

.review-dots .dot {
    background-color: #f5f5dc;
}

.review-dots .dot.active {
    background-color: #d4a762;
}

.find-us-bg {
    background-image: url('Images/closeup-shot-delicious-freshly-baked-desserts-with-powder.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: #f5f5dc;
}

.find-us-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(106, 77, 59, 0.8);
    z-index: 1;
}

.find-us-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.find-us-text-box {
    background-color: rgba(54, 46, 43, 0.7);
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 28rem;
    margin-right: 2rem;
    text-align: left;
}

.find-us-text p {
    font-family: 'Playfair Display';
    font-size: 1.125rem;
    line-height: 1.6;
}

.find-us-text a {
    text-decoration: none;
    color: #f5f5dc;
    transition: color 0.3s ease;
}

.find-us-text a:hover {
    color: #d4a762;
}

.find-us-map-container {
    width: 100%;
    max-width: 600px;
    height: 450px;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.find-us-map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-bg {
    background-color: #362e2b;
    color: #f5f5dc;
}

.footer-bg h2 {
    font-family: 'Playfair Display';
    font-size: 2.25rem;
    font-weight: 700;
}

.opening-hours-bg {
    background-color: #f5f5dc;
    color: #362e2b;
}

.opening-hours-bg h3 {
    font-family: 'Playfair Display';
    font-weight: 700;
}

.opening-hours-bg p {
    font-family: 'Playfair Display';
    font-size: 1.125rem;
}


@media (max-width: 767px) {

    .header-title {
        font-size: 2rem;
              margin-left: 0px;
    }

    
    .nav-link {
        padding: 0.75rem 1rem;
        font-size: 1rem;
        width: 90%;
        text-align: center;
        margin-bottom: 0.5rem;
        border-radius: 0.5rem;
    }

    
    .nav-link:hover {
        background-color: #362e2b;
        color: #f5f5dc;
        transform: translateY(-2px);
    }

    .hero-section {
        height: 300px;
    }

    .hero-text-container p {
        font-size: 1.75rem;
    }

    .hero-text-container h2 {
        font-size: 3rem;
    }

    .specialities-bg h2 {
        font-size: 2rem;
    }

    .croissants-detail-container {
        flex-direction: column;
        padding: 0 0.5rem;
    }

    .croissants-image-box {
        max-width: 100%;
        height: 250px;
    }

    .croissants-text-box {
        padding: 1.5rem;
        padding-right: 1.5rem;
    }

    .play-button {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1rem;
        right: 1rem;
    }

    .review-card {
        padding: 1.5rem;
    }
    .review-text {
        font-size: 1.2rem;
    }
    .review-carousel-arrow.left {
        left: 0.5rem;
    }

    .review-carousel-arrow.right {
        right: 0.5rem;
    }

    .find-us-content {
        flex-direction: column;
        gap: 1rem;
    }

    .find-us-text-box {
        margin-right: 0;
        text-align: center;
        padding: 1.5rem;
    }

    .find-us-text p {
        font-size: 1rem;
    }

    .find-us-map-container {
        height: 300px;
    }

    .footer-bg h2 {
        font-size: 1.75rem;
    }

    .opening-hours-bg h3 {
        font-size: 1.25rem;
    }

    .opening-hours-bg p {
        font-size: 1rem;
    }
}