@media (max-width: 768px) {
    .navbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0.6rem 1rem;
        height: 65px;
    }

    .nav-left.desktop-nav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .nav-right {
        display: flex;
    }

    .nav-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .nav-center img {
        height: 60px;
        width: auto;
    }
}

@media (max-width: 768px) {
    .about-flex {
        flex-direction: column;
        text-align: center;
    }

    .about-text,
    .about-image {
        flex: 1 1 100%;
    }

    .about-text {
        padding: 0 1rem;
    }

    .about-heading {
        font-size: 1.75rem;
        margin-bottom: 1.5rem;
    }

    .about-text p {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .about-image img {
        max-width: 90%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .hero-content {
        margin-top: 90px;
        padding: 0 2rem;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

    .order-btn {
        font-size: 0.8rem;
        padding: 0.6rem 1.2rem;
    }

    .hero-image img {
        width: 100%;
        max-width: 400px;
        transform: translateY(0);
    }


}

@media (max-width: 900px) {
    .event-branches {
        gap: 2rem;
    }

    .event-node {
        max-width: 100%;
        flex: 1 1 100%;
    }

    /* Adjust SVG to smaller width */
    .event-connector {
        width: 100%;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .events {
        padding: 3rem 1rem;
    }

    .events-root {
        font-size: 1.1rem;
        max-width: 90%;
        margin-bottom: 2rem;
    }

    .event-branches {
        flex-direction: column;
        gap: 1.5rem;
    }

    .event-node {
        max-width: 100%;
        padding: 1rem 1.2rem;
    }

    .event-node h3 {
        font-size: 1.1rem;
    }

    .event-node p {
        font-size: 0.95rem;
    }

    .event-summary {
        font-size: 1rem;
        max-width: 95%;
        margin: 1rem auto 0 auto;
    }

    .event-connector {
        display: none;
    }
}

/* 🔧 Responsive Design */
@media (max-width: 768px) {
    .trusted-mentions {
        flex-direction: column;
        align-items: center;
        padding: 0 1rem;
    }

    .mention-card {
        width: 100%;
        max-width: 90%;
        padding: 1rem 1rem;
    }

    .mention-name {
        font-size: 1.1rem;
    }

    .mention-quote {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {
    .trusted-items {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .trusted-item {
        flex: 0 0 50%;
        scroll-snap-align: start;
    }

    .carousel-arrow {
        display: block;
    }

    .trusted-item img {
        max-width: 60px;
    }

    .trusted-text {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .core-values-title {
        font-size: 2.2rem;
    }

    .core-values-grid {
        flex-direction: column;
        align-items: center;
    }

    .value-card {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 2rem 1rem;
        height: auto;
        min-height: fit-content;
    }

    .footer-top,
    .footer-column,
    .footer-contact,
    .footer-map {
        height: auto;
    }

    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-contact h3,
    .footer-column h3 {
        font-size: 1.3rem;
    }

    .footer-contact p {
        font-size: 0.95rem;
    }

    .footer-offer {
        font-size: 0.95rem;
        padding: 0.75rem;
    }

    .footer-bottom {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .menu-heading {
        font-size: 2rem;
    }

    .menu-img {
        height: 220px;
        width: 200px;
    }

    .menu-card h3 {
        font-size: 1.1rem;
    }

    .menu-card p {
        font-size: 0.9rem;
    }
}

/* 🔧 Responsive Tweaks */
@media (max-width: 768px) {
    .founders h2 {
        font-size: 1.75rem;
    }

    .founders-container {
        flex-direction: column;
        gap: 2rem;
    }

    .founder {
        max-width: 100%;
    }

    .founder-img {
        width: 150px;
        height: 150px;
    }

    .founder h3 {
        font-size: 1.1rem;
    }

    .founder p {
        font-size: 0.95rem;
        padding: 0 0.5rem;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 2rem 1.5rem;
        text-align: center;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .footer-column {
        max-width: 100%;
        text-align: center;
    }

    .footer-contact p {
        justify-content: center;
    }

    .footer-offer {
        margin: 0 auto;
    }

    .footer-map iframe {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .founder-message-container {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }

    .founder-message-text h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .founder-message-text p {
        font-size: 1rem;
        text-align: center;
    }

    .founder-quote {
        font-size: 1rem;
        padding: 1.5rem;
        margin-top: 1.5rem;
        text-align: center;
    }

    .founder-quote::before {
        top: -10px;
        left: 5px;
        font-size: 3rem;
    }

    .founder-quote::after {
        bottom: -20px;
        right: 5px;
        font-size: 3rem;
    }

    .founder-message-image img {
        max-width: 80%;
        height: auto;
        margin: 0 auto;
    }
}

@media (max-width: 400px) {

    /* Navbar */
    .navbar {
        padding: 0.5rem 0.75rem;
    }

    .nav-center img {
        height: 50px;
    }

    /* Hero Section */
    .hero-content {
        padding: 0 1rem;
        margin-top: 70px;
    }

    .hero-content h1 {
        font-size: 1.4rem;
    }

    .tagline-small {
        font-size: 0.6rem !important;
    }

    .hero p {
        font-size: 1rem;
        padding-bottom: 0.5rem;
    }

    .order-btn {
        font-size: 0.7rem;
        padding: 0.5rem 1rem;
    }

    /* About Section */
    .about-heading {
        font-size: 1.5rem;
    }

    .about-text p {
        font-size: 0.85rem;
    }

    /* Trusted Section */
    .mention-name {
        font-size: 1rem;
    }

    .mention-quote {
        font-size: 0.85rem;
    }

    .trusted-item img {
        max-width: 50px;
    }

    .trusted-text {
        font-size: 0.75rem;
    }

    /* Core Values */
    .core-values-title {
        font-size: 1.6rem;
    }

    /* Footer */
    .footer-contact h3,
    .footer-column h3 {
        font-size: 1.1rem;
    }

    .footer-contact p {
        font-size: 0.85rem;
    }

    .footer-offer {
        font-size: 0.85rem;
    }

    .footer-bottom {
        font-size: 0.75rem;
    }

    .footer-map iframe {
        height: 250px;
    }

    /* Founder Section */
    .founder h3 {
        font-size: 1rem;
    }

    .founder p {
        font-size: 0.85rem;
    }

    .founder-img {
        width: 130px;
        height: 130px;
    }

    .founder-message-text h2 {
        font-size: 1.3rem;
    }

    .founder-message-text p {
        font-size: 0.9rem;
    }

    .founder-quote {
        font-size: 0.9rem;
    }

    /* Menu */
    .menu-heading {
        font-size: 1.6rem;
    }

    .menu-img {
        height: 180px;
        width: 170px;
    }

    .menu-card h3 {
        font-size: 1rem;
    }

    .menu-card p {
        font-size: 0.85rem;
    }

    /* Carousel Arrows (if overlapping) */
    .carousel-arrow {
        transform: scale(0.8);
    }
}