body > :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
html, body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
/* Improved Services Section Background and Padding */
.services-bg {
    background: #f8f7f3;
    border-radius: 2rem;
    box-shadow: 0 4px 24px rgba(194, 178, 128, 0.10);
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    margin-bottom: 2.5rem;
}
.service-card {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px rgba(194, 178, 128, 0.07);
    padding: 2rem 1.2rem 2rem 1.2rem;
    margin: 0 auto;
    min-width: 220px;
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Improved Gallery Section Background and Padding */
.gallery-bg {
    background: #f8f7f3;
    border-radius: 2rem;
    box-shadow: 0 4px 24px rgba(194, 178, 128, 0.10);
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    margin-bottom: 2.5rem;
}
.gallery-card {
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px rgba(56, 142, 60, 0.07);
    padding: 0.5rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/* Why Choose Section Improvements */
.quick-services {
    background: #fff;
    padding: 3rem 2rem 3rem 2rem;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
    box-shadow: 0 2px 12px rgba(191, 169, 76, 0.07);
}
.quick-services h3 {
    color: #bfa94c;
    font-size: 1.7rem;
    margin-bottom: 2.2rem;
    margin-top: 0.5rem;
}
.quick-services .row {
    margin-left: 0;
    margin-right: 0;
}
.quick-services .card {
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(191, 169, 76, 0.09);
    padding-bottom: 1.2rem;
    padding-top: 0.7rem;
    margin-bottom: 1.2rem;
    border: 1.5px solid #eee;
}
.quick-services .card-img-top {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-bottom: 0.7rem;
}
@media (max-width: 900px) {
    .quick-services {
        padding: 2rem 0.5rem 2rem 0.5rem;
    }
    .quick-services .card {
        margin-bottom: 1.5rem;
    }
}
/* Center navigation menu */
.nav-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
@media (max-width: 900px) {
    .nav-center {
        flex-direction: column;
        gap: 0.5rem;
    }
}
/* --- Elegant Light Header Inspired by Grounded Landscaping --- */
.site-header {
    background: #f8f7f3;
    border-bottom: 1.5px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(35,35,35,0.04);
    margin-top: 0;
    padding-top: 0;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.header-logo-wrap {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-logo {
    height: 120px;
    width: 120px;
    margin-bottom: 0.2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(35,35,35,0.07);
    border: 2px solid #bfa94c;
    object-fit: contain;
}
.header-tagline {
    min-width: 180px;
    font-size: 1rem;
    color: #888;
    line-height: 1.3;
    font-family: 'Montserrat', Arial, sans-serif;
}
.header-contact {
    min-width: 180px;
    font-size: 1rem;
    color: #888;
    line-height: 1.3;
    font-family: 'Montserrat', Arial, sans-serif;
}
.header-contact a {
    color: #388e3c;
    font-weight: 500;
    margin-left: 0.2rem;
}
.header-contact a.text-reset {
    color: #232323;
}
.header-nav-bar {
    background: #f3f1e7;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1.5px solid #e0e0e0;
    padding: 0.2rem 0;
}
.header-nav-bar .nav-link {
    color: #232323;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 1.13rem;
    font-weight: 600;
    padding: 0.7rem 1.2rem;
    border-radius: 0;
    text-decoration: none;
    transition: color 0.18s, background 0.18s;
}
.header-nav-bar .nav-link:hover, .header-nav-bar .nav-link.active {
    color: #bfa94c;
    background: #f8f7f3;
}
@media (max-width: 900px) {
    .header-top {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    .header-tagline, .header-contact {
        min-width: 0;
        font-size: 0.98rem;
    }
    .main-logo {
        height: 80px;
        width: 80px;
    }
}
/* --- Site Title and Logo Sizing Improvements --- */
.main-logo {
    height: 200px;
    width: 200px;
    margin-bottom: 0.5rem;
}
.site-title {
    font-size: 2.5rem;
    margin: 0.5rem 0 0.2rem 0;
    letter-spacing: 1px;
    text-align: center;
}
@media (max-width: 800px) {
    .main-logo {
        height: 120px;
        width: 120px;
    }
    .site-title {
        font-size: 1.3rem;
    }
}
/* Main logo larger for header */
.main-logo {
    height: 160px;
    width: 160px;
    margin-bottom: 0.5rem;
}
/* Modern Hero Section */
.hero-section {
    min-height: 520px;
    position: relative;
    background: none;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(34,34,34,0.45),rgba(34,34,34,0.25)), url('images/hero/hermanus.jpg') center center/cover no-repeat;
    z-index: 1;
    border-radius: 0 0 2.5rem 2.5rem;
}
.hero-content {
    position: relative;
    z-index: 2;
}
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.hero-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (max-width: 800px) {
    .header-logo {
        height: 80px;
        width: 80px;
    }
    .main-logo {
        height: 100px;
        width: 100px;
    }
    .hero-section {
        min-height: 320px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .hero-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.hero-logo {
    height: 100px;
    width: 100px;
    object-fit: contain;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,0.13);
    border: 2px solid #bfa94c;
    padding: 0.5rem;
}

/* Service Cards */
.card {
    border-radius: 1.5rem;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.card:hover {
    box-shadow: 0 8px 32px rgba(56, 142, 60, 0.13), 0 2px 8px rgba(25, 118, 210, 0.09);
}
.card-img-top {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

/* Gallery Section */

.gallery-squares .gallery-square {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    border-radius: 1.2rem;
    box-shadow: 0 2px 12px rgba(56, 142, 60, 0.07);
    margin-bottom: 1rem;
}
.gallery-squares .gallery-square img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.2rem;
    box-shadow: none;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(90deg,#388e3c 60%,#1976d2 100%);
    color: #fff;
    border-radius: 0;
}
.cta-section .btn-light {
    color: #388e3c;
    font-weight: 600;
    border-radius: 2rem;
    box-shadow: 0 2px 8px rgba(56, 142, 60, 0.09);
}

/* About Section */
.about {
    background: #f8f9fa;
    border-radius: 1.5rem;
    box-shadow: 0 2px 12px rgba(56, 142, 60, 0.07);
}

@media (max-width: 800px) {
    .hero-logo {
        height: 70px;
        width: 70px;
    }
    .card-img-top {
        height: 160px !important;
    }
}
/* Header Logo Emphasis */
.header-logo {
        height: 120px;
        width: 120px;
        object-fit: contain;
        border-radius: 18px;
        background: #fff;
        box-shadow: 0 4px 18px rgba(0,0,0,0.13);
        border: 3px solid #bfa94c;
        padding: 0.5rem;
}

            background: linear-gradient(rgba(60,60,60,0.55), rgba(60,60,60,0.55)), url('images/TS Landscaping/Total-Space-Solutions (11).jpg') center center/cover no-repeat;
            min-height: 420px;
            padding: 4.5rem 0 4rem 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            box-shadow: 0 4px 32px rgba(56, 142, 60, 0.10);
            border-radius: 0 0 2.5rem 2.5rem;
@media (max-width: 600px) {
    .header-logo {
        height: 80px;
        width: 80px;
    }
}
/* Testimonials Section */
.testimonials {
    background: #fff;
    padding: 2.2rem 0 2.2rem 0;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(56, 142, 60, 0.07);
}
.testimonials h3 {
    color: #388e3c;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
}
.testimonial-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}
.testimonial {
    background: #e8f5e9;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(56, 142, 60, 0.07);
    padding: 1.2rem 1.1rem;
    max-width: 320px;
    min-width: 220px;
    font-style: italic;
    color: #333;
    position: relative;
}
.testimonial span {
    display: block;
    margin-top: 0.7rem;
    font-size: 0.98rem;
    color: #2e7d32;
    font-style: normal;
}

/* FAQ Section */
.faq {
    background: #fffde7;
    padding: 2.2rem 0 2.2rem 0;
    text-align: left;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(255, 214, 0, 0.07);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.faq h3 {
    color: #ffd600;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    text-align: center;
}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.faq-item strong {
    color: #388e3c;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 1.08rem;
}
.faq-item p {
    margin: 0 0 0.2rem 0;
    color: #444;
    font-size: 1.05rem;
}

@media (max-width: 800px) {
    .testimonial-list {
        flex-direction: column;
        align-items: center;
    }
    .faq {
        padding: 1.2rem 0.2rem;
    }
}
/* Google Fonts already linked in HTML */
body {
    font-family: 'Poppins', 'Montserrat', 'Open Sans', Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #f8f7f3 0%, #e9ecef 100%);
    color: #232323;
}

    background: linear-gradient(90deg, #232323 0%, #4e4e4e 100%);
    color: #fff;
    padding: 0;
    box-shadow: 0 2px 12px rgba(35, 35, 35, 0.08);
}
header .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.2rem 0.5rem 1.2rem 0.5rem;
}
header h1 {
    font-size: 2.1rem;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}
.logo-placeholder {
    width: 48px;
    height: 48px;
    background: #e5e0d8;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #232323;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(35, 35, 35, 0.10);
}
nav {
    display: flex;
    gap: 1.5rem;
}
nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0.3rem 0.7rem;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
nav a:hover {
    background: #c2b280;
    color: #232323;
}
.container {
    width: 92%;
    max-width: 1100px;
    margin: 0 auto;
}
/* Hero Section */
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(120deg, #e5e0d8 60%, #f8f7f3 100%);
    padding: 2.5rem 0 1.5rem 0;
    text-align: center;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 4px 24px rgba(35, 35, 35, 0.07);
    margin-bottom: 1.5rem;
}
.hero-img {
    width: 100%;
    max-width: 420px;
    border-radius: 18px;
    margin-bottom: 1.2rem;
    object-fit: cover;
    aspect-ratio: 4/3;
    box-shadow: 0 4px 18px rgba(26, 35, 126, 0.10);
}
.hero-content h2 {
    margin: 0.5rem 0;
    font-size: 2.3rem;
    font-weight: 800;
    color: #232323;
    font-family: 'Montserrat', Arial, sans-serif;
}
.hero-content p {
    font-size: 1.15rem;
    color: #444;
    margin-bottom: 1.2rem;
}
.cta-btn {
    display: inline-block;
    background: linear-gradient(90deg, #c2b280 0%, #e5e0d8 100%);
    color: #232323;
    padding: 0.85rem 2.2rem;
    border-radius: 25px;
    font-weight: bold;
    margin-top: 1rem;
    text-decoration: none;
    font-size: 1.1rem;
    box-shadow: 0 2px 8px rgba(194, 178, 128, 0.10);
    transition: background 0.2s, transform 0.2s;
}
.cta-btn:hover {
    background: #232323;
    color: #fff;
    transform: translateY(-2px) scale(1.04);
}
.quick-services {
    background: #fff;
    padding: 2.2rem 0 2.5rem 0;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(194, 178, 128, 0.07);
}
.quick-services h3 {
    font-size: 1.6rem;
    color: #c2b280;
    margin-bottom: 1.2rem;
    font-family: 'Montserrat', Arial, sans-serif;
}
.service-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-top: 1rem;
}
.service-card {
    background: #f8f7f3;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(194, 178, 128, 0.10);
    padding: 1.2rem 1rem 1.5rem 1rem;
    width: 290px;
    text-align: center;
    transition: transform 0.18s, box-shadow 0.18s;
    border: 1.5px solid #e0e0e0;
}
.service-card:hover {
    transform: translateY(-6px) scale(1.03);
    box-shadow: 0 8px 32px rgba(194, 178, 128, 0.16);
    border-color: #c2b280;
}
.service-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0.7rem;
    box-shadow: 0 2px 8px rgba(194, 178, 128, 0.07);
}
.service-card h4 {
    color: #232323;
    margin: 0.7rem 0 0.3rem 0;
    font-size: 1.2rem;
    font-family: 'Montserrat', Arial, sans-serif;
}
.about {
    background: #fff;
    padding: 2.5rem 0 2.5rem 0;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(194, 178, 128, 0.07);
}
.about-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 12px rgba(194, 178, 128, 0.10);
}
.about p {
    font-size: 1.13rem;
    color: #444;
    max-width: 600px;
    margin: 0.7rem auto;
}
.services {
    background: linear-gradient(120deg, #e5e0d8 60%, #f8f7f3 100%);
    padding: 2.5rem 0 2.5rem 0;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(194, 178, 128, 0.07);
}
.services h2 {
    color: #232323;
    margin-bottom: 1.5rem;
    font-family: 'Montserrat', Arial, sans-serif;
}
.service-list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(194, 178, 128, 0.10);
    padding: 1.2rem 1rem 1.2rem 1rem;
    transition: transform 0.18s, box-shadow 0.18s;
    border: 1.5px solid #e0e0e0;
}
.service-item:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 8px 32px rgba(194, 178, 128, 0.16);
    border-color: #c2b280;
}
.service-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(194, 178, 128, 0.07);
}
.service-item h3 {
    color: #232323;
    margin: 0 0 0.5rem 0;
    font-family: 'Montserrat', Arial, sans-serif;
}
.service-item ul {
    margin: 0;
    padding-left: 1.1rem;
    color: #444;
    font-size: 1.08rem;
}
.contact {
    background: #fff;
    padding: 2.5rem 0 2.5rem 0;
    text-align: center;
    border-radius: 24px;
    margin-bottom: 2rem;
    box-shadow: 0 2px 12px rgba(26, 35, 126, 0.07);
}
.contact-details {
    list-style: none;
    padding: 0;
    margin: 1.2rem 0 2.2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}
.contact-details li {
    font-size: 1.13rem;
    color: #232323;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 400px;
    margin: 0 auto 2rem auto;
    background: #f8f7f3;
    padding: 1.2rem 1rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(194, 178, 128, 0.07);
}
.contact-form input,
.contact-form textarea {
    padding: 0.85rem;
    border: 1.5px solid #bdbdbd;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    background: #fff;
    transition: border 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border: 1.5px solid #c2b280;
    outline: none;
}
.contact-form button {
    background: linear-gradient(90deg, #c2b280 0%, #e5e0d8 100%);
    color: #232323;
    border: none;
    padding: 0.85rem;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.2s, transform 0.2s;
    box-shadow: 0 2px 8px rgba(194, 178, 128, 0.10);
}
.contact-form button:hover {
    background: #232323;
    color: #fff;
    transform: translateY(-2px) scale(1.04);
}
.map-placeholder img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    margin: 1.2rem 0;
    object-fit: cover;
    aspect-ratio: 4/3;
    box-shadow: 0 2px 8px rgba(194, 178, 128, 0.07);
}
.business-hours {
    margin-top: 1.2rem;
    font-size: 1.08rem;
    color: #555;
}
footer {
    background: #232323;
    color: #fff;
    text-align: center;
    padding: 1.2rem 0;
    margin-top: 2rem;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -2px 12px rgba(35, 35, 35, 0.07);
}
@media (max-width: 900px) {
    header .container {
        flex-direction: column;
        gap: 0.7rem;
        padding: 1.2rem 0.5rem;
    }
    nav {
        gap: 1rem;
    }
}
@media (max-width: 800px) {
    .service-cards {
        flex-direction: column;
        align-items: center;
    }
    .service-list {
        gap: 1.2rem;
    }
    .service-item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 1rem;
    }
    .service-item img {
        margin-bottom: 0.5rem;
    }
}
@media (max-width: 600px) {
    header .container, .container {
        width: 99%;
        padding: 0 0.2rem;
    }
    .hero-content h2 {
        font-size: 1.3rem;
    }
    .service-card, .service-item {
        width: 100%;
        padding: 0.7rem;
    }
    .about-img {
        width: 120px;
        height: 120px;
    }
    .map-placeholder img {
        max-width: 100%;
    }
    .hero-img {
        max-width: 98vw;
    }
}

html, body {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
}