.elementor-7597 .elementor-element.elementor-element-37dcf879{--display:flex;}.elementor-7597 .elementor-element.elementor-element-6d30f55{--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-7597 .elementor-element.elementor-element-1f3c9c9{text-align:center;}.elementor-7597 .elementor-element.elementor-element-1f3c9c9 .elementor-heading-title{font-size:34px;}.elementor-7597 .elementor-element.elementor-element-69c344b{text-align:center;font-size:18px;font-weight:600;}.elementor-7597 .elementor-element.elementor-element-202194b{--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-7597 .elementor-element.elementor-element-1a1cde5{--grid-row-gap:30px;--grid-column-gap:15px;}.elementor-7597 .elementor-element.elementor-element-1a1cde5 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-7597 .elementor-element.elementor-element-1a1cde5:after{content:"0.5";}.elementor-7597 .elementor-element.elementor-element-1a1cde5 .elementor-post__thumbnail__link{width:100%;}.elementor-7597 .elementor-element.elementor-element-1a1cde5 .elementor-post__meta-data span + span:before{content:"•";}.elementor-7597 .elementor-element.elementor-element-1a1cde5 .elementor-post__text{margin-top:0px;}.elementor-7597 .elementor-element.elementor-element-0cf82d1{--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-7597 .elementor-element.elementor-element-194bfa4 .elementor-button{background-color:var( --e-global-color-61b44888 );font-size:24px;}.elementor-7597 .elementor-element.elementor-element-cab0463{--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(max-width:767px){.elementor-7597 .elementor-element.elementor-element-1a1cde5 .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-7597 .elementor-element.elementor-element-1a1cde5:after{content:"0.5";}.elementor-7597 .elementor-element.elementor-element-1a1cde5 .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-66b7d6e6 */.tophero {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        padding: 80px 0;
        text-align: center;
    }
    .container{
        padding:30px;
        text-align: center;
    }
    
    .subtitle {
        font-size: 1.25rem;
        margin-bottom: 30px;
        opacity: 0.95;
    }
    
    .cta-button {
        display: inline-block;
        background: white;
        color: #667eea;
        padding: 15px 40px;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        font-size: 1.1rem;
        transition: transform 0.2s;
    }
    
    .cta-button:hover {
        transform: translateY(-2px);
    }
    
   
    
    .pricing-grid {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin: 40px 0;
    }
    
    .pricing-card {
        border: 2px solid #e2e8f0;
        border-radius: 10px;
        padding: 40px 30px;
        text-align: center;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    
    .pricing-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    
    .pricing-card.featured {
        border-color: #667eea;
        border-width: 3px;
        position: relative;
    }
    
    .badge {
        position: absolute;
        top: -15px;
        right: 20px;
        background: #667eea;
        color: white;
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: bold;
    }
    
    .price {
        font-size: 3rem;
        font-weight: bold;
        color: #667eea;
        margin: 20px 0;
    }
    
    .price-subtitle {
        color: #718096;
        margin-bottom: 20px;
    }
    
    .features {
        list-style: none;
        margin: 30px 0;
        text-align: left;
    }
    
    .features li {
        padding: 10px 0;
        border-bottom: 1px solid #e2e8f0;
    }
    
    .features li:before {
        content: "✓ ";
        color: #48bb78;
        font-weight: bold;
        margin-right: 10px;
    }
    
    .portfolio-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
        margin: 40px 0;
    }
    
    .portfolio-item {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }
    
    .portfolio-item img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    
    .portfolio-info {
        padding: 20px;
        background: white;
    }
    
    .why-local {
        background: #f7fafc;
    }
    
    .benefit-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
        margin: 40px 0;
    }
    
    .benefit-card {
        padding: 30px;
        background: white;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    
    .benefit-icon {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    
    .process-steps {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 40px 0;
    }
    
    .step {
        text-align: center;
        padding: 30px 20px;
    }
    
    .step-number {
        width: 60px;
        height: 60px;
        background: #667eea;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0 auto 20px;
    }
    
    .faq {
        background: #f7fafc;
    }
    
    .faq-item {
        background: white;
        padding: 25px;
        margin-bottom: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    
    .faq-question {
        font-weight: bold;
        color: #2d3748;
        margin-bottom: 10px;
        font-size: 1.1rem;
    }
    
    .testimonial {
        background: white;
        padding: 30px;
        border-left: 4px solid #667eea;
        margin: 20px 0;
        border-radius: 5px;
    }
    
    .testimonial-text {
        font-style: italic;
        margin-bottom: 15px;
        font-size: 1.1rem;
    }
    
    .testimonial-author {
        font-weight: bold;
        color: #667eea;
    }
    
    .cta-section {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        text-align: center;
        padding: 80px 0;
    }
    
    .cta-section h2 {
        color: white;
    }
    
    .stats {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 30px;
        margin: 40px 0;
        text-align: center;
    }
    
    .stat-number {
        font-size: 3rem;
        font-weight: bold;
        color: #667eea;
    }
    
    .stat-label {
        color: #718096;
        margin-top: 10px;
    }
    
    @media (max-width: 768px) {
        h1 {
            font-size: 2rem;
        }
        
        .pricing-grid,
        .portfolio-grid,
        .benefit-grid {
            grid-template-columns: 1fr;
        }
    }/* End custom CSS */