/* ==========================================
   LET IT GROW VISION - MAIN STYLESHEET
   ========================================== */

:root {
    --primary-green: #68B42E;
    --primary-dark-green: #488B25;
    --brand-orange: #F26522;
    --text-dark: #2A3328;
    --text-muted: #556052;
    --white: #FFFFFF;
    --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
/* ==========================================
   HIGH PRESSURE CLEANING PAGE STYLES
   ========================================== */

/* Top Header Navigation CTA Phone Button */
.nav-phone-cta {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    color: #2A3328;
    transition: var(--transition-smooth);
}

.nav-phone-cta .phone-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--brand-orange, #F26522);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 12px rgba(242, 101, 34, 0.3);
    transition: transform 0.3s ease;
}

.nav-phone-cta:hover .phone-icon-circle {
    transform: scale(1.08) rotate(10deg);
}

.nav-phone-cta:hover {
    color: var(--brand-orange, #F26522);
}

/* Hero Section */
.pc-hero-section {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background-image: url('high%20pressure%20cleaning/hero.png');
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.pc-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 23, 16, 0.88) 0%, rgba(20, 30, 20, 0.72) 50%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.pc-hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 80px 24px;
}

.pc-hero-content {
    max-width: 720px;
}

.pc-hero-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--brand-orange, #F26522);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
}

.pc-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.8rem, 5.5vw, 4.5rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.08;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 22px;
}

.pc-hero-description {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    color: #E2E8F0;
    line-height: 1.6;
    margin-bottom: 36px;
    font-weight: 400;
    max-width: 620px;
}

.pc-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* Quote Button - Green Pill */
.btn-pc-quote {
    background-color: var(--primary-green, #68B42E);
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 16px 34px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 25px rgba(104, 180, 46, 0.4);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 2px solid var(--primary-green, #68B42E);
}

.btn-pc-quote:hover {
    background-color: var(--primary-dark-green, #488B25);
    border-color: var(--primary-dark-green, #488B25);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(72, 139, 37, 0.5);
}

.btn-pc-quote i {
    transition: transform 0.3s ease;
}

.btn-pc-quote:hover i {
    transform: translateX(4px);
}

/* Phone Button - Dark Outline Pill */
.btn-pc-phone {
    background: rgba(18, 26, 17, 0.7);
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    padding: 16px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.btn-pc-phone:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #FFFFFF;
    transform: translateY(-3px);
}

/* Pressure Cleaning Services Section */
.pc-services-section {
    padding: 90px 24px;
    background: #F8FAFC;
    position: relative;
}

.pc-section-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px auto;
}

.pc-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--brand-orange, #F26522);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.pc-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #1E293B;
    line-height: 1.2;
    margin-bottom: 16px;
}

.pc-subtitle {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    color: #64748B;
    line-height: 1.6;
}

.pc-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1320px;
    margin: 0 auto;
}

.pc-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #E2E8F0;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.pc-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-orange, #F26522), var(--primary-green, #68B42E));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pc-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(104, 180, 46, 0.3);
}

.pc-card:hover::before {
    opacity: 1;
}

.pc-card-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: #F1F8EC;
    color: var(--primary-green, #68B42E);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.pc-card:hover .pc-card-icon {
    background: var(--primary-green, #68B42E);
    color: #FFFFFF;
    transform: scale(1.05);
}

.pc-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 12px;
}

.pc-card-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    color: #64748B;
    line-height: 1.6;
}

/* Why Choose Us Section */
.pc-why-section {
    padding: 90px 24px;
    background: #FFFFFF;
}

.pc-why-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.pc-why-img-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.pc-why-img {
    width: 100%;
    height: 100%;
    max-height: 550px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.pc-why-img-wrapper:hover .pc-why-img {
    transform: scale(1.03);
}

.pc-why-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 20px 28px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.pc-why-badge-icon {
    font-size: 2.2rem;
    color: var(--brand-orange, #F26522);
}

.pc-why-badge-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    color: #1E293B;
    line-height: 1;
}

.pc-why-badge-text {
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    color: #64748B;
    font-weight: 600;
}

.pc-why-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}

.pc-why-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.pc-why-item-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F1F8EC;
    color: var(--primary-green, #68B42E);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.pc-why-item-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 4px;
}

.pc-why-item-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    color: #64748B;
    line-height: 1.5;
}

/* Before & After Showcase Gallery */
.pc-gallery-section {
    padding: 90px 24px;
    background: #0F172A;
    color: #FFFFFF;
}

.pc-gallery-section .pc-title {
    color: #FFFFFF;
}

.pc-gallery-section .pc-subtitle {
    color: #94A3B8;
}

.pc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    max-width: 1320px;
    margin: 0 auto;
}

.pc-gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 320px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.pc-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.pc-gallery-item:hover img {
    transform: scale(1.08);
}

.pc-gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
}

.pc-gallery-tag {
    background: var(--brand-orange, #F26522);
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    align-self: flex-start;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.pc-gallery-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .pc-why-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pc-hero-section {
        min-height: 75vh;
    }
}

@media (max-width: 576px) {
    .pc-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .btn-pc-quote, .btn-pc-phone {
        justify-content: center;
        width: 100%;
    }
}

/* About Us Section Matching Mockup */
.pc-about-section {
    padding: 100px 24px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.pc-about-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px;
    align-items: center;
}

.pc-about-img-col {
    position: relative;
    width: 100%;
}

.pc-about-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.pc-about-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.pc-about-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pc-about-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--primary-green, #68B42E);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.pc-about-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.4rem, 4.5vw, 3.4rem);
    font-weight: 900;
    color: #1E293B;
    line-height: 1.15;
    margin-bottom: 12px;
}

.pc-about-line {
    width: 45px;
    height: 3.5px;
    background-color: var(--primary-green, #68B42E);
    border-radius: 4px;
    margin-bottom: 24px;
}

.pc-about-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 40px;
}

.pc-about-features-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 0;
    border-top: 1px solid #F1F5F9;
    padding-top: 25px;
}

.pc-about-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 14px;
    position: relative;
    transition: transform 0.3s ease;
}

.pc-about-feature-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #E2E8F0;
}

.pc-about-feature-item:hover {
    transform: translateY(-4px);
}

.pc-feature-icon {
    font-size: 2.2rem;
    color: var(--primary-green, #68B42E);
    margin-bottom: 14px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.pc-about-feature-item:hover .pc-feature-icon {
    transform: scale(1.12);
}

.pc-feature-label {
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .pc-about-container {
        grid-template-columns: 1fr;
        gap: 40px;
        width: 100%;
    }
    .pc-about-img-col {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .pc-about-img {
        height: 360px;
        width: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .pc-about-section {
        padding: 50px 16px;
    }
    .pc-about-img {
        height: 300px;
        border-radius: 20px;
    }
    .pc-about-features-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 0;
    }
    .pc-about-feature-item:nth-child(2)::after {
        display: none;
    }
}

/* Services Section v3 Matching Mockup */
.pc-services-section-v3 {
    padding: 100px 24px;
    background: #F8FAFC;
    position: relative;
}

.pc-services-header-v3 {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-services-title-v3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #1E293B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.pc-services-title-v3 span {
    color: var(--primary-green, #68B42E);
}

.pc-services-line-v3 {
    width: 45px;
    height: 3.5px;
    background-color: var(--primary-green, #68B42E);
    border-radius: 4px;
}

.pc-services-grid-v3 {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.pc-service-card-v3 {
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #E2E8F0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.pc-service-card-v3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09);
    border-color: rgba(104, 180, 46, 0.3);
}

.pc-card-v3-img-wrapper {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.pc-card-v3-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.pc-service-card-v3:hover .pc-card-v3-img {
    transform: scale(1.08);
}

.pc-card-v3-icon-bubble {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: var(--brand-orange, #F26522);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    border: 4px solid #FFFFFF;
    box-shadow: 0 6px 16px rgba(242, 101, 34, 0.3);
    z-index: 2;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.pc-service-card-v3:hover .pc-card-v3-icon-bubble {
    transform: translateX(-50%) scale(1.1) rotate(6deg);
}

.pc-card-v3-content {
    padding: 45px 28px 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.pc-card-v3-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pc-card-v3-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
}

.pc-card-v3-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--primary-green, #68B42E);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.pc-card-v3-link i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.pc-service-card-v3:hover .pc-card-v3-link {
    color: var(--primary-dark-green, #488B25);
}

.pc-service-card-v3:hover .pc-card-v3-link i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .pc-services-grid-v3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 650px) {
    .pc-services-grid-v3 {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

/* Why Choose Us Section v3 Matching Mockup */
.pc-why-section-v3 {
    position: relative;
    width: 100%;
    padding: 80px 24px;
    background-color: #0C1E0F;
    background-image: url('https://images.unsplash.com/photo-1558904541-efa843a96f01?q=80&w=1920&auto=format&fit=crop');
    background-size: cover;
    background-position: center right;
    color: #FFFFFF;
    overflow: hidden;
}

.pc-why-bg-overlay-v3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0A1B0D 0%, rgba(10, 27, 13, 0.95) 50%, rgba(10, 27, 13, 0.45) 100%);
    z-index: 1;
}

.pc-why-container-v3 {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
}

.pc-why-title-v3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 2.4rem);
    font-weight: 900;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.pc-why-title-v3 span {
    color: var(--primary-green, #68B42E);
}

.pc-why-grid-v3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.pc-why-card-v3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

.pc-why-card-v3:hover {
    transform: translateY(-5px);
}

.pc-why-icon-v3 {
    font-size: 2.4rem;
    color: var(--primary-green, #68B42E);
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: transform 0.3s ease;
}

.pc-why-card-v3:hover .pc-why-icon-v3 {
    transform: scale(1.15) rotate(5deg);
}

.pc-why-card-title-v3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pc-why-card-text-v3 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    color: #CBD5E1;
    line-height: 1.55;
    max-width: 260px;
}

@media (max-width: 991px) {
    .pc-why-grid-v3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}

@media (max-width: 576px) {
    .pc-why-grid-v3 {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

/* Testimonials Section v3 Matching Mockup */
.pc-testimonials-section-v3 {
    padding: 100px 24px;
    background: #FFFFFF;
    position: relative;
}

.pc-testimonials-header-v3 {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pc-testimonials-title-v3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 900;
    color: #1E293B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.pc-testimonials-title-v3 span {
    color: var(--primary-green, #68B42E);
}

.pc-testimonials-line-v3 {
    width: 45px;
    height: 3.5px;
    background-color: var(--primary-green, #68B42E);
    border-radius: 4px;
}

.pc-testimonials-wrapper-v3 {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.pc-testimonial-nav-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--primary-green, #68B42E);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    box-shadow: 0 6px 18px rgba(104, 180, 46, 0.35);
    flex-shrink: 0;
    transition: all 0.3s ease;
    z-index: 5;
}

.pc-testimonial-nav-btn:hover {
    background-color: var(--primary-dark-green, #488B25);
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(72, 139, 37, 0.45);
}

.pc-testimonials-grid-v3 {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.pc-testimonial-card-v3 {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 38px 32px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #E2E8F0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.pc-testimonial-card-v3:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(104, 180, 46, 0.3);
}

.pc-testimonial-stars-v3 {
    color: #F26522;
    font-size: 1.15rem;
    margin-bottom: 18px;
    display: flex;
    gap: 5px;
}

.pc-testimonial-quote-v3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    color: #334155;
    line-height: 1.65;
    margin-bottom: 32px;
    font-weight: 500;
    flex: 1;
}

.pc-testimonial-author-v3 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid #F1F5F9;
}

.pc-author-avatar-v3 {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #F1F5F9;
}

.pc-author-name-v3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
    color: #1E293B;
    margin-bottom: 2px;
}

.pc-author-role-v3 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    color: #64748B;
}

.pc-testimonial-dots-v3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.pc-testimonial-dots-v3 .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #CBD5E1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pc-testimonial-dots-v3 .dot.active {
    background-color: var(--primary-green, #68B42E);
    width: 26px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .pc-testimonials-grid-v3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .pc-testimonial-card-v3:nth-child(3) {
        display: none;
    }
}

@media (max-width: 650px) {
    .pc-testimonials-wrapper-v3 {
        gap: 10px;
    }
    .pc-testimonial-nav-btn {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    .pc-testimonials-grid-v3 {
        grid-template-columns: 1fr;
    }
    .pc-testimonial-card-v3:nth-child(2) {
        display: none;
    }
}

/* Contact Us Section v3 Matching Mockup */
.pc-contact-section-v3 {
    padding: 90px 24px;
    background: #FFFFFF;
    position: relative;
}

.pc-contact-container-v3 {
    max-width: 1360px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 45px;
    align-items: center;
}

.pc-contact-info-col {
    padding-right: 20px;
}

.pc-contact-title-v3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.2rem, 3.5vw, 2.8rem);
    font-weight: 900;
    color: #1E293B;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.pc-contact-title-v3 span {
    color: var(--primary-green, #68B42E);
}

.pc-contact-line-v3 {
    width: 45px;
    height: 3.5px;
    background-color: var(--primary-green, #68B42E);
    border-radius: 4px;
    margin-bottom: 20px;
}

.pc-contact-desc-v3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 30px;
}

.pc-contact-list-v3 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pc-contact-item-v3 {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 1.02rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition: color 0.3s ease;
}

.pc-contact-item-v3 i {
    color: var(--primary-green, #68B42E);
    font-size: 1.2rem;
    width: 24px;
    text-align: center;
}

.pc-contact-item-v3:hover {
    color: var(--primary-green, #68B42E);
}

/* Middle Form Column */
.pc-contact-form-col {
    padding: 0 25px;
    border-left: 1px solid #E2E8F0;
    border-right: 1px solid #E2E8F0;
}

.pc-contact-form-v3 {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pc-form-row-v3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.pc-input-v3,
.pc-select-v3,
.pc-textarea-v3 {
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    font-family: 'Outfit', sans-serif;
    font-size: 0.98rem;
    color: #1E293B;
    background: #FFFFFF;
    outline: none;
    transition: all 0.3s ease;
}

.pc-input-v3:focus,
.pc-select-v3:focus,
.pc-textarea-v3:focus {
    border-color: var(--primary-green, #68B42E);
    box-shadow: 0 0 0 3px rgba(104, 180, 46, 0.15);
}

.pc-select-v3 {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    cursor: pointer;
}

.pc-textarea-v3 {
    height: 120px;
    resize: none;
}

.btn-pc-send-v3 {
    align-self: flex-start;
    background-color: var(--primary-green, #68B42E);
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    padding: 15px 38px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 18px rgba(104, 180, 46, 0.35);
    transition: all 0.3s ease;
    margin-top: 5px;
}

.btn-pc-send-v3:hover {
    background-color: var(--primary-dark-green, #488B25);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(72, 139, 37, 0.45);
}

/* Right Image Column */
.pc-contact-img-col {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.pc-contact-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Green CTA Banner Matching Mockup */
.pc-cta-banner-v3 {
    background-color: var(--primary-green, #68B42E);
    padding: 28px 24px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.pc-cta-banner-container-v3 {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.pc-cta-left {
    display: flex;
    align-items: center;
    gap: 22px;
}

.pc-cta-badge-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #FFFFFF;
    flex-shrink: 0;
}

.pc-cta-heading-v3 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.15rem, 2.2vw, 1.5rem);
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.pc-cta-subheading-v3 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 400;
}

.btn-pc-cta-phone {
    background-color: var(--brand-orange, #F26522);
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 22px rgba(242, 101, 34, 0.4);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.btn-pc-cta-phone:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 12px 28px rgba(242, 101, 34, 0.55);
}

@media (max-width: 1100px) {
    .pc-contact-container-v3 {
        grid-template-columns: 1fr 1fr;
    }
    .pc-contact-img-col {
        display: none;
    }
    .pc-contact-form-col {
        border-right: none;
    }
}

@media (max-width: 850px) {
    .pc-cta-banner-container-v3 {
        flex-direction: column;
        text-align: center;
    }
    .pc-cta-left {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .pc-contact-container-v3 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pc-contact-form-col {
        border-left: none;
        padding: 0;
    }
    .pc-form-row-v3 {
        grid-template-columns: 1fr;
    }
    .btn-pc-send-v3 {
        width: 100%;
    }
}

/* Animated Flying Garden Birds */
.flying-birds-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 98;
    overflow: hidden;
}

.bird-container {
    position: absolute;
    top: 10%;
    left: -80px;
    width: 52px;
    height: 36px;
    opacity: 0;
}

.bird-1 {
    animation: flyFlight1 14s linear infinite;
}

.bird-2 {
    animation: flyFlight2 18s linear infinite 5s;
}

.bird-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
}

.bird-wings {
    transform-origin: center center;
    animation: wingFlap 0.38s ease-in-out infinite alternate;
}

@keyframes flyFlight1 {
    0% {
        transform: translate(-60px, 40px) scale(0.7) rotate(5deg);
        opacity: 0;
    }
    10% {
        opacity: 0.9;
    }
    50% {
        transform: translate(50vw, 15px) scale(0.95) rotate(-2deg);
    }
    90% {
        opacity: 0.9;
    }
    100% {
        transform: translate(105vw, 60px) scale(0.7) rotate(8deg);
        opacity: 0;
    }
}

@keyframes flyFlight2 {
    0% {
        transform: translate(-60px, 90px) scale(0.5) rotate(-3deg);
        opacity: 0;
    }
    12% {
        opacity: 0.8;
    }
    55% {
        transform: translate(55vw, 35px) scale(0.75) rotate(3deg);
    }
    88% {
        opacity: 0.8;
    }
    100% {
        transform: translate(105vw, 110px) scale(0.5) rotate(-5deg);
        opacity: 0;
    }
}

@keyframes wingFlap {
    0% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(-0.35) translateY(-5px);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    body:not(.landscaping-page) {
        height: 100%;
        overflow: hidden; /* Fits screen completely for single-screen landing page */
    }
}

body {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    color: var(--text-dark);
    background: #F4F8F3;
    position: relative;
}

/* Canvas for falling leaves animation */
#leafCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 99;
}

.main-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1440px;
    margin: 0 auto;
    background: var(--white);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ==========================================
   HERO / WELCOME SECTION
   ========================================== */

.hero-section {
    position: relative;
    padding: 30px 20px 20px 20px;
    text-align: center;
    background: linear-gradient(180deg, rgba(238, 246, 235, 0.9) 0%, rgba(255, 255, 255, 1) 100%);
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(104, 180, 46, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(104, 180, 46, 0.08) 0%, transparent 40%),
        linear-gradient(180deg, rgba(238, 246, 235, 0.8) 0%, #FFFFFF 100%);
    overflow: hidden;
    flex-shrink: 0;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(ellipse at top, rgba(72, 139, 37, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.welcome-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
    position: relative;
}

.welcome-badge::before,
.welcome-badge::after {
    content: '';
    display: block;
    width: 50px;
    height: 1.5px;
    background: linear-gradient(90deg, transparent, #5E9F3A);
}

.welcome-badge::after {
    background: linear-gradient(90deg, #5E9F3A, transparent);
}

.welcome-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 3px;
    color: #4A8C32;
    text-transform: uppercase;
}

.leaf-icon {
    font-size: 1.1rem;
    animation: leafSway 3s ease-in-out infinite alternate;
}

@keyframes leafSway {
    0% { transform: rotate(-8deg); }
    100% { transform: rotate(8deg); }
}

/* Main Logo Styling */
.logo-container {
    margin: 6px auto 12px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    max-width: 380px;
}

.logo-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 130px;
    background: radial-gradient(ellipse at center, rgba(120, 190, 32, 0.35) 0%, rgba(104, 180, 46, 0.12) 50%, transparent 75%);
    border-radius: 50%;
    filter: blur(15px);
    z-index: 99;
    animation: auraPulse 3.5s ease-in-out infinite alternate;
    pointer-events: none;
}

.main-logo {
    max-width: 310px;
    width: 85%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 101;
    opacity: 1 !important;
    transform-origin: bottom center;
    filter: drop-shadow(0 6px 16px rgba(104, 180, 46, 0.25));
    animation: plantGrowth 6s cubic-bezier(0.25, 1, 0.5, 1) infinite alternate;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.main-logo:hover {
    transform: scale(1.06) translateY(-4px);
    filter: drop-shadow(0 12px 28px rgba(104, 180, 46, 0.4));
}

@keyframes plantGrowth {
    0% {
        transform: translateY(8px) scale(0.92);
    }
    100% {
        transform: translateY(0px) scale(1.05);
    }
}

@keyframes auraPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.85);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.9;
    }
}

.tagline {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.2px;
    max-width: 800px;
    margin: 0 auto;
}

/* ==========================================
   SERVICES / SLANTED CARDS SECTION
   ========================================== */

.services-container {
    display: flex;
    width: 100%;
    flex: 1;
    min-height: 0;
    position: relative;
    background: #FFFFFF;
    gap: 4px;
    overflow: hidden;
}

.service-card {
    flex: 1;
    position: relative;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 25px 35px 25px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease;
}

@media (min-width: 992px) {
    .slanted-left {
        clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%);
        margin-right: -4%;
        padding-right: 70px;
    }
    
    .slanted-center {
        clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
        margin-right: -4%;
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .slanted-right {
        clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
        padding-left: 70px;
    }
}

.card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(1.12) saturate(1.2);
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease;
    z-index: 1;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,0.75) 100%);
    z-index: 2;
    transition: background 0.4s ease;
}

.service-card:hover .card-bg {
    transform: scale(1.08);
    filter: brightness(1.18) saturate(1.25);
}

.service-card:hover .card-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.8) 100%);
}

.card-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--white);
    width: 100%;
}

.icon-bubble {
    width: 78px;
    height: 78px;
    background: var(--white);
    border: 2px solid #3F7A2B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: var(--transition-smooth);
    flex-shrink: 0;
}

.service-icon {
    width: 45px;
    height: 45px;
}

.service-card:hover .icon-bubble {
    transform: translateY(-5px) scale(1.06);
    box-shadow: 0 12px 28px rgba(0,0,0,0.3);
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.45rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: var(--white);
    margin-bottom: 6px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.7);
    text-transform: uppercase;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-description {
    font-family: 'Outfit', sans-serif;
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.4;
    color: #FFFFFF;
    max-width: 280px;
    margin-bottom: 20px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #78BE20 0%, #63A815 100%);
    color: var(--white);
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 11px 25px;
    border-radius: 50px;
    box-shadow: 0 6px 18px rgba(100, 175, 25, 0.45);
    transition: var(--transition-smooth);
}

.learn-more-btn i {
    font-size: 0.85rem;
    transition: transform 0.3s ease;
}

.service-card:hover .learn-more-btn {
    background: linear-gradient(135deg, #7DC83A 0%, #68B42E 100%);
    box-shadow: 0 10px 25px rgba(104, 180, 46, 0.6);
    transform: translateY(-2px);
}

.service-card:hover .learn-more-btn i {
    transform: translateX(4px);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .main-wrapper {
        height: auto;
    }
    .services-container {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
        background: #F4F8F3;
        flex: none;
    }
    .service-card {
        min-height: 400px;
        border-radius: 16px;
        clip-path: none !important;
        margin-right: 0 !important;
        padding: 35px 20px !important;
    }
}

/* ==========================================
   LANDSCAPING SEPARATE PAGE STYLES
   ========================================== */

html:has(.landscaping-page),
body.landscaping-page {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    background: #ffffff;
}

/* 1. TOP HEADER BAR */
.top-bar {
    background: #141713;
    color: #d0d7cf;
    font-size: 0.82rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 9px 0;
    z-index: 1001;
    position: relative;
    width: 100%;
}

.top-bar-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-info-left {
    display: flex;
    gap: 24px;
    align-items: center;
}

.top-info-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #e2e8e0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.top-info-item i {
    color: #60bb46;
    font-size: 0.85rem;
}

.top-info-item:hover {
    color: #ffffff;
}

.top-social-right {
    display: flex;
    gap: 18px;
    align-items: center;
}

.top-social-right a {
    color: #e2e8e0;
    font-size: 0.85rem;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.top-social-right a:hover {
    color: #60bb46;
    transform: translateY(-2px);
}

/* 2. MAIN NAVIGATION BAR */
.main-navbar {
    background: #ffffff !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.navbar-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 14px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}

.nav-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.nav-logo-img {
    height: 52px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08));
    transition: transform 0.3s ease;
}

.nav-brand:hover .nav-logo-img {
    transform: scale(1.03);
}

.landscaping-page .nav-logo-img {
    height: 84px;
    max-width: 340px;
    margin-top: -16px;
    margin-bottom: -16px;
    position: relative;
    z-index: 10;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.12));
}

.gardening-page .nav-logo-img {
    height: 104px !important;
    max-width: 380px !important;
    margin-top: -26px !important;
    margin-bottom: -26px !important;
    position: relative !important;
    z-index: 10 !important;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.14)) !important;
}

.pressure-cleaning-page .nav-logo-img {
    height: 104px !important;
    max-width: 380px !important;
    margin-top: -26px !important;
    margin-bottom: -26px !important;
    position: relative !important;
    z-index: 10 !important;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.14)) !important;
}

.gardening-page .nav-brand:hover .nav-logo-img,
.pressure-cleaning-page .nav-brand:hover .nav-logo-img {
    transform: scale(1.04) !important;
}

.nav-menu-wrapper {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 26px;
    list-style: none;
    margin: 0 45px 0 0;
    padding: 0;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 700;
    color: #2b3329 !important;
    text-decoration: none;
    letter-spacing: 0.5px;
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    opacity: 1 !important;
    visibility: visible !important;
}

.nav-link:hover, 
.nav-link.active {
    color: #60bb46 !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #60bb46;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.nav-link:hover::after, 
.nav-link.active::after {
    width: 100%;
}

.nav-arrow {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}

/* Dropdown Menu */
.nav-dropdown-item {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
    list-style: none;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-top: 3px solid #60bb46;
    z-index: 1005;
}

.nav-dropdown-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-item:hover .nav-arrow {
    transform: rotate(180deg);
}

.dropdown-link {
    display: block;
    padding: 11px 22px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #333333 !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.dropdown-link:hover, 
.dropdown-link.active {
    background: #f4f9f1;
    color: #60bb46 !important;
    padding-left: 26px;
}

/* Quote CTA Button */
.btn-quote {
    background: #F26522 !important;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 13px 26px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 4px 15px rgba(242, 101, 34, 0.35);
    transition: all 0.3s ease;
}

.btn-quote:hover {
    background: #e05310 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(242, 101, 34, 0.5);
}

/* 3. LANDSCAPING HERO SECTION */
.ls-hero-section {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    background: #0c100c;
}

.ls-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('landscaping.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.92) saturate(1.15);
    transform: scale(1.02);
    animation: heroZoom 16s ease-out infinite alternate;
    z-index: 1;
}

@keyframes heroZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.07); }
}

.ls-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 15, 10, 0.92) 0%, rgba(10, 15, 10, 0.75) 48%, rgba(10, 15, 10, 0.25) 100%);
    z-index: 2;
}

.ls-hero-container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 30px 110px 30px;
}

.ls-hero-content {
    max-width: 720px;
    color: #ffffff;
}

.ls-hero-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #b3ea94;
    text-transform: uppercase;
    margin-bottom: 22px;
    background: rgba(104, 180, 46, 0.15);
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid rgba(104, 180, 46, 0.35);
    backdrop-filter: blur(4px);
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #78BE20;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(120, 190, 32, 0.4);
    animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
    0% { box-shadow: 0 0 0 0 rgba(120, 190, 32, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(120, 190, 32, 0); }
    100% { box-shadow: 0 0 0 0 rgba(120, 190, 32, 0); }
}

.ls-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.highlight-green {
    color: #60bb46;
    text-shadow: 0 0 25px rgba(96, 187, 70, 0.4);
}

.ls-hero-description {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: #e0e6df;
    margin-bottom: 40px;
    max-width: 600px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.ls-hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.btn-primary-green {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #60bb46 0%, #488b25 100%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 16px 34px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(96, 187, 70, 0.4);
    transition: all 0.3s ease;
}

.btn-primary-green:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(96, 187, 70, 0.6);
    background: linear-gradient(135deg, #6ec954 0%, #529e2b 100%);
}

.btn-primary-green i {
    transition: transform 0.3s ease;
}

.btn-primary-green:hover i {
    transform: translateX(5px);
}

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 16px 34px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    text-decoration: none;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background: #ffffff;
    color: #1a2418;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* 4. SCROLL DOWN INDICATOR */
.scroll-down-indicator {
    position: absolute;
    bottom: 35px;
    left: 30px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

.scroll-down-indicator:hover {
    color: #ffffff;
}

.scroll-mouse {
    width: 24px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 6px;
}

.scroll-wheel {
    width: 4px;
    height: 8px;
    background: #60bb46;
    border-radius: 2px;
    animation: scrollAnim 1.8s infinite;
}

@keyframes scrollAnim {
    0% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(12px); }
}

/* 5. MOBILE RESPONSIVENESS */
.mobile-menu-toggle {
    display: none;
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: #2b3329;
    cursor: pointer;
    padding: 5px;
}

@media (max-width: 991px) {
    .top-bar-container {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
    .top-info-left {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    .top-social-right {
        display: none;
    }
    .mobile-menu-toggle {
        display: block;
        z-index: 1010;
    }
    .nav-menu-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        padding: 30px 20px 40px 20px;
        gap: 24px;
        transition: all 0.3s ease;
        overflow-y: auto;
        z-index: 1005;
        box-shadow: 0 15px 35px rgba(0,0,0,0.15);
        opacity: 0;
        visibility: hidden;
        display: none;
        border-top: 1px solid rgba(0,0,0,0.06);
    }
    .nav-menu-wrapper.active {
        left: 0;
        opacity: 1 !important;
        visibility: visible !important;
        display: flex !important;
    }
    .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 18px;
        text-align: center;
        margin: 0 !important;
    }
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-top: none;
        background: #f8faf7;
        width: 100%;
        margin-top: 10px;
        border-radius: 8px;
    }
    .ls-hero-title {
        font-size: 2.5rem;
    }
    .ls-hero-description {
        font-size: 1.05rem;
    }
    .ls-hero-actions {
        flex-direction: column;
        width: 100%;
    }
    .btn-primary-green, 
    .btn-outline-white {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================
   LANDSCAPING ABOUT SECTION
   ========================================== */

.ls-about-section {
    padding: 100px 30px;
    background: #ffffff;
    position: relative;
    z-index: 5;
}

.ls-about-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 70px;
    align-items: center;
}

.ls-about-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #60bb46;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ls-about-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a2418;
    line-height: 1.22;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.ls-title-line {
    width: 45px;
    height: 3.5px;
    background: #60bb46;
    margin-bottom: 26px;
    border-radius: 2px;
}

.ls-about-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 500;
    color: #556052;
    line-height: 1.75;
    margin-bottom: 16px;
    max-width: 580px;
}

.ls-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 38px 0 42px 0;
}

.ls-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
}

.ls-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(96, 187, 70, 0.4);
    background: #f4faf1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60bb46;
    font-size: 1.35rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ls-feature-item:hover .ls-feature-icon {
    background: #60bb46;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(96, 187, 70, 0.35);
}

.ls-feature-item span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    color: #2b3329;
    line-height: 1.35;
}

.btn-about-learn {
    display: inline-block;
    background: linear-gradient(135deg, #60bb46 0%, #488b25 100%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 16px 34px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(96, 187, 70, 0.35);
    transition: all 0.3s ease;
}

.btn-about-learn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(96, 187, 70, 0.55);
    background: linear-gradient(135deg, #6ec954 0%, #529e2b 100%);
}

/* Right Visual & Floating Badge */
.ls-about-visual {
    position: relative;
}

.ls-image-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: visible;
}

.ls-about-img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.14);
}

.ls-exp-badge {
    position: absolute;
    bottom: -28px;
    left: -28px;
    background: #142413;
    color: #ffffff;
    padding: 22px 28px;
    border-radius: 10px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 10;
}

.ls-exp-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.ls-exp-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.ls-exp-leaf {
    color: #60bb46;
    font-size: 1.8rem;
}

.ls-exp-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #d0d8ce;
    display: block;
    white-space: nowrap;
}

/* Mobile Adjustments for About Section */
@media (max-width: 991px) {
    .ls-about-section {
        padding: 60px 20px;
    }
    .ls-about-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .ls-about-title {
        font-size: 2.1rem;
    }
    .ls-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .ls-about-img {
        height: 360px;
    }
    .ls-exp-badge {
        bottom: -15px;
        left: 10px;
        padding: 16px 22px;
    }
    .ls-exp-number {
        font-size: 2.2rem;
    }
}

/* ==========================================
   LANDSCAPING SERVICES SECTION
   ========================================== */

.ls-services-section {
    padding: 100px 30px;
    background: #f8faf7;
    position: relative;
    z-index: 5;
}

.ls-services-container {
    max-width: 1400px;
    margin: 0 auto;
}

.ls-services-header {
    text-align: center;
    margin-bottom: 60px;
}

.ls-services-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #60bb46;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tag-underline {
    position: relative;
    display: inline-block;
}

.tag-underline::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #60bb46;
    border-radius: 2px;
}

.ls-services-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.7rem;
    font-weight: 800;
    color: #1a2418;
    letter-spacing: -0.5px;
}

.ls-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.ls-service-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.04);
    opacity: 1 !important;
    visibility: visible !important;
}

.ls-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.ls-card-img-wrapper {
    position: relative;
    height: 230px;
    overflow: visible;
    width: 100%;
}

.ls-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ls-service-card:hover .ls-card-img {
    transform: scale(1.06);
}

.ls-card-icon-bubble {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #60bb46;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    border: 4px solid #ffffff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    z-index: 10;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.ls-service-card:hover .ls-card-icon-bubble {
    transform: translateX(-50%) scale(1.1);
    background: #488b25;
}

.ls-card-body {
    padding: 42px 25px 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.ls-card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1a2418;
    margin-bottom: 10px;
}

.ls-card-line {
    width: 30px;
    height: 2.5px;
    background: #60bb46;
    margin-bottom: 16px;
    border-radius: 2px;
}

.ls-card-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #556052;
    line-height: 1.6;
    margin-bottom: 24px;
    flex: 1;
}

.ls-card-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #60bb46;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.ls-card-link i {
    transition: transform 0.3s ease;
}

.ls-service-card:hover .ls-card-link {
    color: #488b25;
}

.ls-service-card:hover .ls-card-link i {
    transform: translateX(4px);
}

/* Mobile Adjustments for Services Section */
@media (max-width: 1199px) {
    .ls-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}

@media (max-width: 767px) {
    .ls-services-section {
        padding: 60px 20px;
    }
    .ls-services-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ls-services-title {
        font-size: 2.1rem;
    }
}

/* ==========================================
   LANDSCAPING WHY CHOOSE US SECTION
   ========================================== */

.ls-why-section {
    padding: 100px 30px;
    background: #0c150b;
    color: #ffffff;
    position: relative;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ls-why-container {
    max-width: 1400px;
    margin: 0 auto;
}

.ls-why-header {
    text-align: center;
    margin-bottom: 70px;
}

.ls-why-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #60bb46;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ls-why-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.ls-why-line {
    width: 40px;
    height: 3px;
    background: #60bb46;
    margin: 16px auto 0 auto;
    border-radius: 2px;
}

.ls-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.ls-why-col {
    padding: 0 35px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 0.3s ease;
}

.ls-why-col:last-child {
    border-right: none;
}

.ls-why-col:hover {
    transform: translateY(-6px);
}

.ls-why-icon {
    font-size: 2.5rem;
    color: #a2e880;
    margin-bottom: 24px;
    transition: transform 0.3s ease, color 0.3s ease;
    filter: drop-shadow(0 0 12px rgba(162, 232, 128, 0.2));
}

.ls-why-col:hover .ls-why-icon {
    transform: scale(1.12);
    color: #ffffff;
}

.ls-why-col-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
}

.ls-why-col-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #b0bdad;
    line-height: 1.6;
    max-width: 260px;
}

/* Mobile Adjustments for Why Choose Us Section */
@media (max-width: 991px) {
    .ls-why-section {
        padding: 70px 20px;
    }
    .ls-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 0;
    }
    .ls-why-col {
        padding: 0 20px;
    }
    .ls-why-col:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 575px) {
    .ls-why-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .ls-why-col {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 30px;
    }
    .ls-why-col:last-child {
        border-bottom: none;
    }
    .ls-why-title {
        font-size: 2rem;
    }
}

/* ==========================================
   LANDSCAPING PROJECTS SECTION
   ========================================== */

.ls-projects-section {
    padding: 100px 30px;
    background: #ffffff;
    position: relative;
    z-index: 5;
}

.ls-projects-container {
    max-width: 1400px;
    margin: 0 auto;
}

.ls-projects-header {
    text-align: center;
    margin-bottom: 35px;
}

.ls-projects-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #60bb46;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ls-projects-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a2418;
    letter-spacing: -0.5px;
}

/* Category Filter Tabs */
.ls-project-filters {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.filter-btn {
    background: transparent;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #556052;
    padding: 11px 22px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.filter-btn:hover {
    color: #60bb46;
    background: #f4faf1;
}

.filter-btn.active {
    background: linear-gradient(135deg, #60bb46 0%, #488b25 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(96, 187, 70, 0.35);
}

/* 8 Photo Cards Grid (without text overlays) */
.ls-projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ls-project-card {
    position: relative;
    height: 235px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    background: #1a2418;
    opacity: 1 !important;
    visibility: visible !important;
}

.ls-project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.ls-project-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ls-project-card:hover .ls-project-img {
    transform: scale(1.08);
}

.ls-project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.55) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 16px;
    transition: background 0.3s ease;
}

.ls-project-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #60bb46;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.ls-project-card:hover .ls-project-arrow {
    background: #ffffff;
    color: #60bb46;
    transform: scale(1.1);
}

/* Bottom CTA Button */
.ls-projects-footer {
    text-align: center;
    margin-top: 55px;
}

.btn-view-projects {
    display: inline-block;
    background: #ffffff;
    color: #60bb46;
    border: 2px solid #60bb46;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 14px 34px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-view-projects:hover {
    background: linear-gradient(135deg, #60bb46 0%, #488b25 100%);
    color: #ffffff;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(96, 187, 70, 0.4);
}

/* Mobile Adjustments for Projects Section */
@media (max-width: 1199px) {
    .ls-projects-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .ls-projects-section {
        padding: 60px 20px;
    }
    .ls-projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ls-project-card {
        height: 250px;
    }
    .ls-projects-title {
        font-size: 2.1rem;
    }
    .ls-project-filters {
        gap: 8px;
    }
    .filter-btn {
        padding: 8px 14px;
        font-size: 0.75rem;
    }
}

/* ==========================================
   LANDSCAPING TESTIMONIALS SECTION
   ========================================== */

.ls-testimonials-section {
    padding: 100px 30px;
    background: #f8faf7;
    position: relative;
    z-index: 5;
}

.ls-testimonials-container {
    max-width: 1400px;
    margin: 0 auto;
}

.ls-testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.ls-testimonials-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #60bb46;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ls-testimonials-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a2418;
    letter-spacing: -0.5px;
}

.ls-testimonials-line {
    width: 40px;
    height: 3px;
    background: #60bb46;
    margin: 16px auto 0 auto;
    border-radius: 2px;
}

.ls-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 50px;
}

.ls-testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 38px 32px 32px 32px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 1 !important;
    visibility: visible !important;
}

.ls-testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.ls-quote-icon {
    color: #60bb46;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.ls-testimonial-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #445042;
    line-height: 1.65;
    margin-bottom: 35px;
    flex: 1;
}

.ls-testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f4ee;
    padding-top: 20px;
}

.ls-testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ls-stars {
    display: flex;
    gap: 4px;
    color: #F26522;
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.ls-client-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    color: #1a2418;
    margin: 0;
}

.ls-client-location {
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    color: #778574;
}

.ls-client-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #f0f4ee;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* Carousel Dots */
.ls-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c2cfbf;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot:hover {
    background: #60bb46;
}

.dot.active {
    background: #60bb46;
    width: 24px;
    border-radius: 10px;
}

/* Mobile Adjustments for Testimonials Section */
@media (max-width: 991px) {
    .ls-testimonials-section {
        padding: 60px 20px;
    }
    .ls-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .ls-testimonials-title {
        font-size: 2.1rem;
    }
}

/* ==========================================
   LANDSCAPING CTA BANNER & CONTACT SECTION
   ========================================== */

/* 1. CTA BANNER BLOCK */
.ls-cta-banner {
    position: relative;
    padding: 75px 30px;
    background: #0e150d;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.ls-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('landscaping.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(0.75) saturate(1.2);
    z-index: 1;
}

.ls-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(10, 15, 10, 0.92) 0%, rgba(10, 15, 10, 0.7) 60%, rgba(10, 15, 10, 0.35) 100%);
    z-index: 2;
}

.ls-cta-container {
    position: relative;
    z-index: 3;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.ls-cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.ls-cta-desc {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #d5e2d2;
}

.btn-cta-quote {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #F26522;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 6px 20px rgba(242, 101, 34, 0.4);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-cta-quote:hover {
    background: #e05310;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(242, 101, 34, 0.6);
}

/* 2. MAIN CONTACT FORM & INFO SECTION */
.ls-contact-section {
    padding: 100px 30px;
    background: #ffffff;
    position: relative;
    z-index: 5;
}

.ls-contact-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 80px;
    align-items: flex-start;
}

.ls-contact-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    color: #60bb46;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ls-contact-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a2418;
    line-height: 1.25;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.ls-contact-line {
    width: 35px;
    height: 3px;
    background: #60bb46;
    margin-bottom: 35px;
    border-radius: 2px;
}

.ls-contact-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.ls-contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #2b3329;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ls-contact-item:hover {
    color: #60bb46;
}

.ls-contact-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #e2ebd9;
    background: #f8faf7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60bb46;
    font-size: 1rem;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.ls-contact-item:hover .ls-contact-icon {
    background: #60bb46;
    color: #ffffff;
    border-color: #60bb46;
}

.ls-contact-socials {
    display: flex;
    gap: 14px;
}

.ls-contact-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1a2418;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ls-contact-socials a:hover {
    background: #60bb46;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(96, 187, 70, 0.35);
}

/* Form Styling */
.ls-contact-form-wrapper {
    background: #ffffff;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-input, 
.form-select, 
.form-textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e6df;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: #2b3329;
    background: #fafcf9;
    outline: none;
    transition: all 0.3s ease;
}

.form-input:focus, 
.form-select:focus, 
.form-textarea:focus {
    border-color: #60bb46;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(96, 187, 70, 0.12);
}

.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23556052'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    cursor: pointer;
}

.btn-submit-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #60bb46 0%, #488b25 100%);
    color: #ffffff;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 16px 36px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(96, 187, 70, 0.35);
    transition: all 0.3s ease;
}

.btn-submit-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(96, 187, 70, 0.55);
    background: linear-gradient(135deg, #6ec954 0%, #529e2b 100%);
}

/* Mobile Adjustments for Contact Section */
@media (max-width: 991px) {
    .ls-cta-banner {
        padding: 50px 20px;
    }
    .ls-cta-container {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    .ls-contact-section {
        padding: 60px 20px;
    }
    .ls-contact-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .ls-cta-title {
        font-size: 1.8rem;
    }
    .ls-contact-title {
        font-size: 2rem;
    }
}

/* ==========================================
   LANDSCAPING FOOTER SECTION
   ========================================== */

.ls-footer {
    background: #091008;
    color: #d0d8ce;
    padding: 90px 30px 30px 30px;
    position: relative;
    overflow: hidden;
    z-index: 5;
    border-top: 1px solid rgba(96, 187, 70, 0.25);
}

.ls-footer-ambient-bg {
    position: absolute;
    top: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(96, 187, 70, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.ls-footer-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ls-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 60px;
    margin-bottom: 70px;
}

.ls-footer-logo {
    height: 100px;
    width: auto;
    max-width: 360px;
    object-fit: contain;
    margin-bottom: 24px;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.6));
}

.ls-footer-bio {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: #a5b3a2;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 320px;
}

.ls-footer-socials {
    display: flex;
    gap: 14px;
}

.ls-footer-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.ls-footer-socials a:hover {
    background: #60bb46;
    color: #ffffff;
    border-color: #60bb46;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(96, 187, 70, 0.35);
}

.ls-footer-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.ls-footer-line {
    width: 30px;
    height: 2.5px;
    background: #60bb46;
    margin-bottom: 24px;
    border-radius: 2px;
}

.ls-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ls-footer-links a {
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #b0bdad;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.ls-footer-links a i {
    font-size: 0.75rem;
    color: #60bb46;
    transition: transform 0.3s ease;
}

.ls-footer-links a:hover {
    color: #60bb46;
    transform: translateX(4px);
}

.ls-footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ls-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #b0bdad;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ls-footer-contact-item i {
    color: #60bb46;
    font-size: 1.05rem;
    flex-shrink: 0;
}

a.ls-footer-contact-item:hover {
    color: #ffffff;
}


/* Footer Bottom Bar */
.ls-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ls-copyright {
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    color: #859482;
    margin: 0;
}

.ls-back-to-top {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.06);
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.3s ease;
}

.ls-back-to-top:hover {
    background: #60bb46;
    color: #ffffff;
    border-color: #60bb46;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(96, 187, 70, 0.35);
}

/* Mobile Adjustments for Footer Section */
@media (max-width: 991px) {
    .ls-footer {
        padding: 60px 20px 30px 20px;
    }
    .ls-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 30px;
    }
}

@media (max-width: 575px) {
    .ls-footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .ls-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================
   GARDENING SEPARATE PAGE STYLES (.gardening-page)
   ========================================== */

html:has(.gardening-page),
body.gardening-page {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
    background: #ffffff;
}

/* Gardening Top Bar matching user design */
.gardening-page .top-bar {
    background: #52A329;
    color: #ffffff;
    font-size: 0.84rem;
    font-weight: 600;
    padding: 10px 0;
    z-index: 1001;
    position: relative;
    width: 100%;
}

.gardening-page .top-bar .top-info-item {
    color: #ffffff;
    font-weight: 500;
}

.gardening-page .top-bar .top-info-item i {
    color: #ffffff;
}

.gardening-page .top-bar .top-social-right a {
    color: #ffffff;
}

.gardening-page .top-bar .top-social-right a:hover {
    color: #e0f2d8;
    transform: translateY(-2px);
}

/* Gardening Main Navigation */
.gardening-page .main-navbar {
    background: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 12px 0;
}

.gardening-page .btn-quote-pill {
    background: #52A329;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(82, 163, 41, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gardening-page .btn-quote-pill:hover {
    background: #448b21;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(82, 163, 41, 0.4);
}

/* Dropdown Menu for Services in Navbar */
.nav-item-dropdown {
    position: relative;
}

.nav-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 220px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;
}

.nav-item-dropdown:hover .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #2b3329;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.nav-dropdown-menu li a:hover {
    background: #f4f9f1;
    color: #52A329;
}

/* Gardening Hero Section */
.gd-hero-section {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-image: url('https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?q=80&w=1920&auto=format&fit=crop');
    background-size: cover;
    background-position: center right;
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0;
}

.gd-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 28, 12, 0.88) 0%, rgba(15, 28, 12, 0.75) 45%, rgba(15, 28, 12, 0.3) 100%);
    z-index: 1;
}

.gd-hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.gd-hero-content {
    max-width: 680px;
}

.gd-hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 24px;
    letter-spacing: -1px;
    color: #ffffff;
}

.gd-highlight-green {
    color: #52A329;
    position: relative;
    display: inline-block;
}

.gd-hero-description {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    color: #e2ede0;
    margin-bottom: 36px;
    max-width: 580px;
}

.gd-hero-actions {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-gd-primary {
    background: #52A329;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(82, 163, 41, 0.35);
}

.btn-gd-primary:hover {
    background: #448b21;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(82, 163, 41, 0.5);
    color: #ffffff;
}

.btn-gd-secondary {
    background: #ffffff;
    color: #2b3329;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 16px 36px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.btn-gd-secondary:hover {
    background: #f4f8f3;
    color: #52A329;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

/* Gardening Services Section */
.gd-services-section {
    padding: 100px 0;
    background: #F8FAF7;
    position: relative;
}

.gd-section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.gd-section-tag {
    color: #52A329;
    font-weight: 800;
    font-size: 0.88rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.gd-section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a2318;
    line-height: 1.25;
}

.gd-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

.gd-service-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(82, 163, 41, 0.1);
    display: flex;
    flex-direction: column;
}

.gd-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(82, 163, 41, 0.15);
    border-color: #52A329;
}

.gd-service-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gd-service-card:hover .gd-service-img {
    transform: scale(1.06);
}

.gd-service-img-wrapper {
    overflow: hidden;
    position: relative;
}

.gd-service-content {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.gd-service-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a2318;
    margin-bottom: 12px;
}

.gd-service-text {
    color: #556052;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.gd-service-link {
    color: #52A329;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    transition: gap 0.3s ease;
}

.gd-service-card:hover .gd-service-link {
    gap: 14px;
}

/* Responsiveness for Gardening Page */
@media (max-width: 991px) {
    .gd-hero-title {
        font-size: 2.8rem;
    }
    .gd-hero-section {
        min-height: 70vh;
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .gd-hero-title {
        font-size: 2.2rem;
    }
    .gd-hero-description {
        font-size: 1.05rem;
    }
    .gd-services-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   GARDENING SERVICES SECTION (WE CARE FOR YOUR GARDEN)
   ========================================== */

.gd-services-section-v2 {
    padding: 90px 0 80px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.gd-services-header-v2 {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 50px auto;
    padding: 0 20px;
}

.gd-tag-v2 {
    color: #52A329;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.gd-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a2417;
    margin-bottom: 10px;
    line-height: 1.2;
}

.gd-leaf-icon-v2 {
    margin: 6px 0 14px 0;
    display: flex;
    justify-content: center;
}

.gd-leaf-icon-v2 svg {
    width: 24px;
    height: 24px;
    fill: #52A329;
}

.gd-sub-v2 {
    color: #556251;
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 auto;
}

.gd-cards-grid-v2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto 45px auto;
    padding: 0 30px;
    position: relative;
    z-index: 10;
    opacity: 1 !important;
    visibility: visible !important;
}

.gd-card-v2 {
    background: #ffffff !important;
    border-radius: 16px;
    padding: 38px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2ece0 !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    z-index: 10;
    width: 100%;
}

.gd-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(82, 163, 41, 0.15);
    border-color: rgba(82, 163, 41, 0.4);
}

.gd-card-v2-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

.gd-card-v2:hover .gd-card-v2-icon {
    transform: scale(1.08);
}

.gd-card-v2-icon svg {
    width: 100%;
    height: 100%;
}

.gd-card-v2-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2417;
    margin-bottom: 12px;
}

.gd-card-v2-text {
    font-size: 0.92rem;
    color: #5d6b59;
    line-height: 1.55;
    margin: 0;
}

.gd-cta-container-v2 {
    text-align: center;
    position: relative;
    z-index: 2;
}

.btn-view-services-v2 {
    background: #52A329;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(82, 163, 41, 0.3);
}

.btn-view-services-v2:hover {
    background: #448b21;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(82, 163, 41, 0.45);
}

/* Decorative leaves bottom left */
.gd-bg-leaves-left {
    position: absolute;
    bottom: -10px;
    left: -20px;
    width: 180px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

/* Responsive grid for services cards */
@media (max-width: 1200px) {
    .gd-cards-grid-v2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gd-title-v2 {
        font-size: 2rem;
    }
    .gd-cards-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .gd-cards-grid-v2 {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   GARDENING ABOUT US SECTION (YOUR LOCAL GARDENING EXPERTS)
   ========================================== */

.gd-about-section-v2 {
    padding: 100px 0;
    background: #F4F8F3;
    position: relative;
    overflow: hidden;
}

.gd-about-container-v2 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.gd-about-content-v2 {
    max-width: 600px;
}

.gd-about-tag-v2 {
    color: #52A329;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.gd-about-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a2417;
    margin-bottom: 8px;
    line-height: 1.18;
}

.gd-about-leaf-v2 {
    margin: 4px 0 16px 0;
    display: flex;
}

.gd-about-leaf-v2 svg {
    width: 24px;
    height: 24px;
    fill: #52A329;
}

.gd-about-text-v2 {
    color: #556251;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 35px;
}

.gd-about-features-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

.gd-feature-item-v2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gd-feature-icon-v2 {
    width: 54px;
    height: 54px;
    border: 2px solid #52A329;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #52A329;
    font-size: 1.25rem;
    margin-bottom: 12px;
    background: rgba(82, 163, 41, 0.04);
    transition: all 0.3s ease;
}

.gd-feature-item-v2:hover .gd-feature-icon-v2 {
    background: #52A329;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(82, 163, 41, 0.3);
}

.gd-feature-label-v2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    color: #334030;
    line-height: 1.3;
}

.btn-about-more-v2 {
    background: #52A329;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(82, 163, 41, 0.3);
}

.btn-about-more-v2:hover {
    background: #448b21;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(82, 163, 41, 0.45);
}

.gd-about-image-wrapper-v2 {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.gd-about-img-v2 {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    display: block;
    border-radius: 28px;
    transition: transform 0.6s ease;
}

.gd-about-image-wrapper-v2:hover .gd-about-img-v2 {
    transform: scale(1.03);
}

/* Decorative top left leaf */
.gd-bg-leaves-top-left {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 70px;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

/* Responsive styles for About Us */
@media (max-width: 991px) {
    .gd-about-container-v2 {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .gd-about-content-v2 {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .gd-about-title-v2 {
        font-size: 2.1rem;
    }
    .gd-about-features-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
    }
}

/* ==========================================
   GARDENING WHY CHOOSE US SECTION
   ========================================== */

.gd-why-section-v2 {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.gd-why-container-v2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.gd-why-content-v2 {
    max-width: 400px;
}

.gd-why-tag-v2 {
    color: #52A329;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.gd-why-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.7rem;
    font-weight: 800;
    color: #1a2417;
    margin-bottom: 8px;
    line-height: 1.15;
}

.gd-why-leaf-v2 {
    margin: 4px 0 16px 0;
    display: flex;
}

.gd-why-leaf-v2 svg {
    width: 24px;
    height: 24px;
    fill: #52A329;
}

.gd-why-text-v2 {
    color: #556251;
    font-size: 1.02rem;
    line-height: 1.6;
    margin-bottom: 28px;
}

.gd-why-checklist-v2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gd-check-item-v2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #334030;
}

.gd-check-icon-v2 {
    width: 24px;
    height: 24px;
    background: #52A329;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.gd-why-cards-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.gd-why-card-v2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.gd-why-card-img-wrapper-v2 {
    width: 100%;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.gd-why-card-img-v2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gd-why-card-v2:hover .gd-why-card-img-v2 {
    transform: scale(1.05);
}

.gd-why-card-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2417;
    margin-bottom: 8px;
}

.gd-why-card-text-v2 {
    font-size: 0.92rem;
    color: #5d6b59;
    line-height: 1.55;
    margin: 0;
    max-width: 240px;
}

/* Responsive Why Choose Us */
@media (max-width: 1200px) {
    .gd-why-container-v2 {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .gd-why-content-v2 {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .gd-why-cards-grid-v2 {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .gd-why-card-img-wrapper-v2 {
        height: 220px;
    }
}

/* ==========================================
   GARDENING PROJECTS SECTION (OUR RECENT PROJECTS)
   ========================================== */

.gd-projects-section-v2 {
    padding: 90px 0 80px 0;
    background: #F4F8F3;
    position: relative;
    overflow: hidden;
}

.gd-projects-header-v2 {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 45px auto;
    padding: 0 20px;
}

.gd-project-tag-v2 {
    color: #52A329;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.gd-project-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a2417;
    margin-bottom: 0;
    line-height: 1.2;
}

.gd-projects-grid-v2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1440px;
    margin: 0 auto 45px auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

.gd-project-card-v2 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 240px;
    position: relative;
    cursor: pointer;
}

.gd-project-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(82, 163, 41, 0.18);
}

.gd-project-img-v2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gd-project-card-v2:hover .gd-project-img-v2 {
    transform: scale(1.08);
}

.gd-projects-cta-v2 {
    text-align: center;
    position: relative;
    z-index: 2;
}

.btn-view-projects-v2 {
    background: #52A329;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 34px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(82, 163, 41, 0.3);
}

.btn-view-projects-v2:hover {
    background: #448b21;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(82, 163, 41, 0.45);
}

/* Responsive Grid for Projects */
@media (max-width: 1200px) {
    .gd-projects-grid-v2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gd-project-title-v2 {
        font-size: 2.1rem;
    }
    .gd-projects-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
    }
    .gd-project-card-v2 {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .gd-projects-grid-v2 {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   GARDENING TESTIMONIALS SECTION
   ========================================== */

.gd-testimonials-section-v2 {
    padding: 90px 0 80px 0;
    background: #F4F8F3;
    position: relative;
    overflow: hidden;
}

.gd-testi-header-v2 {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 45px auto;
    padding: 0 20px;
}

.gd-testi-tag-v2 {
    color: #52A329;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.gd-testi-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a2417;
    margin-bottom: 8px;
    line-height: 1.2;
}

.gd-testi-leaf-v2 {
    margin: 4px 0 0 0;
    display: flex;
    justify-content: center;
}

.gd-testi-leaf-v2 svg {
    width: 24px;
    height: 24px;
    fill: #52A329;
}

.gd-testi-cards-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1360px;
    margin: 0 auto 40px auto;
    padding: 0 30px;
    position: relative;
    z-index: 2;
}

.gd-testi-card-v2 {
    background: #ffffff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #ebf2ea;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gd-testi-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(82, 163, 41, 0.14);
    border-color: rgba(82, 163, 41, 0.3);
}

.gd-testi-stars-v2 {
    color: #FFB800;
    font-size: 1.1rem;
    margin-bottom: 16px;
    display: flex;
    gap: 4px;
}

.gd-testi-quote-v2 {
    color: #4a5746;
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 25px;
    font-style: italic;
}

.gd-testi-author-v2 {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gd-testi-avatar-v2 {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 2px solid #52A329;
}

.gd-testi-author-info-v2 {
    display: flex;
    flex-direction: column;
}

.gd-testi-name-v2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1a2417;
}

.gd-testi-location-v2 {
    font-size: 0.82rem;
    color: #72826e;
    margin-top: 2px;
}

/* Dots indicator */
.gd-testi-dots-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}

.gd-dot-v2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4e0d0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.gd-dot-v2.active {
    width: 26px;
    border-radius: 10px;
    background: #52A329;
}

/* Side decorative leaves */
.gd-testi-leaf-left {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 120px;
    pointer-events: none;
    opacity: 0.85;
    z-index: 1;
}

.gd-testi-leaf-right {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 120px;
    pointer-events: none;
    opacity: 0.85;
    z-index: 1;
}

/* Responsive Testimonials */
@media (max-width: 991px) {
    .gd-testi-cards-grid-v2 {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 550px;
    }
}

/* ==========================================
   GARDENING CONTACT SECTION
   ========================================== */

.gd-contact-section-v2 {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.gd-contact-container-v2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 360px 1fr 380px;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.gd-contact-info-v2 {
    display: flex;
    flex-direction: column;
}

.gd-contact-tag-v2 {
    color: #52A329;
    font-weight: 800;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.gd-contact-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.7rem;
    font-weight: 800;
    color: #1a2417;
    margin-bottom: 6px;
    line-height: 1.15;
}

.gd-contact-leaf-v2 {
    margin: 4px 0 16px 0;
    display: flex;
}

.gd-contact-leaf-v2 svg {
    width: 24px;
    height: 24px;
    fill: #52A329;
}

.gd-contact-sub-v2 {
    color: #556251;
    font-size: 0.98rem;
    line-height: 1.55;
    margin-bottom: 28px;
}

.gd-contact-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-contact-item-v2 {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #2b3529;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.gd-contact-item-v2 i {
    color: #52A329;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.gd-contact-form-v2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #ffffff;
    padding: 10px;
}

.gd-form-row-v2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.gd-input-v2,
.gd-textarea-v2 {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #dbe6d8;
    border-radius: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    color: #2b3529;
    background: #ffffff;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.gd-input-v2:focus,
.gd-textarea-v2:focus {
    border-color: #52A329;
    box-shadow: 0 0 0 4px rgba(82, 163, 41, 0.12);
}

.gd-textarea-v2 {
    height: 140px;
    resize: none;
}

.btn-send-msg-v2 {
    background: #52A329;
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 16px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(82, 163, 41, 0.3);
    width: 100%;
}

.btn-send-msg-v2:hover {
    background: #448b21;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(82, 163, 41, 0.45);
}

.gd-contact-map-v2 {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 360px;
    width: 100%;
}

.gd-contact-map-v2 iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

/* Responsive Contact */
@media (max-width: 1200px) {
    .gd-contact-container-v2 {
        grid-template-columns: 1fr;
        gap: 45px;
    }
    .gd-contact-info-v2,
    .gd-contact-form-v2 {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }
    .gd-contact-map-v2 {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .gd-form-row-v2 {
        grid-template-columns: 1fr;
    }
}

/* ==========================================
   GARDENING PREMIUM FOOTER SECTION
   ========================================== */

.gd-footer-section-v2 {
    background: #0e150d;
    color: #a2b29f;
    padding: 80px 0 30px 0;
    border-top: 1px solid rgba(82, 163, 41, 0.25);
    position: relative;
    overflow: hidden;
}

.gd-footer-container-v2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

.gd-footer-grid-v2 {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 50px;
    margin-bottom: 60px;
}

.gd-footer-logo-img-v2 {
    height: 116px !important;
    width: auto;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.5));
    margin-top: -28px !important;
    margin-bottom: -28px !important;
    position: relative !important;
    z-index: 10 !important;
}

.gd-footer-about-v2 {
    color: #8fa08b;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 25px;
    max-width: 340px;
}

.gd-footer-socials-v2 {
    display: flex;
    gap: 12px;
}

.gd-social-icon-v2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.gd-social-icon-v2:hover {
    background: #52A329;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(82, 163, 41, 0.4);
    border-color: #52A329;
}

.gd-footer-col-title-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 10px;
}

.gd-footer-col-title-v2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 3px;
    background: #52A329;
    border-radius: 2px;
}

.gd-footer-links-v2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-footer-links-v2 li a {
    color: #8fa08b;
    text-decoration: none;
    font-size: 0.93rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.gd-footer-links-v2 li a:hover {
    color: #52A329;
    transform: translateX(5px);
}

.gd-footer-contact-list-v2 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gd-footer-contact-item-v2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #8fa08b;
    font-size: 0.93rem;
    line-height: 1.5;
    text-decoration: none;
}

.gd-footer-contact-item-v2 i {
    color: #52A329;
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.gd-footer-contact-item-v2:hover span {
    color: #ffffff;
}

.gd-footer-bottom-v2 {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gd-footer-copyright-v2 {
    font-size: 0.88rem;
    color: #6d7e69;
    margin: 0;
}

.gd-back-to-top-v2 {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 22px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.gd-back-to-top-v2:hover {
    background: #52A329;
    border-color: #52A329;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(82, 163, 41, 0.35);
}

/* Responsive Footer */
@media (max-width: 991px) {
    .gd-footer-grid-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .gd-footer-grid-v2 {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .gd-footer-bottom-v2 {
        flex-direction: column;
        text-align: center;
    }
}

/* ==========================================
   FLOATING CHATBOT WIDGET STYLES
   ========================================== */
.chatbot-widget {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    font-family: 'Outfit', 'Montserrat', sans-serif;
}

.chatbot-toggle-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #68B42E 0%, #488B25 100%);
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(104, 180, 46, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chatbot-toggle-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 30px rgba(104, 180, 46, 0.6);
}

.chatbot-toggle-btn .icon-close {
    display: none;
}

.chatbot-widget.active .chatbot-toggle-btn .icon-open {
    display: none;
}

.chatbot-widget.active .chatbot-toggle-btn .icon-close {
    display: block;
}

.chatbot-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #F26522;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    animation: pulseBadge 2s infinite;
}

@keyframes pulseBadge {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

.chatbot-window {
    position: absolute;
    bottom: 75px;
    right: 0;
    width: 360px;
    max-width: calc(100vw - 40px);
    height: 480px;
    max-height: calc(100vh - 120px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid rgba(104, 180, 46, 0.2);
}

.chatbot-widget.active .chatbot-window {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.chatbot-header {
    background: linear-gradient(135deg, #2A3328 0%, #1c241b 100%);
    color: #ffffff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 3px solid #68B42E;
}

.chatbot-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #68B42E;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.chatbot-header-info {
    flex: 1;
}

.chatbot-header-info h3 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}

.chatbot-header-info p {
    margin: 2px 0 0 0;
    font-size: 0.78rem;
    color: #a0b09d;
    display: flex;
    align-items: center;
    gap: 6px;
}

.online-dot {
    width: 8px;
    height: 8px;
    background-color: #68B42E;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 8px #68B42E;
}

.chatbot-close-btn {
    background: none;
    border: none;
    color: #a0b09d;
    font-size: 1.1rem;
    cursor: pointer;
    transition: color 0.2s ease;
}

.chatbot-close-btn:hover {
    color: #ffffff;
}

.chatbot-messages {
    flex: 1;
    padding: 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background-color: #f8faf7;
}

.chat-message {
    display: flex;
    max-width: 85%;
    flex-direction: column;
}

.bot-message {
    align-self: flex-start;
}

.user-message {
    align-self: flex-end;
}

.message-content {
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.45;
    word-break: break-word;
}

.bot-message .message-content {
    background-color: #ffffff;
    color: #2A3328;
    border-bottom-left-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8e0;
}

.user-message .message-content {
    background-color: #68B42E;
    color: #ffffff;
    border-bottom-right-radius: 4px;
}

.chat-quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.quick-reply-btn {
    background-color: #ffffff;
    border: 1px solid #68B42E;
    color: #488B25;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-reply-btn:hover {
    background-color: #68B42E;
    color: #ffffff;
    transform: translateY(-2px);
}

.chatbot-input-area {
    padding: 12px 16px;
    background: #ffffff;
    border-top: 1px solid #e8eee6;
    display: flex;
    gap: 8px;
    align-items: center;
}

.chatbot-input-area input {
    flex: 1;
    border: 1px solid #d8e2d5;
    padding: 10px 14px;
    border-radius: 24px;
    outline: none;
    font-size: 0.9rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
}

.chatbot-input-area input:focus {
    border-color: #68B42E;
}

.chatbot-input-area button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #68B42E;
    color: #ffffff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.chatbot-input-area button:hover {
    background-color: #488B25;
    transform: scale(1.05);
}

.typing-dots {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
}

.typing-dot {
    width: 6px;
    height: 6px;
    background-color: #888;
    border-radius: 50%;
    animation: typingBlink 1.4s infinite ease-in-out both;
}

.typing-dot:nth-child(1) { animation-delay: 0s; }
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBlink {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
    40% { transform: scale(1); opacity: 1; }
}

















