.hero::before {
    opacity: 50%;
}

.main-footer {
    position: relative;
    background: none;
    background-color: var(--primary-color);
    background-position: center center;
    background-size: cover;
    padding: 0 0 0;
}

.footer-copyright {
    justify-content: center;
    align-items: center;
    border-top: none;
    padding: 15px 0 15px;
    margin-top: 0px;
}

.footer-copyright-text p {
    color: white;
}

.footer-copyright-text a {
    color: white;
}

.footer-copyright-text a:hover {
    color: #85993C;
}

#contact-us,
#franchise,
#about-us {
    background-color: white;
}

.section-title h3::before {
    content: none;
}

.section-title h3 {
    padding-left: 0;
    color: var(--text-color);
}

.section-title h2,
.contact-form-content p,
.contact-us-form .form-control::placeholder {
    color: var(--text-color);
}

.contact-us-form .form-control {
    border-bottom: 1px solid var(--secondary-color);
    color: var(--text-color);
}

.contact-info-box-1,
.contact-info-box-1 .contact-info-item::before {
    border: 1px solid var(--secondary-color);
}

.icon-box {
    width: 50px;
    height: 50px;
    background: #85993C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.icon-box i {
    color: #FFFFFF;
    font-size: 20px;
    transition: color 0.3s ease;
}


.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-icons a {
    color: var(--secondary-color);
    font-size: 22px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: var(--primary-color);
}

.contact-info-item .icon-box::before {
    content: none;
}

.contact-info-item {
    display: flex;
    gap: 20px;
}

.contact-info-body {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.contact-info-item .icon-box {
    margin: 0;
    border: 1px solid #85993c;
}

#contact-us .contact-info-box-1 {
    padding: 0;
    border: none;
}

#contact-us .contact-info-box-1 .contact-info-item::before {
    content: none;
}

#menu .parallax-section {
    background-image: url('../img/menu-background.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    color: #FFFFFF;
    text-align: center;
}

#branch-info .parallax-section {
    background-image: url('../img/branch-background.webp');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    color: #FFFFFF;
    text-align: center;
    z-index: 1000;
}

#about-us,
#contact-us {
    padding: 100px 0;
}

.parallax-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 26, 20, 0.6);
    z-index: 1;
}

.parallax-section .contact-content {
    position: relative;
    z-index: 1;
}

#menu .section-title h3,
#menu .section-title h2,
#branch-info .section-title h3,
#branch-info .section-title h2 {
    color: white;
}

.why-choose-us::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -48px;
    width: 405px;
    height: 100%;
    background-image: url(../img/why-choose-us.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.7;
}

.why-choose-item {
    width: 50%;
    padding: 30px 30px 30px 0;
    border-bottom: 1px solid var(--secondary-color);
    border-right: 1px solid var(--secondary-color);
}

#franchise .icon-box i {
    color: white;
    font-size: 30px;
    transition: color 0.3s ease;
}

/* .why-choose-list .why-choose-item:nth-last-child(2) {
    border-bottom: 1px solid var(--secondary-color);
} */

/* .why-choose-list .why-choose-item:last-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: none;
    margin: 0 auto;
} */

.why-choose-item .icon-box::before {
    content: none;
}

.why-choose-item:hover .icon-box i {
    color: white !important;
    z-index: 2;
}


.icon-box i {
    color: var(--secondary-color);
    font-size: 28px;
}

#about-us .icon-box i {
    color: white;
}

.mission-vision-item .icon-box {
    background-color: var(--primary-color);
}

.mission-vision-item .icon-box::before {
    content: none;
}

.navbar-brand img {
    width: 150px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.header-social a {
    color: white;
    font-size: 18px;
    transition: color 0.3s ease;
}

.header-social a:hover {
    color: var(--background-color);
}


.nav-link {
    color: white;
    font-size: 20px;
}

.navbar-nav .nav-link:hover {
    color: var(--background-color);
}

.hero {
    height: 100vh;
    padding: 0 !important;
}

header.main-header {
    position: absolute;
    z-index: 2000;
    width: 100%;
}

#hero .section-title h3,
#hero .section-title h1,
#hero .section-title p {
    color: white;
    text-align: center;
}

#hero .section-title {
    text-align: center;
    margin-top: 40px;
}

.preloader {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    z-index: 3000;
}

.loading-container img {
    filter: brightness(0) invert(1);
}

.hero-btn {
    justify-content: center;
}

.btn-default {
    background: var(--primary-color);
    color: white;
}

.contact-form-btn a.btn-default:hover,
.why-choose-btn a.btn-default:hover,
.hero-btn a.btn-default:hover {
    background: var(--secondary-color);
}

#branch-info .section-title p {
    margin-top: 20px;
}

.contact-item-content p a:hover {
    color: var(--secondary-color);
}

.navbar {
    padding: 16px 0;
}

.our-approach-image img {
    aspect-ratio: 1 / 2;
    object-position: top;
}

.why-choose-item .icon-box {
    background-color: var(--primary-color);
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

#franchise .section-title h2 {
    font-size: 35px;
}

.our-approach-image figure {
    border-radius: 400px 400px 25px 25px;
}

@media screen and (max-width: 567px) {

    .franchise-images {
        margin-top: 20px;
    }

    .franchise-images .main-img {
        height: auto;
        max-height: 280px;
    }

    #home-flow {
        padding: 60px 0;
    }

    .side-images {
        flex-direction: column;
        gap: 12px;
    }

    .side-images img {
        width: 100%;
        height: auto;
        max-height: 200px;
    }

    #franchise.page-contact-us::before {
        bottom: 750px !important;
        height: 70% !important;
    }

    .flow-section {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }

    .text-content {
        flex: 1 1 100% !important;
        padding: 0 15px !important;
    }

    .text-content h2 {
        font-size: 1.6rem !important;
        margin-top: 20px;
    }

    .text-content p {
        font-size: 1rem !important;
    }

    .images {
        flex: 1 1 100% !important;
        flex-direction: column !important;
        gap: 15px !important;
    }

    .images img.horizontal,
    .images img.vertical {
        width: 100% !important;
        height: auto !important;
        max-height: 260px !important;
    }

    .images img {
        border-radius: 10px !important;
    }

    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    .navbar-brand img {
        width: 100px;
    }

    .slicknav_btn {
        background: white;
    }

    #hero .section-title {
        margin-top: 70px;
    }

    .why-choose-item:nth-of-type(2n + 2) {
        padding: 0px 0 20px 15px;
    }

    .why-choose-item {
        padding: 0px 30px 30px 0;
    }

    .footer-copyright {
        text-align: center;
    }

    .slicknav_menu {
        background: white;
    }
}

#franchise {
    padding: 100px 0 !important;
}

#franchise .contact-us-form {
    border: none;
    border-radius: 0px;
    padding: 0 40px 0 40px;
    overflow: visible;
}

#franchise.page-contact-us::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: -48px;
    width: 405px;
    height: 100%;
    background-image: url(../img/why-choose-us.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
}

#franchise.page-contact-us {
    position: relative;
}

#franchise .contact-information {
    position: relative;
    z-index: 3;
}

#about-us .section-title {
    margin-bottom: 20px;
}

#hero .row {
    height: 100vh !important;
}

.hero-content {
    margin-top: 70px !important;
}

header.main-header .header-sticky {
    z-index: 9999 !important;
}

#home-flow {
    background-color: #E1EBCC !important;
    padding: 100px 0;
}

.flow-section {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    gap: 0;
    align-items: center;
}

.flow-section:nth-child(even) {
    flex-direction: row-reverse;
}

.text-content {
    flex: 1 1 40%;
    padding: 1rem;
}

.text-content h2 {
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
}

.images {
    flex: 1 1 55%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.images img {
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.images img.horizontal {
    width: 60%;
    height: 300px;
}

.images img.vertical {
    width: 30%;
    height: 350px;
}

.images img:hover {
    transform: scale(1.05);
}

.franchise-text .lead {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.franchise-text h4 {
    font-size: 1.6rem;
    color: #85993C;
    margin: 1.5rem 0 1rem;
}

.franchise-text p {
    line-height: 1.7;
    margin-bottom: 1rem;
}

.highlight-list {
    list-style: disc inside;
    margin: 1rem 0 2rem 0;
    padding-left: 0;
}

.highlight-list li {
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.subtle-authority {
    font-style: italic;
    color: #85993C;
    margin-top: 2rem;
    font-size: 1.1rem;
}

/* .franchise-images {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
} */

.franchise-images .main-img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    height: 350px;
}

.side-images {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.side-images img {
    flex: 1;
    border-radius: 12px;
    height: 160px;
    object-fit: cover;
}

.flow-section .images img {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

/* active state */
.flow-section.show .images img {
    opacity: 1;
    transform: translateY(0);
}

/* stagger */
.place.show .images img:nth-child(1) {
    transition-delay: 0.1s;
}

.place.show .images img:nth-child(2) {
    transition-delay: 0.2s;
}

.taste.show .images img:nth-child(1) {
    transition-delay: 0.1s;
}

.taste.show .images img:nth-child(2) {
    transition-delay: 0.2s;
}

.taste.show .images img:nth-child(3) {
    transition-delay: 0.3s;
}

.rise.show .images img:nth-child(1) {
    transition-delay: 0.1s;
}

.rise.show .images img:nth-child(2) {
    transition-delay: 0.2s;
}