

.entry-content-wrap{padding:0 !important;}
.entry.single-entry{box-shadow:none !important;background:transparent !important;}
.site-container.content-container{max-width:100% !important;padding:0 !important;}
* { margin: 0; padding: 0; box-sizing: border-box; }
#gc-page-wrapper { width: 100% !important; max-width: 100% !important; display: block !important; }
#gc-page-wrapper * { box-sizing: border-box !important; }
.wallpaper-container { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px !important; width: 100% !important; display: block !important; }
.top-header { background: #0f4c81; color: white; padding: 12px 20px; text-align: center; font-weight: 600; }
.hero { background-image: linear-gradient(rgba(15,76,129,0.85),rgba(15,76,129,0.85)),url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?q=80&w=2000&auto=format&fit=crop'); background-size: cover; background-position: center; color: white; padding: 80px 20px 60px; text-align: center; }
.hero h1 { font-size: 2.5rem; margin-bottom: 20px; font-weight: 700; }
.hero h1 a { color: white; text-decoration: underline; }
.hero .subtitle { font-size: 1.3rem; margin-bottom: 15px; font-weight: 300; }
.hero .subtitle a { color: white; text-decoration: underline; }
.hero .tagline { font-size: 1.1rem; margin-bottom: 30px; opacity: 0.95; }
.cta-button { display: inline-block; background: #ff6b35; color: white; padding: 15px 40px; text-decoration: none; border-radius: 5px; font-size: 1.1rem; font-weight: 600; transition: background 0.3s; margin: 10px; }
.cta-button:hover { background: #e55a2b; color: white; }
.cta-button.secondary { background: transparent; border: 2px solid white; }
.cta-button.secondary:hover { background: rgba(255,255,255,0.1); }
.trust-badges { background: #f8f9fa; padding: 30px 20px; text-align: center; }
.badges-grid { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; margin-top: 20px; }
.badge { text-align: center; }
.badge-icon { font-size: 2.5rem; margin-bottom: 10px; }
.badge-text { font-weight: 600; color: #1a1a1a; }
.wallpaper-section-title { text-align: center !important; font-size: 2.2rem !important; margin-bottom: 15px !important; color: #1a1a1a !important; width: 100% !important; }
.wallpaper-section-subtitle { text-align: center !important; font-size: 1.1rem !important; color: #666 !important; margin-bottom: 50px !important; width: 100% !important; }
.contact { padding: 60px 20px; background: white; }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; max-width: 1200px; margin: 0 auto; }
.contact-content h2 { font-size: 2.2rem; margin-bottom: 20px; color: #1a1a1a; }
.contact-content p { font-size: 1.1rem; color: #666; line-height: 1.8; margin-bottom: 20px; }
.contact-content a { color: #0f4c81; text-decoration: underline; }
.contact-benefits { list-style: none; padding: 0; margin: 20px 0; }
.contact-benefits li { padding: 8px 0 8px 28px; position: relative; font-size: 1.05rem; color: #444; line-height: 1.6; }
.contact-benefits li::before { content: "2713"; position: absolute; left: 0; color: #0f4c81; font-weight: 700; }
.form-container { background: white; padding: 40px; border-radius: 8px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); }
.form-container h3 { font-size: 1.5rem; margin-bottom: 25px; color: #1a1a1a; text-align: center; }
.form-group { margin-bottom: 25px; }
.form-group label { display: block; font-weight: 600; color: #1a1a1a; margin-bottom: 8px; font-size: 0.95rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; border: 2px solid #e5e7eb; border-radius: 5px; font-size: 1rem; font-family: inherit; transition: border-color 0.3s; background: #f8f9fa; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: #0f4c81; background: white; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.submit-btn { width: 100%; background: #ff6b35; color: white; border: none; padding: 15px 40px; font-size: 1.1rem; font-weight: 600; border-radius: 5px; cursor: pointer; transition: background 0.3s; margin-top: 10px; }
.submit-btn:hover { background: #e55a2b; }
.services { padding: 60px 20px; background: white; }
.services-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 30px !important; margin-top: 30px; }
.service-card { background: #f8f9fa; padding: 30px; border-radius: 8px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; text-decoration: none; color: inherit; display: block; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.12); }
.service-icon { font-size: 2.5rem; margin-bottom: 15px; display: block; }
.service-card h3 { color: #0f4c81; font-size: 1.2rem; margin-bottom: 10px; }
.service-card p { color: #666; font-size: 0.95rem; line-height: 1.7; }
.process { padding: 60px 20px; background: #f8f9fa; }
.process-steps { display: grid !important; grid-template-columns: repeat(4, 1fr) !important; gap: 30px !important; margin-top: 30px; }
.process-steps.bottom-row { margin-top: 30px; grid-template-columns: 1fr !important; max-width: 300px; margin-left: auto; margin-right: auto; }
.step { background: white; padding: 30px; border-radius: 8px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.step-number { width: 50px; height: 50px; background: #0f4c81; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; font-weight: 700; margin: 0 auto 15px; }
.step h3 { color: #0f4c81; font-size: 1.1rem; margin-bottom: 10px; }
.step p { color: #666; font-size: 0.95rem; line-height: 1.6; }
.gallery { padding: 60px 20px; background: white; }
.wallpaper-gallery-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 20px !important; margin-top: 30px; }
.wallpaper-gallery-item { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.wallpaper-gallery-item img { width: 100% !important; height: 280px !important; object-fit: cover !important; display: block !important; transition: transform 0.3s; }
.wallpaper-gallery-item:hover img { transform: scale(1.03); }
.contact-info-section { display: flex; flex-direction: column; gap: 30px; }
.info-card { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); transition: transform 0.3s, box-shadow 0.3s; }
.info-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.15); }
.info-card-icon { width: 56px; height: 56px; background: #0f4c81; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; color: white; }
.info-card h3 { color: #0f4c81; font-size: 1.3rem; margin-bottom: 12px; }
.info-card p { color: #666; margin-bottom: 8px; font-size: 0.95rem; }
.info-card a { color: #0f4c81; text-decoration: none; font-weight: 600; font-size: 1.1rem; }
.info-card a:hover { color: #ff6b35; }
.trust-section { background: #f8f9fa; padding: 60px 20px; }
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 60px; text-align: center; margin-top: 40px; }
.trust-item { padding: 20px; }
.trust-icon { font-size: 2.5rem; margin-bottom: 15px; }
.trust-item h3 { color: #1a1a1a; font-size: 1.2rem; margin-bottom: 10px; }
.trust-item p { color: #666; font-size: 0.95rem; line-height: 1.7; }
.areas { background: #d1d5db; color: #1a1a1a; padding: 60px 20px; }
.areas-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 20px; margin-top: 30px; }
.area-item { padding: 15px; background: rgba(255,255,255,0.6); border-radius: 5px; text-align: center; color: #1a1a1a; }
.testimonials { padding: 60px 20px; background: #f8f9fa; }
.testimonials-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 30px !important; margin-top: 30px; }
.testimonial { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.stars { font-size: 1.3rem; margin-bottom: 15px; }
.testimonial-text { color: #444; font-size: 1rem; line-height: 1.8; font-style: italic; margin-bottom: 15px; }
.testimonial-author { color: #1a1a1a; font-weight: 600; font-size: 0.95rem; }
.testimonial-location { color: #888; font-size: 0.85rem; }
.faq { padding: 60px 20px; background: white; }
.faq-title { text-align: center; font-size: 2.2rem; margin-bottom: 15px; color: #0f4c81; }
.faq-subtitle { text-align: center; font-size: 1.1rem; color: #666; margin-bottom: 50px; }
.faq-item { background: #f8f9fa; border-radius: 8px; margin-bottom: 15px; overflow: hidden; }
.faq-question { width: 100%; padding: 20px 25px; background: none; border: none; text-align: left; font-size: 1.2rem; font-weight: 600; color: #0f4c81; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s; font-family: inherit; }
.faq-question:hover { background: rgba(15,76,129,0.05); }
.faq-question::after { content: "25BC"; font-size: 0.8rem; transition: transform 0.3s; }
.faq-question.active::after { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-answer-content { padding: 0 25px 20px 25px; color: #666; line-height: 1.8; font-size: 1rem; }
.faq-answer-content a { color: #0f4c81; text-decoration: underline; }
.faq-answer.active { max-height: 500px; }
@media (max-width: 768px) {
  .hero h1 { font-size: 2rem; }
  .hero .subtitle { font-size: 1.1rem; }
  .wallpaper-section-title { font-size: 1.8rem !important; }
  .badges-grid { gap: 20px; }
  .contact-wrapper { grid-template-columns: 1fr !important; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr !important; }
  .wallpaper-gallery-grid { grid-template-columns: 1fr !important; }
  .testimonials-grid { grid-template-columns: 1fr !important; }
  .process-steps { grid-template-columns: 1fr !important; }
}
/* Emergency hero fix - override Kadence white backgrounds */
.page .content-area{margin-top:0 !important;margin-bottom:0 !important;}
.page .entry-content-wrap{padding:0 !important;}
.page .entry.single-entry{box-shadow:none !important;background:transparent !important;border:none !important;}
.page .content-bg,.page body.content-style-unboxed .site{background:transparent !important;}
.page .site-container.content-container{max-width:100% !important;width:100% !important;padding:0 !important;}
.hero{background:linear-gradient(135deg,#0f2847 0%,#1a3c6e 50%,#2a5ba8 100%) !important;position:relative;overflow:hidden;padding:100px 0 80px;width:100vw !important;margin-left:calc(-50vw + 50%) !important;}
