.top-restaurants a {
    padding: 0;
    margin: 0;
}

.restaurant-img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.img-extend {
    background-image: url(../image/tours/bicycle1.jpg);
    background-size: cover;
    background-position: center;
}

.p-image-text {
    margin-left: 75px;
    width: 45%;
}


.button {
    margin-left: 50px;

}

.banner-image-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.banner-img {
    width: 100%;
    display: block;
}

.hero-button {
    margin-bottom: 50px;
    justify-content: right;

}



.see-more-button-yellow:hover {
    background-color: #e6941a;
}

.scroll-indicator {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 2;
}

.scroll-text {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    margin-right: 10px;
    /* Space between text and icon */
}

.scroll-indicator img {
    width: 24px;
    flex-wrap: wrap;
}

.stories-section {
    text-align: center;
    background-color: #FDE2CF;
    margin: auto;
    max-width: 1440px;
}

.stories-bg {
    padding: 80px 100px;
    margin: -165px 30px 114px 30px;
}

.stories-cards {
    background-color: #ed6325;
    margin-top: 50px;
    padding: 30px;
}

.custom-section .extend h2,
.custom-section .extend p {
    text-align: center;

}


.stories-cards {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    z-index: 1;
}

.story-card {
    background-color: #F8A720;
    padding: 25px;
    border-radius: 12px;
    flex: 1;
    min-width: 300px;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.story-text {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-style: italic;
}

.story-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 10px;
}

.deco-box {
    background-color: #FDE2CF;
    width: 50%;
    position: relative;
    margin: 50px 0px 50px 100px;

}


.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.name {
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #642714;
}

.p-image-container {
    display: flex;
    margin-left: 0;
}



.p-image-text img {
    width: 100%;
}

.p-image-text-2 img {
    width: 100%;
}


.p-image-text p {
    padding-top: 0px;

}

.first-image-container {
    display: flex;
    margin-left: 0;
    margin: auto;
    max-width: 1440px;
    align-items: center;
    justify-content: center;
}

.first-image-container img {
    flex-wrap: wrap;
    border-radius: 12px;
}

.p-image-containers img {
    margin-top: 50px;

}

.p-image-container img {
    flex-wrap: wrap;
    border-radius: 12px;
    width: 70%;
    margin-top: 0px;
}


.highlight {
    font-weight: bold;
    color: #642714;
    font-size: 26px;
}


.top-restaurants {
    padding-top: 50px;
    max-width: 1440px;
    margin: auto;
}

.top-restaurants a {
    padding: 0;
    margin: 0;
}



.restaurant {
    width: 50%;
    justify-content: space-between;
}


.restaurant-img-mobile {
    display: none;
}



.restaurant-img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.span1 {
    font-weight: bolder;
}

.span2 {
    color: #ABABAB;
    font-size: 16px;
}

.img-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    /* space between cards */
    margin: 60px 0;
}

.img-card {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.img-card img {
    max-width: 100%;
    flex-wrap: wrap;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 12px;
}

.img-card p {
    color: #642714;
    margin: 0 0 10px 0;
    width: 100%;
    flex-wrap: wrap;

    font-family: 'Open Sans', sans-serif;
}

.subtitle {
    color: #888;
    display: block;
    margin: 0 0 10px 0;
}

.custom-section {
    background: #FDE2CF;
}

.small-icon {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 80px;
    margin-bottom: 20px;
}

.small-icon img {
    width: 50px;
    height: auto;
}

.see-more {
    text-align: end;
    padding-top: 20px;
}

.custom-box-row {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.custom-box {
    background: #F8A720;
    padding: 0px 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(100, 39, 20, 0.08);
    width: 100%;
    flex-wrap: wrap;
}


.reviewer {
    display: flex;
    margin-bottom: 15px;
    margin-left: 12px;
    gap: 12px;
}

.reviewer-img {
    max-width: 20%;
    flex-wrap: wrap;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #F8A720;
}

.reviewer-name {
    color: #642714;
    margin-top: 20px;
    font-weight: bold;
}

.feature-section {
    background: #F8A720;
    padding: 50px 30px 100px 30px;
    text-align: left;
    position: relative;
    min-height: 700px;
}

.feature-section-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.feature-title {
    font-size: 40px;
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    margin: 0 0 40px 0;
    text-align: left;
    /* Title left-aligned */
    font-weight: 700;
}

.feature-row {
    display: flex;
    align-items: flex-start;
    /* Align items to the top/left */
    gap: 40px;
    margin-bottom: 40px;
    justify-content: flex-start;
    /* Row content left-aligned */
}

.feature-text {
    max-width: 700px;
    text-align: left;
    /* Text left-aligned */
}



.feature-img-left img[src="img.6.png"] {
    width: 100%;
    flex-wrap: wrap;
}

.feature-img-row img[src="img.7.png"] {
    width: 100%;
    flex-wrap: wrap;
}

.feature-img-row img[src="img.8.png"] {
    width: 100%;
    flex-wrap: wrap;
}

.feature-img-row {
    display: flex;
    gap: 24px;
    margin-top: 20px;
}

.feature-section-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}

.custom-feature-section {
    background: #FDE2CF;
    padding: 30px 30px;
    text-align: left;
    width: 100%;
    flex-wrap: wrap;
}

.custom-feature-title {
    font-size: 40px;
    color: #F8A720;
    font-family: 'Noto Serif', serif;
    margin: 0 0 40px 0;
    text-align: left;
    font-weight: 700;
}

.custom-feature-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;

}

.custom-feature-img-main img {
    width: 100%;
    flex-wrap: wrap;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.custom-feature-right {
    gap: 24px;
}

.custom-feature-text p {
    font-size: 24px;
    color: #642714;
    font-family: 'Open Sans', sans-serif;
    margin: 50px 50px 30px 0;
    line-height: 1.5;
}

.custom-feature-img-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 100%;
}

.custom-feature-img-row img {
    width: 100%;
    flex-wrap: wrap;
}

.custom-feature-img-row img {
    width: 100%;
    flex-wrap: wrap;
    object-fit: cover;
    border-radius: 12px;
}


.nutmegjuice {
    background-color: #F8A720;
    max-width: 1440px;
    margin: auto;
}

.nutmegjuice h2 {
    color: #FDE2CF;
    margin: 0;
}

.tours-img {
    width: 100%;
    margin-left: 35px;
    display: flex;
}

.tours-img img {
    width: 60%;
    border-radius: 12px;
    object-fit: cover;
}

.flex-content {
    padding-top: 30px;
    justify-content: center;
    ;
}

.day1-container {
    display: flex;
}

.beige-container {
    display: flex;
    padding-bottom: 50px;
}

.beige-left {
    width: 90%;
}

.beige-right {
    margin: 0;
}

.beige-left img {
    border-radius: 12px;
    width: 100%;
}


.beige-right img {
    height: auto;
    border-radius: 12px;

}

.beige-right-bottom img {
    width: 100%;
}

.beige-right-bottom {
    display: flex;
    padding-left: 80px;
    width: 38%;
    gap: 50px;
}


.beige-extend {
    margin: auto;
    max-width: 1540px;
}

.day-text-b {
    margin: auto;
    max-width: 1440px;
}

.split-img {
    padding-top: 50px;
}

.p-image-container2 {
    display: flex;
    gap: 20px;

}

.p-image-container2 img {
    width: 30%;
    border-radius: 12px;
    margin-bottom: 30px;
    margin-left: 75px;
}

.beige-right .deco-box {
    background-color: #F8A720;
    position: relative;
    margin: 50px;
    width: 86%;
}

.button-row {
    display: flex;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.restaurant-img img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.restaurants {
    display: flex;
    justify-content: center;
    max-width: 100%;
    gap: 30px;
    padding-top: 20px;
}

.custom-section h2 {
    padding-top: 50px;
}

.custom-section h2,
.custom-section p {
    text-align: center;
    margin: 0px;
}

@media screen and (max-width:1185px) {
    .img-row {
        padding-left: 50px;
        padding-right: 50px;
    }

    .p-image-text {
        margin-top: 30px;
    }

    .restaurant-img {
        margin: 0;
    }

    .restaurants {
        margin: 10px 30px 30px 30px !important;
    }

}

@media screen and (max-width:1000px) {
    .img-row {
        padding-left: 50px;
        padding-right: 50px;
    }

    .beige-left {
        width: 55%
    }

    .beige-container {
        align-items: center;
    }


}

@media screen and (max-width: 800px) {
    .hero-text {
        padding: 70px 0;
    }

    .restaurants {
        flex-wrap: wrap !important;
        margin: 10px 20px !important;
    }
}

@media screen and (max-width: 770px) {
    .hero-text {
        padding: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .hero-text {
        padding: 50px 0;
    }

    .beige-right-bottom img {
        padding: 5px;
        width: 60;
    }

    .deco-box {
        position: relative;
        margin: 0px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .beige-container {
        flex-direction: column;
    }

    .first-image-container {
        flex-wrap: wrap;
    }

    .first-image-container img {
        width: 100%;
    }

    .first-image-container {
        display: flex;
        width: 100%;
        align-items: center;
        flex-direction: column
    }

    .first-image-container img {
        width: 80%;
        margin-left: 45px;
    }

    .custom-box-row {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin: 30px 10px 10px 10px
    }

    .custom-box {
        width: 100%;
    }

    .feature-row {
        flex-direction: column;
        gap: 20px;
    }

    .feature-text {
        order: 1;
        margin-bottom: 20px;
    }

    .feature-img-left {
        order: 2;
        display: flex;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 15px;
    }

    .feature-img-left img[src*="img.6.png"] {
        width: calc(50% - 7.5px);
    }

    .feature-img-row {
        order: 3;
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .feature-img-row img[src*="img.8.png"] {
        display: none;
        width: 100%;
    }

    .feature-img-left::after {
        content: '';
        width: calc(50% - 7.5px);
        max-width: 150px;
        height: 120px;
        background-image: url('/web/image/tours/img.8.png');
        background-size: cover;
        background-position: center;
        border-radius: 12px;
    }

    .feature-img-row img {
        width: 100%;
        max-width: 300px;
    }



    .four-images {
        max-width: 1440px;
        margin: auto;
    }

    .img-row {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }



    .img-card {
        width: 100%;
        max-width: 150px;
    }

    .img-card img {
        width: 100%;
        flex-wrap: wrap;
    }



    .p-image-container {
        display: flex;
        flex-direction: column;
    }

    .p-image-text img {
        padding-left: 80px;

    }

    .p-image-text-2 img {
        width: 10%;
    }

    .beige-left img {
        object-fit: cover;
        border-radius: 12px;
        height: 350px;
    }

    .beige-right-bottom img {
        padding: 5px;
        width: 40%;

    }

    .p-image-container2 img {
        height: 150px;
        padding-top: 10px;
    }

    .p-image-container img {
        padding-left: 80px;
    }

    .deco-box {
        width: 100%;
    }

    .split-img {
        gap: 20px;
        padding-top: 10px;
    }

    .beige-container {
        flex-wrap: wrap;
    }

    .beige-right .deco-box {
        margin: 30px;
    }

    .beige-right-bottom {
        width: 100%;
        padding-left: 0;
        justify-content: center;
    }

    .p-image-text {
        margin-left: 0px;
        width: 100%;
    }

    .restaurants {
        flex-wrap: wrap !important;
        margin: 10px 0 !important;
    }

    .restaurant {
        width: calc(50% - 30px);
    }

    .story-card {
        min-width: auto;
    }

    .stories-cards {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .stories-section {
        padding-top: 20px;
        padding-bottom: 50px;


    }

}

@media screen and (max-width: 600px) {
    .hero-text {
        padding: 100px 0;
    }
}

.stories-bg {
    padding: 60px;

}