/* Responsive overriding overrides */
html,
body {
    overflow-x: hidden !important;
    max-width: 100%;
    position: relative;
}

.read-more-btn,
.pr-press-fruit-full,
.pr-full-card-mobile {
    display: none;
}

@media (max-width: 992px) {

    .what-we-do,
    .our-work,
    .gallery,
    .contact,
    .pr-section {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }



    .section-title {
        margin-bottom: 1.5rem !important;
    }

    .banner-text h1 {
        font-size: 2rem;
    }

    .banner-text p {
        font-size: 1rem;
    }

    .video-banner {
        height: 74vh;
    }

    .what-we-do .card {
        padding: 0.5rem 1rem;
        width: 160px;
        min-width: 160px;
    }

    .what-we-do .card h3 {
        font-size: 1.1rem;
    }

    .what-we-do .card img {
        width: 80px;
        height: 80px;
    }

    .what-we-do .card p {
        display: none;
    }

    .what-we-do .know-more {
        opacity: 1 !important;
        transform: translateY(0) !important;
        display: inline-block;
        margin-top: 15px;
    }

    .approach-text {
        display: none;
    }

    .approach-text.show {
        display: block;
    }

    .read-more-btn {
        display: inline-flex;
        background: var(--accent-color);
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;
        margin-top: 15px;
        align-items: center;
        gap: 8px;
    }

    .pr-ground-grass {
        display: none !important;
    }

    .work-container,
    .contact-container {
        grid-template-columns: 1fr;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .orbit-container {
        width: 225px;
        height: 228px;
    }

    .center-logo {
        width: 96px;
        height: 94px;
    }

    .orbit-item {
        width: 80px;
        height: 80px;
    }

    .nav-links {
        display: none !important;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 2rem 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        gap: 1rem;
    }

    .nav-links.active {
        display: flex !important;
    }

    .menu-btn {
        display: block !important;
    }

    .chat-widget {
        width: 90%;
        left: 5%;
    }

    .gallery-split {
        flex-direction: column;
    }

    .page-banner h1 {
        font-size: 2.5rem;
    }

    .about-container {
        grid-template-columns: 1fr;
    }

    /* Press release mobile bypass */
    .pr-big-tree {
        display: none !important;
    }

    .pr-glow-leaves {
        display: none !important;
    }

    .pr-hanging-fruits {
        position: relative !important;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto !important;
        /* Allow scroll for snap */
        scroll-snap-type: x mandatory;
        gap: 1.5rem;
        padding-bottom: 2rem;
        pointer-events: auto !important;
    }

    .pr-press-fruit-small {
        display: none !important;
    }

    .pr-press-fruit-full {
        display: block !important;
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        width: 300px;
        overflow: hidden;
    }

    .pr-fruit-card {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        transform: none !important;
        animation: none !important;
        flex-shrink: 0;
        width: 300px;
        scroll-snap-align: center;
    }

    .pr-full-image {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .pr-full-text-content {
        padding: 1.5rem;
    }

    .pr-full-text-content h2 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        color: var(--primary-color);
    }

    .pr-full-date {
        font-size: 0.9rem;
        color: #777;
        margin-bottom: 1rem;
    }

    .pr-full-text-content p {
        font-size: 0.95rem;
        color: #444;
        line-height: 1.5;
        white-space: normal;
    }

    .pr-hanging-fruits::-webkit-scrollbar {
        height: 8px;
    }

    .pr-hanging-fruits::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
    }

    .pr-hanging-fruits::-webkit-scrollbar-thumb {
        background-color: var(--accent-color);
        border-radius: 4px;
    }

    .pr-fruit-card {
        position: relative !important;
        left: unset !important;
        top: unset !important;
        transform: none !important;
        animation: none !important;
        flex-shrink: 0;
    }

    .pr-fruit-card::before {
        display: none;
        /* remove stem on mobile */
    }

    .work-right {
        margin-top: -98px;
    }

    .pr-section {

        margin-top: -51px;
    }

}

.gif-remove {
    mix-blend-mode: multiply;
    background: transparent;
}