.testimonial-cards-row {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    flex-wrap: nowrap;
}
.testimonial-card {
    flex: 1 1 0;
    min-width: 220px;
    max-width: 340px;
    box-sizing: border-box;
}
@media (max-width: 900px) {
    .testimonial-cards-row {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 18px;
        align-items: center;
        justify-content: center;
    }
    .testimonial-card {
        min-width: 220px;
        max-width: 340px;
        width: 45%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .testimonial-cards-row {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    .testimonial-card {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}
/* Testimonial Carousel Section */
.testimonial-carousel {
    background: #fff8e1;
    padding: 40px 10px;
    text-align: center;
}
.carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.carousel-btn {
    background: #ffbd4a;
    color: #4a3101;
    border: none;
    font-size: 32px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(74,49,1,0.08);
    transition: background 0.2s;
}
.carousel-btn:hover {
    background: #ffd77a;
}
.testimonial-card {
    background: #ffbd4a;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(74,49,1,0.08);
    padding: 32px 28px;
    min-width: 280px;
    max-width: 340px;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-card-inner {
    width: 100%;
}
.testimonial-stars {
    color: white;
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.testimonial-quote {
    font-size: 20px;
    color: #4a3101;
    font-family: 'Bakery', Impact;
    margin-bottom: 10px;
}
.testimonial-author {
    color: #4a3101;
    font-size: 16px;
    font-style: italic;
}
/* Header Section */
.main-header {
    background-color:#FFBD4A;
    padding: 0 0 18px 0;
    box-shadow: 0 2px 12px rgba(74,49,1,0.08);
    text-align: center;
}
.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 24px 0 0 0;
}
.header-logo {
    width: 80px;
}
.header-title {
    font-family: 'Bakery', Impact;
    color: #4a3101;
    font-size: 48px;
    letter-spacing: 3px;
}
.header-nav {
    display: flex;
    gap: 18px;
}
.header-nav a {
    color: #4a3101;
    font-family: 'Bakery', Impact;
    font-size: 20px;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background 0.2s;
}
.header-nav a:hover {
    background: #ffbd4a;
}
.header-tagline {
    font-size: 22px;
    color: #4a3101;
    background: #fff8e1;
    border-radius: 12px;
    padding: 8px 24px;
    display: inline-block;
    margin-top: 18px;
    box-shadow: 0 2px 12px rgba(74,49,1,0.08);
}
@media (max-width: 700px) {
    .header-content {
        flex-direction: column;
        gap: 12px;
    }
    .header-title {
        font-size: 32px;
    }
    .header-nav a {
        font-size: 16px;
        padding: 6px 10px;
    }
}
/* Hero Section Button */
.cta-btn {
    display: inline-block;
    background: #4a3101;
    color: #ffbd4a;
    font-family: 'Bakery', Impact;
    font-size: 22px;
    padding: 12px 32px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 18px;
    transition: background 0.2s;
}
.cta-btn:hover {
    background: #6a4a1a;
}

/* Products Section */
.products {
    background: #fff8e1;
    padding: 48px 0 32px 0;
    text-align: center;
}
.section-title {
    font-family: 'Bakery', Impact;
    color: #4a3101;
    font-size: 40px;
    margin-bottom: 28px;
}
.products-list {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.product-card {
    background: #ffbd4a;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(74,49,1,0.08);
    padding: 24px 18px;
    width: 220px;
    text-align: center;
}
.product-card img {
    width: 80px;
    margin-bottom: 12px;
}
.product-name {
    font-family: 'Bakery', Impact;
    color: #4a3101;
    font-size: 22px;
    margin-bottom: 8px;
}
.product-desc {
    color: #4a3101;
    font-size: 16px;
}

/* Testimonial Section */
.testimonial {
    background: #fff8e1;
    padding: 32px 0;
    text-align: center;
}
.testimonial-quote {
    font-size: 22px;
    color: #4a3101;
    font-family: 'Bakery', Impact;
    margin-bottom: 10px;
}
.testimonial-author {
    color: #4a3101;
    font-size: 16px;
}

/* Newsletter Section */
.newsletter {
    background: #ffbd4a;
    padding: 32px 0;
    text-align: center;
}
.newsletter-title {
    font-family: 'Bakery', Impact;
    color: #4a3101;
    font-size: 28px;
    margin-bottom: 18px;
}
.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 8px;
    max-width: 400px;
    margin: 0 auto;
}
.newsletter-form input[type="email"] {
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #4a3101;
    font-size: 16px;
    flex: 1;
}
.newsletter-form button {
    background: #4a3101;
    color: #ffbd4a;
    font-family: 'Bakery', Impact;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    padding: 8px 18px;
    cursor: pointer;
    transition: background 0.2s;
}
.newsletter-form button:hover {
    background: #6a4a1a;
}

/* Footer Section */
.footer {
    background: #4a3101;
    color: #ffbd4a;
    text-align: center;
    padding: 32px 0 16px 0;
}
.footer-nav {
    margin-bottom: 18px;
}
.footer-nav a {
    color: #ffbd4a;
    text-decoration: none;
    margin: 0 12px;
    font-size: 16px;
    font-family: 'Bakery', Impact;
    transition: color 0.2s;
}
.footer-nav a:hover {
    color: #fff8e1;
}
.footer-social {
    margin-bottom: 12px;
}
.footer-social a {
    margin: 0 8px;
}
.footer-social i {
    font-size: 24px;
    color: #ffbd4a;
    transition: color 0.2s;
}
.footer-copy {
    font-size: 14px;
}
.view-more-btn {
    background: #4a3101;
    color: #ffbd4a;
    font-family: 'Bakery', Impact;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .products-list {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
}
body {
    background-color: #FFBD4A;
    height: 100vh;
}

body {
    margin: 0;
    background: #FFBD4A;
    font-family: Arial, sans-serif;
}
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    background: linear-gradient(180deg, #FFBD4A 70%, #fff8e1 100%);
    text-align: center;
}
.hero-logo {
    width: 220px;
    margin-bottom: 18px;
}
.hero-title {
    font-family: 'Bakery', Impact;
    color: #4a3101;
    font-size: 64px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.hero-subtitle {
    font-size: 28px;
    color: #4a3101;
    background: #fff8e1;
    border-radius: 12px;
    padding: 8px 24px;
    display: inline-block;
    margin-bottom: 32px;
    box-shadow: 0 2px 12px rgba(74,49,1,0.08);
}
.about {
    background: #fff8e1;
    padding: 48px 0 32px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-title {
    font-family: 'Bakery', Impact;
    color: #4a3101;
    font-size: 40px;
    margin-bottom: 18px;
}
.about-text {
    color: #4a3101;
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto;
    text-align: justify;
}
.contact-section {
    background: #FFBD4A;
    padding: 48px 15px;
    text-align: center;
}
.contact-form {
    background: #fff8e1;
    padding: 32px 40px;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(74,49,1,0.08);
    width: 100%;
    margin: 10px auto;
}
.contact-form h2 {
    color: #4a3101;
    font-family: 'Bakery', Impact;
    font-size: 28px;
    margin-bottom: 18px;
    -webkit-text-stroke: 0;
}
.contact-form label {
    color: #4a3101;
    font-family: Arial;
    font-size: 16px;
    display: block;
    margin-bottom: 4px;
    text-align: left;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ffbd4a;
    margin-bottom: 16px;
    font-size: 16px;
    font-family: Arial;
}
.contact-form textarea {
    resize: vertical;
}
.contact-form button {
    background: #ffbd4a;
    color: #4a3101;
    font-family: 'Bakery', Impact;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    padding: 10px 24px;
    cursor: pointer;
    transition: background 0.2s;
}
.contact-form button:hover {
    background: #ffd77a;
}
@media (max-width: 600px) {
    .hero-title { font-size: 40px; }
    .about-title { font-size: 28px; }
    .about-text { font-size: 16px; }
    .contact-form { padding: 18px 8px; }
}

@font-face {
    font-family: 'Bakery';
    src: url('../fonts/bakery.ttf') format('truetype'), url('../fonts/bakery.woff2') format('woff2');
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    flex-direction: column;
}

h1{
    color: #4a3101;
    font-size: 50px;
    font-family: "Bakery", Impact;
    letter-spacing: 3px;
}

h2 {
    font-family: Arial;
    color: white;
    font-size: 35px;
    -webkit-text-stroke: 2px #4a3101;
}

.container img {
    width: 400px;
}

.square-image {
    width: 300px;
    height: 200px;
    background-color: #4a3101;
}

.contact-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}
.content {
    max-width: 1200px;
}
@media (max-width: 600px) {
    .contact-image {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
}