* {
    padding: 0;
    margin: 0;
    font-family: 'Droid Serif';
}

/* Breadcrumb Styles */
.about-us-container {
    background: url('images/top_bg_5.jpg') no-repeat center center/cover;
    text-align: center;
    padding: 100px 20px 60px;
    color: #2b1b17;
}

.about-us-container h1 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.about-us a,
span {
    text-align: center;
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.about-us a:hover {
    color: #009f3b;
}

/* Breadcrumb Styles ended */

/*hello we are coffee house*/
.about-us-desc {
    background-color: #fff;
    padding: 80px 20px;
}

.about-us {
    font-family: 'Droid Serif';
    font-size: 28px;
    color: #453e3C;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-us-desc-para {
    color: #a6a19f;
    font-family: 'Source Sans Pro';
    font-size: 20px;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.6;
}

.purchase-button-container {
    text-align: center;
}

.purchase-button {
    display: inline-block;
    text-transform: uppercase;
    padding: 1.1em 2.2em;
    font-size: 0.875rem;
    font-weight: 600;
    color: #009f3b;
    text-decoration: none;
    border: 2px solid #009f3b;
    background: transparent;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.purchase-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #453e3C;
    opacity: 0;
    transform: scale(1.1);
    transition: all 0.3s ease;
    pointer-events: none;
}

.purchase-button:hover {
    color: #453e3C;
    border-color: transparent;
}

.purchase-button:hover::after {
    opacity: 1;
    transform: scale(1);
}

/*hello we are coffee house*/

/*experience delight section*/
.experience-section {
    background: url('images/bg_home_paralax.jpg') no-repeat center center;
    background-size: cover;
    padding: 80px 40px;
}

.experience-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 20px;
}

.experience-delight-left-section {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.coffee-mug {
    max-width: 100%;
    max-height: 400px;
    height: auto;
}

.experience-delight-right-section {
    flex: 1 1 60%;
    color: #453e3C;
    padding: 20px;
    max-width: 600px;
}

.experience-delight-title {
    font-size: 4em;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
}

.experience-delight-subtitle {
    font-family: 'Grand Hotel', cursive;
    font-size: 4.6em;
    color: #5f5b57;
    margin: 0 0 20px;
}

.experience-delight-desc {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    line-height: 1.8;
    color: #5f5b57;
    max-width: 500px;
}

.read-more-link {
    font-family: 'Pacifico', cursive;
    color: #453e3C;
    font-size: 1.2rem;
    text-decoration: none;
    border-bottom: 1px solid #453e3C;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.read-more-link:hover {
    color: #009f3b;
    border-color: #009f3b;
}

/* Tablets (up to 991px) */
@media (max-width: 991px) {
    .experience-section {
        padding: 60px 30px;
    }

    .experience-container {
        flex-direction: column;
        text-align: center;
    }

    .experience-delight-left-section,
    .experience-delight-right-section {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 20px;
    }

    .coffee-mug {
        max-width: 80%;
        height: 200px;
    }

    .experience-delight-title {
        font-size: 3em;
    }

    .experience-delight-subtitle {
        font-size: 2.8em;
    }

    .experience-delight-desc {
        font-size: 1rem;
        margin: auto;
    }
}

/* Mobile (up to 576px) */
@media (max-width: 576px) {
    .experience-section {
        padding: 50px 20px;
    }

    .experience-delight-title {
        font-size: 2.5em;
    }

    .experience-delight-subtitle {
        font-size: 1.8em;
    }

    .experience-delight-desc {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .read-more-link {
        font-size: 1rem;
    }

    .coffee-mug {
        max-width: 90%;
        height: auto;
    }
}

/*experience delight section*/

/*our interesting facts */
.stats-icon {
    font-size: 48px;
    color: #453e3c;
    margin-bottom: 15px;
}

.stats-number {
    font-size: 48px;
    color: green;
    font-weight: bold;
}

.stats-number span {
    font-size: 48px;
    color: green;
    font-weight: bold;
}

.stats-title {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #2b2b2b;
    font-family: "Droid Serif";
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 5.6px;
    font-family: "Droid Serif";
}

.description {
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: rgb(166, 161, 159);
    font-size: 18px;
    font-family: "Source Sans Pro";
    letter-spacing: .5px;
    line-height: 27px;
}

.purchase-btn {
    border: 2px solid green;
    color: green;
    background-color: transparent;
    padding: 10px 30px;
    font-weight: bold;
    transition: all 0.3s;
    box-shadow: 2px 2px rgb(166, 161, 159);
}

.purchase-btn:hover {
    background-color: white;
    border: #2b1b17 2px solid;
    color: black;
    box-shadow: 2px 2px #2b1b17;
}

/*our interesting facts */