.the-lap-banner {
    position: relative;
    padding: 30px 0;
    background-image: url("/assets/images/front-office/Gahwa/Gahwa-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    z-index: 1;
    overflow: hidden;
}

.breadcrumbs {
    max-width: 1338px;
    padding: 10px 40px;
}

.the-lap-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    /* filter: blur(3px); */
    /* transform: scale(1.1);  */
    z-index: 1;
}

.the-lap-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background-color: rgb(0 0 0 / 50%); */
    z-index: 2;
}

.the-lap-banner>* {
    position: relative;
    z-index: 3;
}

.text-box-lap {
    position: absolute;
    width: fit-content;
    height: fit-content;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 4;
    padding: 0 40px;
}

.breadcrumbs {
    color: #ffffff;
}

.breadcrumbs a {
    color: #ffffff;
}

.the-lap-text {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.the-lap-text-two {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 57px;
    line-height: 84px;
    letter-spacing: 0.5px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    padding: 15px 0;
}

.the-lap-text-three {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 25.5px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

.gahwa-essence-section {
    background: #f9f7f3;
    position: relative;
    width: 100%;
    padding: 80px 40px;
}


.gahwa-essence-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    gap: 40px;
}

.gahwa-essence-left,
.gahwa-essence-right {
    width: 50%;
    height: 400px;
}

.gahwa-essence-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gahwa-essence-image {
    width: 100%;
    height: 100%;
    /* border-radius: 6px; */
    object-fit: cover;
    display: block;
}

.gahwa-essence-title {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 36.88px;
    line-height: 52px;
    letter-spacing: 0.6px;
    color: #332624;
    margin-bottom: 20px;
}

.gahwa-essence-desc {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624bf;
    margin-bottom: 30px;
}

.gahwa-link {
    color: #332624bf;
    text-decoration: underline;
}

.gahwa-essence-text {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: #332624bf;
    text-underline-offset: 0;
}

.gahwa-button-wrapper {
    margin-top: 30px;
}

.gahwa-learn-more-btn {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 28.67px;
    letter-spacing: 2.67px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;
    border: 1.33px solid #00000080;
    padding: 12px 30px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.gahwa-learn-more-btn:hover {
    background: #000000;
    color: #ffffff;
}

/* Divider Section */
.gahwa-divider-section {
    background: #f9f7f3;
    padding: 60px 40px;
}

.gahwa-divider-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.gahwa-divider-line {
width: 180px;
    height: 1px;
    border-top: 1px solid #000000;
}

.gahwa-divider-text {
    font-family: 'InterFace Trial', sans-serif;
    font-weight: 250;
    font-style: normal;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0.14em;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    white-space: nowrap;
}

.gahwa-third-section {
    position: relative;
    background: #f9f7f3;
    width: 100%;
    padding: 0 40px 80px;
    overflow: hidden;
}


.gahwa-third-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}

.gahwa-third-image-wrapper {
    width: 32%;
    height: 400px;
    overflow: hidden;
}

.gahwa-third-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.gahwa-roasting-section {
    width: 100%;
    padding: 100px 40px;
    background: #EBE7E4;
}

.gahwa-roasting-section-first {
    padding-bottom: 0;
}

.gahwa-roasting-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.gahwa-roasting-text {
    width: 50%;
}

.gahwa-roasting-title {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36.88px;
    line-height: 52px;
    letter-spacing: 0.6px;
    color: #332624;
    margin-bottom: 25px;
}

.gahwa-roasting-desc {
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-size: 15.38px;
    line-height: 28.8px;
    letter-spacing: 0.6px;
    color: rgba(51, 38, 36, 0.75);
    margin-bottom: 20px;
}

.gahwa-roasting-image {
    width: 50%;
    height: 80%;
}

.gahwa-roasting-image img {
    width: 82%;
    object-fit: cover;
    height: 100%;
    display: block;
}


.m-t-a-gahwa {
    margin-top: 40px;
}

.gahwa-roasting-section-button {
    display: block;
    width: fit-content;
    font-family: "InterFace", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    color: #000000;
    border-radius: 20px;
    border: 1.33px solid #000000;
}


@media (max-width: 1440px) {
    .the-lap-text {
        font-size: 16px;
    }

    .the-lap-text-two {
        font-size: 45px;
        line-height: 120%;
    }

    .gahwa-essence-title {
        font-size: 35px;
        line-height: 120%;
    }

    .gahwa-divider-text {
        font-size: 25px;
    }

    .gahwa-roasting-section {
        padding: 80px 40px;
    }

    .gahwa-roasting-section-first {
        padding-bottom: 0;
    }

    .gahwa-roasting-title {
        font-size: 35px;
        line-height: 120%;
    }
}

@media (max-width: 1024px) {
    .the-lap-text {
        font-size: 15px;
    }

    .the-lap-text-two {
        font-size: 38px;
    }

    .gahwa-essence-title {
        font-size: 33px;
    }
    
    .gahwa-learn-more-btn {
        font-size: 19px;
        line-height: 120%;
        padding: 12px 20px;
    }

    .gahwa-essence-section {
        padding: 60px 25px;
    }

    .gahwa-divider-section {
        padding: 0 25px 50px;
    }

    .gahwa-divider-text {
        font-size: 22px;
    }

    .gahwa-divider-container {
        gap: 30px;
    }

    .gahwa-divider-line {
        width: 160px;
    }

    .gahwa-third-section {
        padding: 0 25px 60px;
    }

    .gahwa-roasting-section {
        padding: 60px 25px;
    }

    .gahwa-roasting-section-first {
        padding-bottom: 0;
    }

    .gahwa-roasting-title {
        font-size: 33px;
    }
}

@media (max-width: 900px) {
    .breadcrumbs {
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {
    .the-lap-text {
        font-size: 14px;
    }

    .the-lap-text-two {
        font-size: 32px;
    }

    .gahwa-essence-title {
        font-size: 32px;
    }

    .gahwa-essence-container {
        flex-direction: column-reverse;
        gap: 70px;
    }

    .gahwa-learn-more-btn {
        width: 100%;
        font-size: 18px;
    }

    .gahwa-essence-left, .gahwa-essence-right {
        width: 100%;
        height: auto;
    }

    .gahwa-essence-image {
        height: 340px;
    }

    .gahwa-divider-text {
        font-size: 18px;
    }

    .gahwa-divider-line {
        width: 140px;
    }

    .gahwa-third-container {
        flex-direction: column;
    }

    .gahwa-third-image-wrapper {
        width: 100%;
    }

    .gahwa-third-image {
        height: 390px;
    }

    .gahwa-roasting-section-first .gahwa-roasting-container {
        flex-direction: column;
        gap: 30px;
    }

    .gahwa-roasting-text {
        width: 100%;
    }

    .gahwa-roasting-image {
        width: 100%;
        height: auto;
    }

    .gahwa-roasting-image img {
        width: 100%;
    }

    .gahwa-roasting-section-second .gahwa-roasting-container {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .gahwa-roasting-title {
        font-size: 32px;
    }

    .gahwa-roasting-section-button {
        width: 100%;
        text-align: center;
    }
}