
.nav-menu a.active {
    color: #D2B48C;
    font-weight: 600;
}

.nav-menu a.active::after {
    width: 100%;
}

.about-page {
    padding-top: 10rem;
    min-height: 100vh;
    background-color: #FBF5E9;
}

.who-we-are-section {
    background-color: #fbf5e9;
    padding: 6rem 0;
    margin-bottom: 0;
}

.who-we-are-section .section-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 8rem;
}

.who-we-are-section .content-wrapper {
    flex: 1;
}

.who-we-are-section .section-title {
    font-size: 53.42px;
    font-weight: 700;
    color: #442d15;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
}

.who-we-are-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 80%;
    max-width: 40rem;
    height: 1rem;
    background-image: url('../images/who-we-are-underline.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
@font-face {
    font-family: 'DarumadropOne-Regular';
    src: url("../DarumadropOne-Regular.ttf");
}
*{
      font-family: 'DarumadropOne-Regular';
}
.content-text {
    font-family: 'DarumadropOne-Regular';
    font-size: 32px;
}


.who-we-are-section .content-text p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
    color: #442d15;
    margin-bottom: 1.5rem;
}

.who-we-are-section .content-text p strong {
    font-weight: 600;
    color: #442d15;
}

.who-we-are-section .image-wrapper {
    flex: 1.5;
}

.who-we-are-section .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 32px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

.bite-deserve-section {
    background-color: #FBF5E9;
    padding: 6rem 0;
}

.bite-deserve-section .section-container {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.bite-deserve-section .image-wrapper {
    width: 100%;
    max-width: 60rem;
}

.bite-deserve-section .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.bite-deserve-section .content-wrapper {
    width: 100%;
    max-width: 60rem;
    text-align: center;
}

.bite-deserve-section .section-title {
    font-size: 53.42px;
    font-weight: 700;
    color: #442D15;
    margin-bottom: 2.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
}

.bite-deserve-section .section-title::after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    max-width: 52rem;
    height: 2rem;
    background-image: url('../images/a-bite-you-deserve-underline.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.bite-deserve-section .content-text p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
    color: #442D15;
    margin-bottom: 1.5rem;

}

.bite-deserve-section .content-text p strong {
    font-weight: 600;
    color: #442D15;
}

@media (max-width: 768px) {
    .about-page {
        padding-top: 7rem;
    }


    .who-we-are-section .section-container,
    .bite-deserve-section .section-container {
        flex-direction: column;
        gap: 3rem;
    }


    .who-we-are-section .section-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .who-we-are-section .image-wrapper,
    .bite-deserve-section .image-wrapper {
        flex: 1;
        width: 100%;
    }

    .who-we-are-section .section-title,
    .bite-deserve-section .section-title {
        font-size: 2.8rem;
        text-align: center;
    }

    .who-we-are-section .section-title::after {
        left: 50%;
        transform: translateX(-50%);
        width: 35%;
        height: 2.2rem;
        background-image: url('../images/who-we-are-underline-mobile.svg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .bite-deserve-section .section-title::after {
        left: 50%;
        transform: translateX(-50%);
        width: 55%;
        height: 2.7rem;
        background-image: url('../images/a-bite-you-deserve-underline-mobile.svg');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .who-we-are-section .content-text {
        text-align: center;
    }

    .who-we-are-section .content-text p,
    .bite-deserve-section .content-text p {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .who-we-are-section,
    .bite-deserve-section {
        padding: 4rem 0;
    }

    .who-we-are-section .section-container,
    .bite-deserve-section .section-container {
        padding: 0 1.5rem;
    }

    .who-we-are-section .section-title,
    .bite-deserve-section .section-title {
        font-size: 2.2rem;
        margin-bottom: 2rem;
    }

    .who-we-are-section .content-text p,
    .bite-deserve-section .content-text p {
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .who-we-are-section .image-wrapper img,
    .bite-deserve-section .image-wrapper img {
        border-radius: 15px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.who-we-are-section,
.bite-deserve-section {
    animation: fadeInUp 0.8s ease forwards;
}

@media print {
    .navbar,
    .footer,
    .mobile-menu-overlay {
        display: none;
    }

    .about-page {
        padding-top: 0;
    }

    .who-we-are-section,
    .bite-deserve-section {
        break-inside: avoid;
    }
}