Felida WA Exterior Contractors | E&K Contracting | Gutters, Painting & Siding /* CSS Reset & Variables */ :root { --primary: #1B4B73; --primary-dark: #0F3559; --primary-light: #2B5F8A; --accent: #4A9B5E; --accent-dark: #3F8650; --white: #FFFFFF; --black: #1A1A1A; --gray-50: #FAFAFA; --gray-100: #F5F5F5; --gray-200: #E5E5E5; --gray-300: #D4D4D4; --gray-400: #A3A3A3; --gray-500: #737373; --gray-600: #525252; --gray-700: #404040; --gray-800: #262626; --gray-900: #171717; --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; --font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif; --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05); --shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1); --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1); --radius: 8px; --radius-lg: 12px; --transition: 0.3s ease; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; font-size: 16px; } body { font-family: var(--font-body); color: var(--gray-700); line-height: 1.6; background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading); color: var(--primary); line-height: 1.2; font-weight: 700; } h1 { font-size: clamp(2rem, 5vw, 3.5rem); } h2 { font-size: clamp(1.75rem, 4vw, 2.5rem); } h3 { font-size: clamp(1.5rem, 3vw, 2rem); } a { color: var(--primary); text-decoration: none; } a:hover { text-decoration: underline; } img { max-width: 100%; height: auto; } .container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; } /* Header */ .header { background: var(--white); box-shadow: var(--shadow); position: sticky; top: 0; z-index: 1000; } .header-inner { display: flex; justify-content: space-between; align-items: center; height: 80px; } .logo img { height: 50px; } .header-cta { display: flex; gap: 1rem; align-items: center; } /* Buttons */ .btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 1.5rem; border-radius: var(--radius); font-weight: 600; transition: all var(--transition); border: 2px solid transparent; cursor: pointer; text-decoration: none; } .btn:hover { text-decoration: none; transform: translateY(-2px); } .btn-primary { background: var(--accent); color: var(--white); } .btn-primary:hover { background: var(--accent-dark); box-shadow: var(--shadow-lg); } .btn-secondary { background: var(--primary); color: var(--white); } .btn-secondary:hover { background: var(--primary-dark); box-shadow: var(--shadow-lg); } /* Hero Section */ .hero { background: linear-gradient(rgba(27, 75, 115, 0.85), rgba(27, 75, 115, 0.85)), url('https://assets.ycodeapp.com/assets/app112695/Images/neihborhood-y7mo3mxvdx.webp'); background-size: cover; background-position: center; padding: 100px 0; color: var(--white); } .hero-content { max-width: 800px; text-align: center; margin: 0 auto; } .hero h1 { color: var(--white); margin-bottom: 1.5rem; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); } .hero-subtitle { font-size: 1.25rem; margin-bottom: 2rem; opacity: 0.95; } .hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } /* Breadcrumb */ .breadcrumb { background: var(--gray-50); padding: 1rem 0; border-bottom: 1px solid var(--gray-200); } .breadcrumb-list { display: flex; align-items: center; gap: 0.5rem; list-style: none; font-size: 0.875rem; } .breadcrumb-list li::after { content: '›'; margin-left: 0.5rem; color: var(--gray-400); } .breadcrumb-list li:last-child::after { display: none; } .breadcrumb-list a { color: var(--gray-600); } .breadcrumb-list li:last-child { color: var(--primary); font-weight: 600; } /* About Felida Section */ .about-felida { padding: 80px 0; } .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .about-content h2 { margin-bottom: 1.5rem; } .about-content p { margin-bottom: 1.5rem; color: var(--gray-600); } .felida-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; } .stat-item { background: var(--gray-50); padding: 1.5rem; border-radius: var(--radius-lg); text-align: center; } .stat-item strong { display: block; font-size: 2rem; color: var(--primary); margin-bottom: 0.5rem; } .felida-images { display: grid; grid-template-columns: 1fr; gap: 1rem; } .felida-image { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); } .felida-image img { width: 100%; height: 300px; object-fit: cover; transition: transform var(--transition); } .felida-image:hover img { transform: scale(1.05); } /* Video Section */ .video-section { padding: 80px 0; background: var(--gray-50); } .video-content { max-width: 900px; margin: 0 auto; text-align: center; } .video-content h2 { margin-bottom: 1rem; } .video-content p { margin-bottom: 2rem; color: var(--gray-600); } .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-xl); } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Services in Felida */ .services-felida { padding: 80px 0; } .section-header { text-align: center; max-width: 800px; margin: 0 auto 3rem; } .section-header h2 { margin-bottom: 1rem; } .section-header p { font-size: 1.125rem; color: var(--gray-600); } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .service-card { background: var(--white); padding: 2rem; border-radius: var(--radius-lg); box-shadow: var(--shadow); transition: all var(--transition); border: 1px solid var(--gray-100); } .service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); border-color: var(--accent); } .service-card h3 { margin-bottom: 1rem; font-size: 1.5rem; } .service-card p { color: var(--gray-600); margin-bottom: 1rem; } .service-features { list-style: none; margin-bottom: 1.5rem; } .service-features li { position: relative; padding-left: 1.5rem; margin-bottom: 0.5rem; color: var(--gray-700); } .service-features li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: bold; } /* Why Choose Felida */ .why-felida { padding: 80px 0; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: var(--white); } .why-felida h2, .why-felida h3 { color: var(--white); } .why-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 3rem; margin-top: 3rem; } .why-item { text-align: center; } .why-number { width: 80px; height: 80px; background: rgba(255, 255, 255, 0.1); border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 700; margin: 0 auto 1.5rem; } .why-item h3 { margin-bottom: 1rem; } .why-item p { opacity: 0.9; } /* Recent Projects */ .recent-projects { padding: 80px 0; background: var(--gray-50); } .projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 3rem; } .project-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: all var(--transition); } .project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-xl); } .project-content { padding: 1.5rem; } .project-type { display: inline-block; background: var(--accent); color: var(--white); padding: 0.25rem 0.75rem; border-radius: var(--radius); font-size: 0.875rem; font-weight: 600; margin-bottom: 0.75rem; } .project-content h4 { margin-bottom: 0.5rem; } .project-content p { color: var(--gray-600); font-size: 0.875rem; } /* Testimonial */ .felida-testimonial { padding: 80px 0; } .testimonial-content { max-width: 800px; margin: 0 auto; text-align: center; } .testimonial-box { background: var(--gray-50); padding: 3rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); margin-top: 3rem; } .testimonial-stars { color: #FFD700; font-size: 1.5rem; margin-bottom: 1.5rem; } .testimonial-text { font-size: 1.25rem; line-height: 1.8; color: var(--gray-700); margin-bottom: 2rem; font-style: italic; } .testimonial-author { font-weight: 600; color: var(--primary); } /* CTA Section */ .cta-felida { padding: 80px 0; background: var(--accent); color: var(--white); text-align: center; } .cta-felida h2 { color: var(--white); margin-bottom: 1rem; } .cta-felida p { font-size: 1.25rem; margin-bottom: 2rem; opacity: 0.95; } .cta-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; } .btn-outline { background: transparent; color: var(--white); border-color: var(--white); } .btn-outline:hover { background: var(--white); color: var(--accent); } /* Quote Section */ .quote-section { padding: 80px 0; background: var(--gray-50); } .quote-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .quote-info h2 { margin-bottom: 1.5rem; } .contact-methods { margin: 2rem 0; } .contact-method { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; } .contact-label { min-width: 40px; height: 40px; background: var(--primary); color: var(--white); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.125rem; } .form-wrapper { background: var(--white); padding: 2rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-xl); } .form-header { text-align: center; margin-bottom: 1.5rem; } .form-header h3 { font-size: 1.75rem; margin-bottom: 0.5rem; } .form-group { margin-bottom: 1.25rem; } .form-group label { display: block; margin-bottom: 0.5rem; font-weight: 600; color: var(--gray-700); } .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.75rem; border: 2px solid var(--gray-200); border-radius: var(--radius); font-size: 1rem; font-family: var(--font-body); transition: border-color var(--transition); } .form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); } .form-submit { width: 100%; background: var(--accent); color: var(--white); font-size: 1.125rem; font-weight: 700; padding: 1rem; border: none; border-radius: var(--radius); cursor: pointer; transition: all var(--transition); } .form-submit:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: var(--shadow-lg); } /* Footer */ .footer { background: var(--gray-900); color: var(--white); padding: 60px 0 30px; text-align: center; } .footer-content { margin-bottom: 2rem; } .footer-logo { height: 40px; margin-bottom: 1.5rem; } .footer-info { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 2rem; } .footer-info a { color: var(--white); } .footer-nav { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 2rem; } .footer-nav a { color: rgba(255, 255, 255, 0.8); } .footer-nav a:hover { color: var(--accent); } .footer-bottom { border-top: 1px solid var(--gray-800); padding-top: 2rem; color: rgba(255, 255, 255, 0.6); font-size: 0.875rem; } /* Mobile Styles */ @media (max-width: 768px) { .about-grid, .quote-content { grid-template-columns: 1fr; gap: 3rem; } .felida-images { order: -1; } .hero-buttons { flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; } .hero-buttons .btn { width: 100%; } .header-cta .btn span { display: none; } }
E&K Contracting
Call (360) 910-9205 Free Quote

Expert Exterior Contractors in Felida, WA

Trusted by Felida homeowners for premium gutters, exterior painting, siding, drywall & roofing services. Family-owned quality since 2002.

Get Free Estimate Call (360) 910-9205
  • Home
  • Vancouver
  • Felida

Premium Exterior Services for Felida Homes

Felida is one of Vancouver's most desirable neighborhoods, known for its spacious lots, beautiful homes, and excellent schools. At E&K Contracting, we understand that Felida homeowners expect nothing but the best when it comes to maintaining and improving their properties.

For over 20 years, we've been the go-to exterior contractors for Felida residents who value quality craftsmanship and reliable service. Our specialization in gutters, exterior painting, siding, drywall, and roofing means we're perfectly equipped to handle the unique needs of Felida's upscale homes.

As a Mexican-American family business with deep roots in the Vancouver community (Sandra served as Vancouver School Board President), we take pride in delivering exceptional results that enhance your home's beauty and protect your investment.

500+ Felida Projects
20+ Years Experience
4.9★ Google Rating
100% Licensed & Insured
Felida Park
Felida Neighborhood

Discover Felida, Washington

Learn everything you need to know about living in Felida and why it's one of Vancouver's most sought-after neighborhoods.

Our Exterior Services in Felida

Premium solutions tailored for Felida's distinctive homes

Gutter Systems

Protect your Felida home with our premium seamless gutter installations and maintenance services.

  • Custom seamless aluminum gutters
  • Copper gutter installations
  • Leaf guard systems
  • Annual maintenance programs
Learn More

Exterior Painting

Enhance your home's curb appeal with our meticulous exterior painting services.

  • Premium paint products
  • Expert color consultation
  • Complete surface preparation
  • Deck & fence staining
Learn More

Siding & Exterior Work

Complete exterior solutions to protect and beautify your Felida property.

  • James Hardie fiber cement
  • Premium vinyl siding
  • Exterior drywall repair
  • Roofing repairs & maintenance
Learn More

Why Felida Homeowners Trust E&K

Experience the difference of working with true professionals

01

Understanding Excellence

We know Felida homes require the highest quality materials and craftsmanship. Our work matches the neighborhood's standards.

02

Community Leaders

As Chamber members with school board leadership, we're invested in maintaining Felida's reputation as a premier neighborhood.

03

Proven Results

Over 500 successful projects in Felida alone, from complete exterior renovations to precision gutter installations.

Recent Felida Projects

Examples of our quality work in your neighborhood

Gutter Installation

Complete Gutter System - Felida Heights

Installed seamless aluminum gutters with leaf guards on a 4,500 sq ft home. Included custom downspout routing to protect landscaping.

Exterior Painting

Full Exterior Repaint - Felida Estates

Complete exterior painting including siding, trim, and deck staining. Used premium Sherwin-Williams Duration paint for lasting beauty.

Siding Repair

James Hardie Installation - West Felida

Replaced damaged wood siding with James Hardie fiber cement. Enhanced curb appeal while improving weather resistance.

What Your Felida Neighbors Say

★★★★★

"E&K Contracting exceeded our expectations on every level. They replaced our gutters and painted our entire exterior. The attention to detail was impressive, and they treated our property with the same care they'd give their own home. Highly recommend for anyone in Felida!"

- The Anderson Family, Felida Woods

Ready to Enhance Your Felida Home?

Join hundreds of satisfied Felida homeowners who trust E&K for their exterior needs

Get Free Estimate Call (360) 910-9205

Get Your Free Felida Estimate

Experience the E&K difference. We provide detailed, transparent quotes with no hidden fees or surprises. Your Felida home deserves the best, and we're here to deliver it.

1
Quick Response
Same-day estimates for Felida residents
2
Local Office
Just 10 minutes from Felida
3
Family Values
Treating your home like our own

Request Your Quote

We'll respond within 1 hour

E&K Contracting
Serving Felida & Greater Vancouver (360) 910-9205 ekllc@live.com
Home Vancouver About Contact

© 2025 E&K Contracting LLC - Felida's Trusted Exterior Contractors | Chamber Member | Privacy