/* Global Variables */
:root {
    --primary-green: #014d31;
    --light-cream: #fbf9f2;
    --golden-yellow: #ffc803;
    --dark-text: #171815;
    --body-text: #595a55;
    --white: #ffffff;
    
    --font-heading: 'Playfair Display', serif;
    --font-body: 'DM Sans', sans-serif;
    
    --transition: all 0.3s ease;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--body-text);
    background-color: var(--light-cream);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--dark-text);
    line-height: 1.2;
}

/* Topbar */
.topbar {
    background-color: var(--primary-green);
    color: var(--white);
    font-size: 11px;
    padding: 10px 0;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.topbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar .icon {
    font-size: 13px;
    margin-right: 5px;
    color: var(--golden-yellow);
}

.topbar-right span {
    margin-left: 20px;
}

/* Header */
.main-header {
    background-color: var(--light-cream);
    padding: 20px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 26px;
    color: var(--primary-green);
    letter-spacing: 1px;
}

.main-nav ul {
    display: flex;
    gap: 30px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-green);
}

.main-nav a:hover, .main-nav a.active {
    color: var(--golden-yellow);
}

.dropdown-arrow {
    font-size: 10px;
    margin-left: 3px;
}

.header-contact {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-icon-bg {
    background-color: var(--golden-yellow);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary-green);
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 12px;
    color: var(--body-text);
    font-weight: 500;
}

.contact-number {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-green);
}

/* Hero Section */
.hero-section {
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.hero-subtitle {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255, 200, 3, 0.15);
    color: var(--primary-green);
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.subtitle-icon {
    margin-right: 8px;
}

.hero-title {
    font-size: 72px;
    margin-bottom: 24px;
    font-weight: 500;
    color: var(--primary-green);
    letter-spacing: -1.5px;
    line-height: 1.05;
}

.hero-description {
    font-size: 19px;
    margin-bottom: 40px;
    max-width: 500px;
    color: var(--body-text);
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 40px;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 36px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--golden-yellow);
    color: var(--primary-green);
}

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

.btn-icon {
    background-color: var(--primary-green);
    color: var(--golden-yellow);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.btn-primary:hover .btn-icon {
    background-color: var(--white);
    color: var(--primary-green);
}

.hero-socials {
    display: flex;
    gap: 20px;
    font-weight: 600;
    font-size: 14px;
    color: var(--primary-green);
}

.hero-socials a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-socials a:hover {
    color: var(--golden-yellow);
}

.social-icon {
    color: var(--golden-yellow);
    font-size: 10px;
}

.hero-image-wrapper {
    position: relative;
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
}

.leaf-mask {
    width: 100%;
    height: 100%;
    /* Flawless Maple Leaf inline Data URI Mask */
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M383.8 351.7c2.5-2.5 105.2-92.4 105.2-92.4l-17.5-7.5c-10-4.9-7.4-11.5-5-17.4 2.4-7.6 20.1-67.3 20.1-67.3s-47.7 10-57.7 12.5c-7.5 2.4-10-2.5-12.5-7.5s-15-32.4-15-32.4-52.6 59.9-55.1 62.3c-10 7.5-20.1 0-17.6-10 0-10 27.6-129.6 27.6-129.6s-30.1 17.4-40.1 22.4c-7.5 5-12.6 5-17.6-5C293.5 72.3 255.9 0 255.9 0s-37.5 72.3-42.5 79.8c-5 10-10 10-17.6 5-10-5-40.1-22.4-40.1-22.4S183.3 182 183.3 192c2.5 10-7.5 17.5-17.6 10-2.5-2.5-55.1-62.3-55.1-62.3S98.1 167 95.6 172s-5 9.9-12.5 7.5C73 177 25.4 167 25.4 167s17.6 59.7 20.1 67.3c2.4 6 5 12.5-5 17.4L23 259.3s102.6 89.9 105.2 92.4c5.1 5 10 7.5 5.1 22.5-5.1 15-10.1 35.1-10.1 35.1s95.2-20.1 105.3-22.6c8.7-.9 18.3 2.5 18.3 12.5S241 512 241 512h30s-5.8-102.7-5.8-112.8 9.5-13.4 18.4-12.5c10 2.5 105.2 22.6 105.2 22.6s-5-20.1-10-35.1 0-17.5 5-22.5z'/></svg>");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    clip-path: none;
    transform: rotate(20deg) scale(1.2);
}

.leaf-mask img {
    width: 140%;
    height: 140%;
    object-fit: cover;
    position: absolute;
    top: -20%;
    left: -20%;
    transform: rotate(-20deg);
}

/* utilities */
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.center-block { margin: 0 auto; display: inline-flex; justify-content: center; }

.subtitle-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-green);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.yellow-star { color: var(--golden-yellow); }

.section-title {
    font-size: 46px;
    color: var(--primary-green);
    margin-bottom: 40px;
    font-weight: 500;
}

/* About Intro Section */
.about-intro {
    padding: 60px 0 30px;
}
.about-intro-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.about-intro h2 {
    font-size: 52px;
    color: var(--primary-green);
    font-weight: 500;
}

/* Full Image Section */
.full-image-section {
    padding: 20px 0 50px;
}
.rounded-image-wrapper {
    width: 100%;
    height: 600px;
    border-radius: 40px;
    overflow: hidden;
}
.rounded-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Stats Section */
.stats-section {
    padding: 0 0 80px;
}
.stats-container {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(1, 77, 49, 0.1);
    padding-bottom: 50px;
}
.stat-item {
    text-align: left;
}
.stat-number {
    font-size: 64px;
    color: var(--dark-text);
    font-weight: 500;
    margin-bottom: 5px;
}
.stat-label {
    font-size: 16px;
    color: var(--primary-green);
    font-weight: 600;
}

/* Services Section */
.services-section {
    padding: 80px 0;
}
.services-header {
    text-align: center;
    margin-bottom: 60px;
}
.services-container {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 40px;
}
.service-image {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.service-card {
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.03);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.06);
}
.service-icon {
    width: 60px;
    height: 60px;
    background-color: var(--light-cream);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--golden-yellow);
}
.service-info h3 {
    font-family: var(--font-body);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--primary-green);
}
.service-info p {
    font-size: 15px;
    color: var(--body-text);
    margin-bottom: 20px;
    line-height: 1.6;
}
.service-link {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-green);
    letter-spacing: 0.5px;
    margin-top: auto;
}
.service-link:hover {
    color: var(--golden-yellow);
}

/* Reputation Section */
.reputation-section {
    padding: 80px 0;
    background-color: var(--white);
}
.reputation-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.reputation-desc {
    font-size: 18px;
    color: var(--body-text);
    margin-bottom: 40px;
    line-height: 1.6;
}
.reputation-btn-wrapper {
    margin-bottom: 50px;
}
.reputation-features {
    display: flex;
    gap: 30px;
}
.feature-box {
    display: flex;
    gap: 15px;
    background-color: var(--light-cream);
    padding: 24px;
    border-radius: 12px;
    flex: 1;
}
.feature-icon {
    font-size: 24px;
}
.feature-text h4 {
    font-size: 16px;
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--primary-green);
}
.feature-text p {
    font-size: 14px;
    color: var(--body-text);
    line-height: 1.5;
}
.reputation-image {
    width: 100%;
    height: 600px;
    border-radius: 30px;
    overflow: hidden;
}
.reputation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Process Section */
.process-section {
    padding: 100px 0;
    background-color: var(--primary-green);
    color: var(--white);
}
.process-header .subtitle-text {
    color: var(--golden-yellow);
    background-color: rgba(255, 200, 3, 0.1);
    padding: 8px 20px;
    border-radius: 30px;
}
.process-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    position: relative;
}
.process-container::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255,255,255,0.2) 50%, transparent 50%);
    background-size: 20px 2px;
    z-index: 1;
}
.process-step {
    text-align: center;
    position: relative;
    z-index: 2;
}
.step-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: var(--white);
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
    border: 8px solid var(--primary-green);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.2);
}
.step-number {
    position: absolute;
    top: -5px;
    right: -10px;
    background-color: var(--golden-yellow);
    color: var(--primary-green);
    font-size: 12px;
    font-weight: 800;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--primary-green);
}
.process-step h4 {
    font-size: 20px;
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--white);
}
.process-step p {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

/* Gallery Section */
.gallery-section {
    padding: 100px 0;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 250px;
    gap: 20px;
    margin-top: 50px;
}
.gallery-item {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.large-span {
    grid-column: span 2;
}
.row-span-2 {
    grid-row: span 2;
}
.center-highlight {
    background-color: var(--primary-green);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
.highlight-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle-text {
    color: var(--golden-yellow);
    font-family: var(--font-heading);
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background-color: var(--light-cream);
}
.testimonials-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid rgba(1, 77, 49, 0.2);
    background: transparent;
    color: var(--primary-green);
    font-size: 24px;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.nav-btn:hover, .nav-btn.next-btn {
    background-color: var(--golden-yellow);
    border-color: var(--golden-yellow);
}
.testimonial-cards {
    display: flex;
    gap: 30px;
    flex: 1;
}
.testimonial-card {
    background-color: var(--white);
    padding: 40px;
    border-radius: 20px;
    flex: 1;
    border: 1px solid rgba(1, 77, 49, 0.05);
}
.testimonial-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.customer-info h4 {
    font-size: 18px;
    color: var(--primary-green);
    font-family: var(--font-body);
    font-weight: 700;
}
.customer-info span {
    font-size: 13px;
    color: var(--body-text);
}
.rating {
    color: var(--golden-yellow);
    letter-spacing: 2px;
}
.testimonial-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 24px;
    color: var(--dark-text);
    font-weight: 500;
}
.author-link {
    font-size: 13px;
    color: var(--primary-green);
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Blog Section */
.blog-section {
    padding: 80px 0 160px;
}
.blog-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.blog-card {
    background-color: var(--white);
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.blog-image {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.blog-card:hover .blog-image img {
    transform: scale(1.05);
}
.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.blog-category {
    background-color: var(--golden-yellow);
    color: var(--primary-green);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
}
.blog-date {
    font-size: 12px;
    color: var(--body-text);
    font-weight: 600;
    display: flex;
    align-items: center;
}
.blog-card h3 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--primary-green);
}
.read-more {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-green);
    display: flex;
    align-items: center;
}
.read-more:hover {
    color: var(--golden-yellow);
}

/* Footer Section */
.footer-action {
    background-color: var(--primary-green);
    padding: 60px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}
.footer-action-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-action h2 {
    font-size: 48px;
    color: var(--white);
    font-weight: 500;
}
.footer-action-right {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer-small-img {
    width: 140px;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.main-footer {
    background-color: #013f28; /* Slightly darker green */
    color: rgba(255,255,255,0.7);
    padding: 80px 0 30px;
    font-size: 14px;
}
.footer-container {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 50px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo {
    color: var(--white);
    margin-bottom: 20px;
}
.brand-col p {
    margin-bottom: 30px;
    line-height: 1.6;
}
.hours-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: var(--white);
    font-weight: 500;
}
.footer-col h4 {
    color: var(--white);
    font-size: 16px;
    font-family: var(--font-body);
    font-weight: 700;
    margin-bottom: 30px;
}
.links-col ul li {
    margin-bottom: 15px;
}
.links-col ul li a:hover {
    color: var(--golden-yellow);
}
.contact-col li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--white);
}
.contact-col .contact-icon {
    color: var(--golden-yellow);
    font-size: 18px;
}
.footer-socials {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
.footer-socials a {
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--golden-yellow);
    font-weight: 700;
    font-size: 13px;
}
.footer-socials a:hover {
    background-color: var(--golden-yellow);
    color: var(--primary-green);
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
.footer-bottom-links {
    display: flex;
    gap: 30px;
}
.footer-bottom-links a:hover {
    color: var(--white);
}

/* Quote Modal Overlay */
body.modal-open {
    overflow: hidden;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: none; /* hidden by default */
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.modal-overlay.active {
    display: flex; /* overridden by JS, but useful for logic */
    opacity: 1;
}
.modal-content {
    background: var(--light-cream);
    padding: 40px;
    border-radius: 20px;
    width: 100%;
    max-width: 800px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    transform: scale(0.95);
    transition: transform 0.3s ease;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.modal-overlay.active .modal-content {
    transform: scale(1);
}
.close-modal {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
    font-weight: bold;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease;
}
.close-modal:hover {
    color: var(--dark-text);
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}
.contact-form {
    max-width: 800px;
    margin: 0 auto;
    background: var(--light-cream);
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
}
.form-group.full-width {
    grid-column: 1 / -1;
}
.form-group label {
    font-size: 0.9rem;
    font-weight: bold;
    color: var(--primary-green);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.form-group input,
.form-group select,
.form-group textarea {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: var(--font-body);
    font-size: 1rem;
    outline: none;
    transition: var(--transition);
    background-color: var(--white);
    color: var(--dark-text);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--primary-green);
    box-shadow: 0 0 0 3px rgba(1, 77, 49, 0.1);
}
.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #aaa;
}
.form-group textarea {
    resize: vertical;
    min-height: 120px;
}
.form-submit {
    text-align: center;
    margin-top: 30px;
}
.form-submit .btn {
    width: 100%;
    font-size: 1.1rem;
    padding: 18px;
}

@media (max-width: 900px) {
    .header-container {
        flex-direction: column;
        gap: 28px;
        text-align: center;
    }
    .main-nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-contact {
        display: none;
    }
    .topbar {
        display: none;
    }
    .hero-container {
        display: block;
    }
    .hero-section {
        padding: 60px 0;
        background-image: url('lawn_focus.png');
        background-size: cover;
        background-position: center;
    }
    .hero-image-wrapper {
        display: none !important;
    }
    .hero-content {
        text-align: center;
        background: rgba(253, 248, 237, 0.85);
        backdrop-filter: blur(25px);
        -webkit-backdrop-filter: blur(25px);
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 30px;
        padding: 40px 20px;
        box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    }
    .hero-title {
        font-size: 2.8rem;
    }
    .hero-description {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .hero-buttons .btn {
        width: auto;
        padding: 18px 40px;
    }
    .hero-socials {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        gap: 20px;
        margin-top: 15px;
    }
    .hero-image-wrapper {
        min-height: 250px;
        height: 250px;
        max-width: 300px;
        margin: 0 auto;
    }

    .services-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .service-image {
        height: 300px;
        min-height: 300px;
        margin-bottom: 20px;
    }
    .process-grid {
        grid-template-columns: 1fr;
    }
    .services-grid {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 20px;
        padding-bottom: 20px;
        /* Clean invisible scrollbars */
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .services-grid::-webkit-scrollbar {
        display: none;
    }
    .services-grid .service-card {
        flex: 0 0 85%;
        scroll-snap-align: center;
    }
    .process-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .process-container::before {
        display: none; /* Hide background connection line when stacked vertically */
    }
    .reputation-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .reputation-features {
        flex-direction: column;
        gap: 15px;
    }
    .reputation-image {
        height: 300px;
        min-height: 300px;
    }
    .reputation-btn-wrapper {
        justify-content: center;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    .footer-action-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .footer-action-right {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .footer-socials {
        justify-content: center;
    }
    .form-grid {
        grid-template-columns: 1fr;
    }
    .contact-form {
        padding: 30px 20px;
    }
}

html, body {
    overflow-x: hidden;
}
