.elementor-1180 .elementor-element.elementor-element-7a27bb9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1180 .elementor-element.elementor-element-7a27bb9:not(.elementor-motion-effects-element-type-background), .elementor-1180 .elementor-element.elementor-element-7a27bb9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lowervillagedoc.com/wp-content/uploads/2024/10/freemancenterback.png.webp");background-position:top center;background-size:cover;}.elementor-1180 .elementor-element.elementor-element-0c1446d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1180 .elementor-element.elementor-element-b7fedf8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1180 .elementor-element.elementor-element-b7fedf8:not(.elementor-motion-effects-element-type-background), .elementor-1180 .elementor-element.elementor-element-b7fedf8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFFA3;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1180 .elementor-element.elementor-element-38bcf30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1180 .elementor-element.elementor-element-0c1446d{--width:25%;}.elementor-1180 .elementor-element.elementor-element-b7fedf8{--width:50%;}.elementor-1180 .elementor-element.elementor-element-38bcf30{--width:25%;}}/* Start custom CSS for html, class: .elementor-element-fdde1ab *//* Reset some browser default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Global container for content */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styles */
.header {
    background: #6d9f57;
    color: white;
    text-align: center;
    padding: 60px 0;
}

.header h1 {
    font-size: 3.5rem;
}

.header p {
    font-size: 2.2rem;
    margin: 10px 0;
}

.cta-button {
    display: inline-block;
    background: #fff;
    color: #6d9f57;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
}

.cta-button:hover {
    background: #f4f4f4;
}

/* About Section */
.about {
    padding: 40px 0;
    text-align: center;
}

.about h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.about p {
    font-size: 2.1rem;
    line-height: 1.5;
}

/* Approach Section */
.approach {
    background: #f9f9f9;
    padding: 60px 0;
}

.approach h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.card h3 {
    font-size: 3.5rem;
    margin-bottom: 10px;
}

/* Programs Section */
.programs {
    padding: 60px 0;
    text-align: center;
}

.program-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* Testimonials Section */
.testimonials {
    background: #f9f9f9;
    padding: 60px 0;
    text-align: center;
}

.testimonial-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.testimonial h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.testimonial p {
    font-size:2rem;
    font-style: italic;
}

/* Consultation Section */
.consultation {
    padding: 60px 0;
    text-align: center;
}

.consultation p {
    font-size: 2.1rem;
    margin: 10px 0;
}

/* Footer */
.footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer p {
    font-size: 1rem;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Media Queries for smaller screens */
@media (max-width: 768px) {
    .header h1 {
        font-size: 3rem;
    }

    .header p {
        font-size: 2rem;
    }

    .approach h2, .programs h2, .testimonials h2 {
        font-size: 2.8rem;
    }

    .card h3, .testimonial h3 {
        font-size: 2.3rem;
    }
}/* End custom CSS */