/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Roboto:wght@300;400;700&display=swap');

/* Base Styles */
body {
    margin: 0;
    font-family: 'Roboto', sans-serif; /* A more modern, clean font */
    background: #f8fcf8; /* A very light green/grey for a fresh look */
    color: #333;
    line-height: 1.6;
}

/* Header */
header {
    background: #2e7d32; /* Darker green for a more professional feel */
    color: white;
    padding: 15px 40px; /* More padding for a premium look */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Subtle shadow for depth */
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo {
    height: 60px; /* Slightly larger logo */
    margin-right: 15px;
}

.site-title {
    font-family: 'Montserrat', sans-serif; /* Distinct font for site title */
    font-size: 1.8em;
    font-weight: 700;
    color: white;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px; /* More spacing */
    font-weight: 600; /* Slightly bolder */
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Smooth transitions */
}

nav a:hover, nav a.active {
    color: #aed581; /* Lighter green on hover/active */
    text-decoration: underline;
    text-underline-offset: 4px; /* Space out underline */
}

/* Hero Section */
.hero {
    background: linear-gradient(to right, #e8f5e9, #c8e6c9); /* Subtle gradient for depth */
    color: #333;
    padding: 80px 40px; /* More vertical padding */
    text-align: center;
    display: flex; /* Use flexbox for layout */
    align-items: center;
    justify-content: center;
    gap: 50px; /* Space between text and image */
    flex-wrap: wrap; /* Allow wrapping on small screens */
}

.hero-content {
    max-width: 600px;
    text-align: left; /* Align text to the left */
}

.hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8em; /* Larger heading */
    color: #2e7d32; /* Dark green for headings */
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 30px;
}

.hero-image-container {
    flex-shrink: 0; /* Don't shrink the image container */
}

.hero-illustration {
    max-width: 400px; /* Max width for the image */
    height: auto;
    border-radius: 10px; /* Slightly rounded corners */
    box-shadow: 0 10px 20px rgba(0,0,0,0.15); /* More prominent shadow */
}

.hero.hero-small {
    padding: 60px 40px;
    text-align: center;
    justify-content: center;
    background: linear-gradient(to right, #c8e6c9, #e8f5e9);
    color: #2e7d32;
    flex-direction: column; /* Stack content vertically */
}

.hero.hero-small h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.hero.hero-small p {
    font-size: 1.1em;
    color: #4CAF50; /* A slightly lighter green for contrast */
}

/* Call to Action Button */
.cta, .cta-small {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 30px; /* Larger padding */
    background: #4CAF50; /* A vibrant green */
    color: white;
    text-decoration: none;
    border-radius: 8px; /* More rounded corners */
    font-weight: 700;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.2s ease; /* Smooth hover effects */
    box-shadow: 0 4px 8px rgba(0,0,0,0.2); /* Shadow for pop */
}

.cta:hover, .cta-small:hover {
    background-color: #388e3c; /* Darker green on hover */
    transform: translateY(-2px); /* Slight lift effect */
}

.cta-small {
    padding: 10px 20px;
    font-size: 0.9em;
    margin-top: 15px;
}

/* General Section Styling */
section {
    padding: 60px 40px; /* More padding for better spacing */
    max-width: 1200px; /* Max width for content */
    margin: 0 auto; /* Center content */
    background: white; /* White background for sections */
    margin-bottom: 30px;
    border-radius: 10px; /* Rounded corners for sections */
    box-shadow: 0 5px 15px rgba(0,0,0,0.08); /* Subtle shadow for depth */
}

/* Card Styling for sections */
.card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 40px;
    margin-bottom: 30px;
}

section h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2em;
    color: #2e7d32;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

section h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #4CAF50; /* Green underline */
    border-radius: 2px;
}

/* Intro Section */
.intro p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
}

/* Why Us Section */
.why-us {
    background: #e8f5e9; /* Lighter background for variety */
    text-align: center;
}

.why-us-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.reason-item {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.reason-item .icon {
    font-size: 3.5em; /* Larger icons */
    color: #4CAF50;
    margin-bottom: 20px;
}

.reason-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    color: #388e3c;
    margin-bottom: 10px;
}

.reason-item p {
    color: #666;
}

/* Testimonials Section */
.testimonials {
    background: #dce7dce6; /* A soft background for this section */
    text-align: center;
}

.testimonial-slider {
    display: flex;
    overflow-x: auto; /* Enable horizontal scrolling if needed */
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 20px;
    padding-bottom: 20px;
    justify-content: center; /* Center testimonials if few */
}

.testimonial-item {
    flex: 0 0 450px; /* Fixed width for testimonial cards */
    scroll-snap-align: start;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: left;
    min-width: 300px; /* Ensure minimum width for smaller screens */
}

.testimonial-item p {
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
    font-size: 1.1em;
}

.testimonial-item cite {
    display: block;
    font-weight: 600;
    color: #2e7d32;
    text-align: right;
    margin-top: 10px;
}

/* Services Page Specific Styling */
.services-intro p {
    font-size: 1.1em;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
}

.services-packs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.pack-card {
    background: white;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pack-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.pack-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8em;
    color: #2e7d32;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.pack-card h3 .icon {
    font-size: 1.2em;
    margin-right: 10px;
    color: #4CAF50;
}

.pack-card .pack-description {
    color: #666;
    font-size: 1.05em;
    margin-bottom: 25px;
    flex-grow: 1; /* Allow description to take available space */
}

.pack-card ul {
    list-style: none; /* Remove default bullet points */
    padding: 0;
    margin-bottom: 30px;
}

.pack-card ul li {
    background: #e8f5e9; /* Light background for list items */
    padding: 12px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 1.1em;
    color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.pack-card ul li .fa-check-circle {
    color: #4CAF50;
    margin-right: 10px;
    font-size: 1.1em;
}

.pack-card .cta-small {
    align-self: center; /* Center the button */
    margin-top: auto; /* Push button to bottom */
}

/* How It Works Section */
.how-it-works ol {
    list-style: none;
    padding: 0;
    counter-reset: step-counter; /* Initialize counter */
}

.how-it-works ol li {
    counter-increment: step-counter; /* Increment counter for each list item */
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #444;
    position: relative;
    padding-left: 40px; /* Space for the custom number */
}

.how-it-works ol li::before {
    content: counter(step-counter); /* Display the counter */
    position: absolute;
    left: 0;
    top: 0;
    background-color: #4CAF50; /* Green circle */
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1em;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.how-it-works p a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: bold;
}

.how-it-works p a:hover {
    text-decoration: underline;
}

/* Contact Page Specific Styling */
.contact-info {
    text-align: center;
}

.contact-details p {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #444;
}

.contact-details p i {
    color: #4CAF50;
    margin-right: 10px;
    font-size: 1.1em;
}

.contact-details p a {
    color: #2e7d32;
    text-decoration: none;
    font-weight: bold;
}

.contact-details p a:hover {
    text-decoration: underline;
}

.contact-form-section {
    background: #e8f5e9; /* Lighter background for the form */
}

.contact-form {
    display: grid;
    gap: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box; /* Include padding in width */
}

.form-group textarea {
    resize: vertical; /* Allow vertical resizing */
    min-height: 120px;
}

.contact-form .cta {
    width: auto;
    margin: 20px auto 0 auto; /* Center button */
}

/* Footer */
footer {
    background: #1b5e20; /* Even darker green for strong contrast */
    color: white;
    padding: 30px 40px;
    font-size: 0.95em;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.footer-info, .footer-address, .footer-social {
    flex: 1;
    min-width: 200px;
    text-align: left;
}

.footer-info p, .footer-address p {
    margin: 8px 0;
}

.footer-info p i, .footer-address p i {
    margin-right: 10px;
    color: #aed581; /* Lighter green icons */
}

.footer-social {
    text-align: right;
}

.footer-social a {
    color: white;
    font-size: 1.8em;
    margin-left: 15px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #aed581;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
    .hero {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .hero-content {
        text-align: center;
    }

    .hero h1 {
        font-size: 2.2em;
    }

    .hero-illustration {
        max-width: 80%;
    }

    .why-us-grid, .services-packs {
        grid-template-columns: 1fr; /* Stack columns on smaller screens */
    }

    .testimonial-item {
        flex: 0 0 80%; /* Adjust width for testimonials */
        margin: 0 auto; /* Center individual testimonial */
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-info, .footer-address, .footer-social {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-social a {
        margin: 0 10px; /* Adjust spacing for social icons */
    }
}

@media (max-width: 600px) {
    header {
        flex-direction: column;
        padding: 15px 20px;
        text-align: center;
    }

    nav {
        margin-top: 15px;
    }

    nav a {
        margin: 0 8px;
        font-size: 0.9em;
    }

    .logo {
        height: 45px;
    }

    .site-title {
        font-size: 1.5em;
    }

    .hero {
        padding: 50px 20px;
    }

    .hero h1 {
        font-size: 1.8em;
    }

    .hero p {
        font-size: 1em;
    }

    section {
        padding: 40px 20px;
    }

    section h2 {
        font-size: 1.8em;
    }

    .cta {
        padding: 12px 25px;
        font-size: 1em;
    }

    .pack-card h3 {
        font-size: 1.5em;
    }

    .pack-card ul li {
        font-size: 1em;
        padding: 10px 15px;
    }
}
