/* =========================================================
   1. BASE & RESETS
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fcfcfc;
}

/* --- GALLERY PAGE SPECIFIC BACKGROUND --- */
body.gallery-page::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/new2.png');
    background-size: cover;
    background-position: center;
    filter: blur(10px) brightness(0.5);
    z-index: -1;
    transform: scale(1.1);
}

/* =========================================================
   2. TYPOGRAPHY & UNIVERSAL ELEMENTS
========================================================= */
.page-content h2 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}

.featuring {
    width: 100%;
    text-align: left !important;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 4rem !important;
    margin-bottom: 0.5rem !important;
    margin-left: 0.2rem !important;
}

.scroll-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

#purely-orchids, 
#adore-indoor,
#roses-are-red,
#vertical-gardens {
    scroll-margin-top: 100px;
}

.polaroid-text {
    font-family: "Shadows Into Light", cursive;
    font-weight: 900;
    font-size: 2.3rem;
    color: #333;
    text-align: center;
    margin: 0;
    padding-top: 20px; 
    width: 100%;
}

/* =========================================================
   3. BUTTONS
========================================================= */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    background-color: #326123;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 600;
    transition: transform 0.2s ease, background-color 0.3s ease;
    gap: 8px;
    white-space: nowrap;
}

.btn:hover {
    background-color: #3d752b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.btn:hover .fb-icon {
    filter: brightness(1.2);
}

.fb-icon {
    height: 20px;
    width: auto;
    transform: translateY(-2.5px);
    transition: filter 0.3s ease;
}

/* =========================================================
   4. NAVIGATION
========================================================= */
nav {
    display: flex;
    justify-content: space-between;
    padding: 2rem 5%;
    align-items: center;
    background-color: #1b3022;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    view-transition-name: main-nav;
    contain: layout;
}

nav.scrolled {
    padding: 0.7rem 5%; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.logo {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    transition: font-size 0.4s ease;
}

nav.scrolled .logo {
    font-size: 1.4rem;
}

nav ul {
    display: flex;
    list-style: none;
    position: relative; 
    padding: 5px;
    background: rgba(255, 255, 255, 0.1); 
    border-radius: 8px;
    align-items: center;
    transition: transform 0.4s ease;
}

nav ul li {
    position: relative;
    z-index: 2; 
    display: flex;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 3;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.4s ease, font-size 0.4s ease;
}

nav ul li a:hover {
    transform: scale(1.15) translateY(-3px);
    letter-spacing: 1.5px;
    color: #ffffff;
}

nav.scrolled ul li a {
    padding: 6px 18px;
    font-size: 0.85rem;
}

nav ul li a.active {
    color: #ffffff !important;
}

.nav-pill {
    position: absolute;
    top: 5px;
    left: 0;
    height: calc(100% - 10px);
    background-color: #326123;
    border-radius: 6px;
    z-index: 1;
    pointer-events: none;
    transition: width 0.1s ease, left 0.1s ease;
}

/* =========================================================
   5. HERO & BANNER SECTIONS
========================================================= */
.hero {
    position: relative;
    height: 50vh; 
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

body:not(.gallery-page) .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('images/new3.png');
    background-size: cover;
    background-position: center;
    filter: blur(8px) brightness(0.6);
    transform: scale(1.1);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 20px;
}

.hero h1, .hero h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero p {
    font-size: 1.1rem;
    color: #ffffff;
    margin-bottom: 2rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    opacity: 0.95;
}

/* --- Inquire Now Banner Layout --- */
.inquire-banner-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important; 
    padding: 80px 15px !important;
    width: 100% !important;
    box-sizing: border-box;
}

.inquire-banner-title {
    font-size: 2.8rem !important; 
    margin-bottom: 30px !important;
    margin-top: 0 !important;
    text-align: center !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    width: 100% !important;
}

/* =========================================================
   6. LAYOUT & GRIDS (Desktop Base)
========================================================= */
.page-content {
    min-height: 70vh;
    padding: 2.5rem 10%;
}

.gallery-page .page-content {
    background: transparent !important;
    padding-top: 0;
    margin-top: -80px; 
}

/* Home Page Grid */
body:not(.gallery-page) .grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
}

/* Gallery Page Grid */
body.gallery-page .grid {
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    column-gap: 80px;
    row-gap: 60px;
    max-width: 95%; 
    margin: 0 auto;
    text-align: left;
}

body.gallery-page .grid .item:nth-child(1),
body.gallery-page .grid .item:nth-child(2) {
    grid-column: span 3 !important;
}

body.gallery-page .grid .item:nth-child(3),
body.gallery-page .grid .item:nth-child(4),
body.gallery-page .grid .item:nth-child(5),
body.gallery-page .grid .item:nth-child(6) {
    grid-column: span 2 !important;
}

/* Grid Items & Images */
.item-label {
    margin-top: 1rem;
    margin-bottom: 0rem;
    font-weight: 750;
    text-align: left;
    color: #1b3022;
    font-size: 1.2rem;
    display: block;
}

.item-label2 {
    margin-top: 1rem;
    margin-bottom: 4rem;
    margin-right: 2.5rem;
    font-weight: 250;
    text-align: left;
    color: #1b3022;
    font-size: 1rem;
    display: block;
}

.gallery-page .item-label {
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.img-box, .img-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0 !important;
    overflow: hidden;
    background-color: #1b3022;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-placeholder {
    aspect-ratio: 2/3;
    background: #eee;
    border-radius: 12px;
    color: #888;
    font-weight: bold;
    text-transform: uppercase;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.featured-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%);
    z-index: 1;
}

.box-text {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    z-index: 2;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.5);
    transition: transform 0.3s ease;
}

.featured-box:hover img {
    transform: scale(1.05);
}

.featured-box:hover .box-text {
    transform: translateY(-5px);
}

/* =========================================================
   7. SLIDESHOWS & IMAGE WRAPPERS
========================================================= */
.slideshow-container {
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: 0px;
}

.slideshow-container img, .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1.5s ease-in-out;
}

.slideshow-container-cactus {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 0px;
    background: transparent !important;
}

.slideshow-container-cactus img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 1.5s ease-in-out;
}

/* =========================================================
   8. SPECIFIC SECTIONS
========================================================= */

/* --- BOUQUET SECTION --- */
.boq-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100vw;
    margin-top: 80px;
    margin-left: calc(50% - 50vw);
    gap: 0;
    position: relative;
    overflow: visible;
}

.boq-section img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.boq-text {
    position: absolute;
    bottom: 80px;
    left: 50px;
    z-index: 2;
    color: white;
    font-size: 1.5rem;
    font-weight: 750;
    text-shadow: 0 2px 10px rgba(0,0,0,0.85);
    pointer-events: auto; 
    text-decoration: none; 
}

.boq-subtext {
    position: absolute;
    bottom: 56px;
    left: 50px;
    z-index: 2;
    color: white;
    font-size: 1.2rem;
    font-weight: 200;
    text-shadow: 0 20px 10px rgba(0,0,0,0.85);
    pointer-events: auto; 
    text-decoration: underline;
    text-underline-offset: 4px;
}

.boq-text:hover,
.boq-subtext:hover {
    color: #e0e0e0;
    transition: color 0.3s ease;
}

.boq-button {
    position: absolute;
    bottom: 30px; 
    left: 50%; 
    transform: translateX(-50%);
    z-index: 3;
    padding: 12px 30px;
    background-color: #e0e0e0; 
    color: #000000;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    pointer-events: auto;
    transition: all 0.2s ease;
    border: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.boq-button:hover {
    background-color: #d1d1d1;
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}

/* --- IMAGE INTERACTION BOXES (ROSES / ACCENTS) --- */
.roses-box {
    position: relative;
    overflow: hidden;
}

.roses-hover-btn, .cactus-hover-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 30px);
    z-index: 10;
    background-color: #e0e0e0; 
    color:#000000;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    white-space: nowrap;
    padding: 15px 25px;
    border-radius: 50px; 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.3s ease, background-color 0.2s ease;
}

.roses-box:hover .roses-hover-btn, 
.roses-box:hover .cactus-hover-btn {
    opacity: 1;
    transform: translate(-50%, -40px); 
}

.roses-hover-btn:hover, 
.cactus-hover-btn:hover {
    background-color: #d1d1d1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.roses-box:hover .featured-img {
    filter: brightness(0.90);
    transition: filter 0.3s ease;
}

/* --- ORCHIDS SECTION --- */
.orchids-section {
    position: relative;
    width: 100%;
}

.orchids-section img {
    margin-top: 160px;
    width: 100%;
    height: 500px;
    display: block;
}

.pure {
    font-family: 'Angkor', serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12rem;
    font-weight: bold;
    letter-spacing: 10px;
    margin: 0;
    z-index: 2;
}

.pure-subtext {
    position: absolute;
    top: 70%;
    left: 51%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 37px;
    margin: 0;
    z-index: 2;
}

/* --- CARDS & ABOUT SECTION --- */
.page-content:has(.story-card) {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.service-card, .story-card {
    background-color: #326123;
    color: #ffffff;
    padding: 3rem 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.story-card {
    max-width: 800px;
    margin: 4rem auto;
}

.story-card p {
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.9;
}

.about-container {
    max-width: 850px;
    margin: 0 auto 100px auto;
    display: flex;
    flex-direction: column;
}

.about-image-box, .about-photo, .about-text-box {
    border-radius: 0 !important;
}

.about-image-box {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    line-height: 0;
}

.about-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-text-box {
    background-color: #326123;
    color: #ffffff;
    padding: 4rem 3.5rem;
    margin-top: 0;
}

.about-text-box p {
    font-size: 1.3rem;
    line-height: 1.9;
    text-align: center;
    hyphens: auto;
    margin: 0;
}

/* --- SERVICES & IMAGES --- */
.services-container {
    max-width: 1300px; 
    margin: 5rem auto;
    padding: 0 5%;
}

.service-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 120px;
}

.service-row.reverse {
    flex-direction: row-reverse !important;
}

.service-row.reverse .text-box {
    margin-left: 0;
}

.service-card.text-box {
    flex: 1;
    background-color: #326123;
    padding: 3rem 2rem;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-card.text-box h3 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.service-card.text-box p {
    font-size: 1.25rem;
    line-height: 1.8;
    opacity: 0.9;
}

.service-slideshow {
    position: relative;
    flex: 2;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0px;
}

.img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1.5s ease-in-out;
}

#lds-front-wrapper { z-index: 2; opacity: 1; }
#lds-back-wrapper { z-index: 1; opacity: 1; }

.status-label {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    color: #ffffff;
    font-size: 2.8rem; 
    font-weight: 900;
    letter-spacing: 6px;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 2px 2px 10px rgba(0, 0, 0, 1);
    pointer-events: none;
}

.image-text {
    position: absolute;
    bottom: 30px;
    left: 5px;
    z-index: 10;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 1.5rem;
    text-decoration: underline;
    text-underline-offset: 4px;
    pointer-events: none;
}

/* --- GALLERY CACTUS ROW (Desktop Base) --- */
.gallery-cactus-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 0 20px;
}

.gallery-cactus-row .item {
    background: #ffffff;
    padding: 25px 15px 60px 15px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; 
}

.gallery-cactus-row .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; 
    display: block;
}

.gallery-cactus-row .slideshow-container-cactus {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* =========================================================
   9. FOOTER
========================================================= */
footer {
    padding: 3rem 5%;
    text-align: center;
    background: #1b3022;
    color: white;
    position: relative;
    z-index: 2;
}

/* =========================================================
   10. MOBILE OVERRIDES (Consolidated)
========================================================= */
@media (max-width: 768px) {
    /* Base Overrides */
    html, body {
        overflow-x: hidden !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .page-content h2 {
        font-size: 1.1rem !important;
        letter-spacing: 0px !important;
        padding: 0 10px;
    }

    /* Navigation */
    nav {
        flex-direction: column !important;
        padding: 10px !important;
    }

    .logo {
        font-size: 1.2rem !important;
        margin-bottom: 12px;
        text-align: center;
    }

    nav ul {
        width: 100% !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        padding: 4px !important;
        gap: 0 !important;
    }

    nav ul li a {
        padding: 8px 2px !important;
        font-size: 0.7rem !important;
        letter-spacing: 0px !important;
        white-space: nowrap !important;
    }

    /* Hero & Banners */
    .hero { min-height: 550px; }
    .hero h2 { font-size: 1.8rem !important; letter-spacing: 2px !important; }
    .hero p { font-size: 0.8rem !important; }

    .inquire-banner-section { padding: 50px 15px !important; }
    .inquire-banner-title {
        font-size: 2.8rem !important; 
        letter-spacing: 2px !important;
        margin-bottom: 20px !important;
        margin-left: 0px !important;
        text-align: center !important; 
    }

    /* Grids & Gallery */
    .grid, 
    body.gallery-page .grid,
    body:not(.gallery-page) .grid {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 15px !important;
        gap: 30px !important;
    }

    .item, .img-box, .featured-box, .img-placeholder {
        width: 100% !important;
        max-width: 100% !important;
        grid-column: span 1 !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .item-label {
        margin-top: 0.8rem !important;
        margin-bottom: 0.5rem !important;
        font-size: 0.98rem !important;
    } 

    .item-label2 {
        margin-top: 0rem !important;
        margin-bottom: 2.5rem !important;
        margin-right: 2.2rem;
        font-size: 0.8rem !important;
    } 

    .slideshow-container {
        width: 100% !important;
        max-width: 100% !important;
        aspect-ratio: 4 / 5 !important;
        height: auto !important;
    }

    /* Horizontal Featured Scrolling Grid */
    body:not(.gallery-page) .featured-grid {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100vw !important;
        margin-left: calc(50% - 50vw);
        overflow-x: auto !important;
        overflow-y: hidden !important;
        gap: 12px !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    body:not(.gallery-page) .featured-grid::before,
    body:not(.gallery-page) .featured-grid::after {
        content: "";
        flex: 0 0 50%;
    }

    body:not(.gallery-page) .featured-grid .item {
        flex: 0 0 85% !important;
        max-width: 85% !important;
        scroll-snap-align: center;
    }

    .featuring {
        font-size: 2rem;
        margin-left: -1.18rem !important;
    }

    /* Cards & Text Boxes */
    .story-card {
        width: 90% !important;
        max-width: 100% !important;
        padding: 2rem 1rem !important;
        margin: 2rem auto !important;
        height: auto !important;
    }

    .story-card p {
        font-size: 1.1rem !important;
        line-height: 1.6 !important;
    }

    /* Services Section */
    .service-row, .service-row.reverse {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin-bottom: 60px !important;
    }

    .service-slideshow {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        order: 1 !important;
    }

    .service-card.text-box {
        width: 100% !important;
        order: 2 !important;
        padding: 1.5rem 1rem !important;
        text-align: center;
        height: auto !important;
    }

    .service-card.text-box p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        max-width: 90% !important;
        margin: 0 auto !important;
    }

    .service-card.text-box h3 {
        font-size: 1.2rem !important;
        margin-bottom: 5px !important;
    }

    /* About Section */
    .about-container {
        flex-direction: column !important;
        width: 100% !important;
        gap: 0 !important;
    }

    .about-image-box {
        width: 100% !important;
        aspect-ratio: 4 / 3 !important;
        margin-bottom: 0 !important;
    }

    .about-text-box {
        width: 100% !important;
        padding: 2rem 1rem !important;
        margin-top: 0 !important;
        order: 2 !important;
    }

    .about-text-box p {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin: 0 auto !important;
        max-width: 90% !important;
    }

    .about-text-box h2 {
        font-size: 1rem !important;
        margin-bottom: 2px !important;
    }

    /* Bouquet Mobile Swiping */
    .boq-section {
        display: flex; 
        margin-top: 10px;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .boq-section img {
        min-width: 100vw; 
        width: 100vw;
        animation: auto-swipe 9s infinite ease-in-out;
    }

    @keyframes auto-swipe {
        0%, 28% { transform: translateX(0); }
        33%, 61% { transform: translateX(-100vw); }
        66%, 94% { transform: translateX(-200vw); }
        100% { transform: translateX(0); }
    }

    .boq-text { bottom: 70px; left: 10px; font-size: 1.3rem; }
    .boq-subtext { bottom: 50px; left: 10px; font-size: 0.8rem; }
    .boq-button { bottom: 35px; padding: 5px 12px; font-size: 0.7rem; }

    /* Orchids */
    .orchids { margin-bottom: 1px !important; }
    .orchids-section img { margin-top: 60px; height: 360px; object-fit: cover; }
    .pure { font-size: 6rem; }
    .pure-subtext { top: 65%; font-size: 1.5rem; letter-spacing: 20px; }

    /* Labels & Badges */
    .status-label {
        font-size: 0.6rem !important; 
        padding: 3px 6px !important;
        letter-spacing: 1px !important;
        bottom: 8px !important;
    }
    .image-text { bottom: 20px; left: 0.3px; font-size: 1.1rem; }
    .plants { margin-top: -100px !important; }

    /* Special Scrolls */
    .tight-scroll, .tight-scroll2 {
        display: flex;
        justify-content: flex-start;
        gap: 0;
    }
    .tight-scroll .item:nth-child(2),
    .tight-scroll .item:nth-child(3) {
        margin-left: -100px;
    }
    .tight-scroll2 .item:nth-child(2),
    .tight-scroll2 .item:nth-child(3) {
        margin-left: -9px;
    }

    /* --- GALLERY CACTUS ROW (Mobile Overrides) --- */
    .slideshow-container-cactus img {
        width: 70%;
        height: 70%;
    }

    .gallery-cactus-row {
        display: flex !important;
        grid-template-columns: none;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important; 
        gap: 108px !important;
        width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        padding: 40px 10% !important; 
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .gallery-cactus-row::-webkit-scrollbar {
        display: none;
    }

    .gallery-cactus-row .item {
        flex: 0 0 80vw !important; 
        min-width: 80vw !important;
        position: relative;
        scroll-snap-align: center;
        margin: 0; 
    }

    /* Mobile Buttons */
    .roses-hover-btn {
        left: 50% !important;
        margin: 0 !important;
        padding: 10px 15px !important; 
        font-size: 0.75rem !important;
        width: max-content !important; 
        transform: translate(-50%, 20px) !important; 
    }

    .roses-box:hover .roses-hover-btn {
        transform: translate(-50%, -25px) !important; 
    }

    .cactus-hover-btn {
        left: 35% !important; 
        margin: 0 !important;
        padding: 8px 14px !important; 
        font-size: 0.7rem !important;
        width: max-content !important;
        transform: translate(-50%, 40px) !important; 
    }

    .roses-box:hover .cactus-hover-btn {
        transform: translate(-50%, -110px) !important; 
    }

    /* Footer */
    footer {
        padding: 20px 0 !important;
        font-size: 0.8rem !important;
    }

.inquire-banner-section {
    display: flex;
    flex-direction: column; /* Stacks the text on top of the button */
    align-items: center;    /* Centers both elements horizontally */
    text-align: center;     /* Ensures the text itself is centered */
    padding: 40px 20px;     /* Gives the section clean breathing room on small screens */
  }

  .inquire-banner-section .inquire-banner-title {
    margin-bottom: 20px;    /* Adds clean spacing between text and button */
    font-size: 1.8rem;      /* Adjusts text size slightly for mobile screens */
  }

  .inquire-banner-section .fb-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 70%;            /* Makes the button stretch for easy thumb-tapping */
    max-width: 280px;       /* Prevents the button from becoming too wide */
    padding: 12px 24px;     /* Adjusts padding for mobile proportions */
    box-sizing: border-box;
  }

}

@media (max-width: 768px) {
  /* 1. Force the parent container to clear all spacing and center everything */
  section.inquire-banner-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 60px 20px !important; /* Generous breathing room top and bottom */
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 2. Strip every single constraint off the title text to make it perfectly centered and massive */
  .inquire-banner-section .inquire-banner-title {
    /* Absolute Centering Reset */
    display: block !important;
    text-align: center !important;
    margin: 0 auto 30px auto !important; /* Forces 0 left/right margins to dead-center it */
    padding: 0 !important;             /* Removes any accidental desktop side-padding */
    width: 100% !important;
    left: auto !important;
    transform: none !important;

    /* High Visibility Typography */
    font-size: 3.2rem !important;        /* Increased size dramatically for mobile dominance */
    line-height: 1.2 !important;         /* Keeps words from overlapping if they wrap */
    letter-spacing: 0px !important;      /* Set to 0px to prevent right-side text pushing */
  }

  /* 3. Ensure the button stays perfectly locked underneath the text */
  .inquire-banner-section .fb-button {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 0 auto !important;           /* Dead centers the button link container */
    width: 70% !important;
    max-width: 280px !important;
  }
}
