.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   Painter Website — Elementor Custom CSS
   Color Palette:
   - Primary Yellow:  #FFD700
   - Pale Cream BG:   #FFFBEB
   - Features Strip:  #F9F2D8
   - Text Dark:       #1A1A1A
   - Text Gray:       #6B7280
   - Blue Splash:     #007BFF
   ============================================ */

/* ---- Global Page Background ---- */
body,
.elementor-page,
.elementor-section-wrap {
  background-color: #FFFBEB !important;
}

/* ---- Rounded Card Wrappers for Sections ---- */
.elementor-section-wrap > .elementor-section {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 24px;
}

/* ---- Typography ---- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', 'Inter', system-ui, -apple-system, sans-serif !important;
  color: #1A1A1A !important;
  letter-spacing: -0.02em;
}

p, .elementor-text-editor {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  color: #6B7280 !important;
  line-height: 1.6;
  max-width: 70ch;
}

/* ---- Hero Splash Accent ---- */
.painter-hero-splash {
  position: absolute;
  top: 50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.3), rgba(255, 140, 0, 0.2), rgba(0, 123, 255, 0.15));
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
  pointer-events: none;
}

/* ---- Buttons ---- */
.elementor-button {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  transition: all 0.3s ease !important;
}

.elementor-button-wrapper .elementor-button {
  background-color: #FFD700 !important;
  color: #1A1A1A !important;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4) !important;
}

.elementor-button-wrapper .elementor-button:hover {
  background-color: #FFC700 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5) !important;
}

/* Outlined secondary button variant */
.painter-btn-outline .elementor-button {
  background: transparent !important;
  color: #1A1A1A !important;
  border: 2px solid #1A1A1A !important;
  box-shadow: none !important;
}

.painter-btn-outline .elementor-button:hover {
  background: #1A1A1A !important;
  color: #FFFFFF !important;
}

/* ---- Header / Navigation ---- */
.elementor-sticky--effects {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06) !important;
}

.elementor-nav-menu--main .elementor-item {
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1A1A1A !important;
  transition: color 0.3s ease !important;
}

.elementor-nav-menu--main .elementor-item:hover {
  color: #E6A800 !important;
}

/* ---- Logo Splash Icon ---- */
.painter-logo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #FFD700, #FF8C00, #00C4CC, #007BFF, #FFD700);
  margin-right: 8px;
  vertical-align: middle;
}

/* ---- Features Strip ---- */
.painter-features-section {
  background-color: #F9F2D8 !important;
}

.painter-features-section .elementor-icon-box-wrapper {
  text-align: center;
}

.painter-features-section .elementor-icon-box-icon {
  margin: 0 auto 12px auto !important;
}

.painter-features-section .elementor-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  background: #FFFFFF !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.painter-features-section .elementor-icon i {
  color: #1A1A1A;
  font-size: 24px;
}

.painter-features-section .elementor-icon-box-title {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1A1A1A !important;
}

/* ---- Services Cards ---- */
.painter-service-card .elementor-column-wrap {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.painter-service-card .elementor-column-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.painter-service-card .elementor-widget-image img {
  border-radius: 0;
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.painter-service-card .elementor-widget-heading h3 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.painter-service-card .elementor-widget-text-editor {
  margin-top: 8px;
}

/* ---- Quote Section ---- */
.painter-quote-section .elementor-widget-image img {
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.painter-quote-right {
  background-color: #FFD700 !important;
  position: relative;
}

.painter-quote-right::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 123, 255, 0.25), transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
}

.painter-quote-right .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

/* ---- Trust Badge ---- */
.painter-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #FFF9E0;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #1A1A1A;
}

.painter-trust-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFD700;
}

/* ---- Image Enhancements ---- */
.elementor-widget-image img {
  transition: transform 0.5s ease;
}

.painter-service-card .elementor-widget-image:hover img,
.elementor-widget-image:hover img {
  transform: scale(1.05);
}

/* ---- Footer ---- */
.painter-footer {
  background-color: #1A1A1A !important;
  color: #9CA3AF !important;
}

.painter-footer h4 {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 16px;
}

.painter-footer a {
  color: #9CA3AF !important;
  font-size: 14px !important;
  transition: color 0.3s ease !important;
}

.painter-footer a:hover {
  color: #FFD700 !important;
}

.painter-footer .elementor-social-icons-wrapper .elementor-social-icon {
  background: #374151 !important;
  transition: all 0.3s ease !important;
}

.painter-footer .elementor-social-icons-wrapper .elementor-social-icon:hover {
  background: #FFD700 !important;
}

.painter-footer .elementor-social-icons-wrapper .elementor-social-icon:hover i {
  color: #1A1A1A !important;
}

/* ---- Responsive Adjustments ---- */
@media (max-width: 1024px) {
  .elementor-section-wrap > .elementor-section {
    border-radius: 16px;
  }
  
  .painter-hero-splash {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 768px) {
  .elementor-section-wrap > .elementor-section {
    border-radius: 0;
    margin-bottom: 0;
  }
  
  .painter-quote-section .elementor-widget-image img {
    border-radius: 16px;
  }
  
  .elementor-button {
    width: 100%;
    justify-content: center;
  }
}

/* ---- Smooth Scroll ---- */
html {
  scroll-behavior: smooth;
}

/* ---- Focus States (Accessibility) ---- */
.elementor-button:focus-visible,
.elementor-item:focus-visible,
.elementor-icon:focus-visible {
  outline: 2px solid #FFD700;
  outline-offset: 2px;
}/* End custom CSS */