/*
Theme Name: Junk Removal UAE
Theme URI: https://junkremovaluae.com
Author: Junk Removal UAE
Author URI: https://junkremovaluae.com
Description: A professional, modern WordPress theme for Junk Removal UAE services. Features navy blue and vibrant green brand colors, Elementor compatible, fully responsive for mobile and desktop.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: junk-removal-uae
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, full-width-template, elementor
*/

/* ===== CSS VARIABLES ===== */
:root {
  --navy: #0A1F44;
  --navy-dark: #060F22;
  --navy-light: #122454;
  --green: #2ECC71;
  --green-dark: #27AE60;
  --green-light: #3de080;
  --white: #FFFFFF;
  --off-white: #F8FAF9;
  --light-gray: #EEF2F0;
  --mid-gray: #B0BEC5;
  --dark-gray: #4A5568;
  --text: #1A202C;
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  --shadow: 0 4px 24px rgba(10,31,68,0.10);
  --shadow-lg: 0 8px 40px rgba(10,31,68,0.18);
  --radius: 10px;
  --radius-lg: 18px;
  --transition: all 0.3s cubic-bezier(.4,0,.2,1);
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--green-dark); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--green); }
ul { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
}

/* ===== UTILITY ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-padding { padding: 80px 0; }
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.bg-navy { background: var(--navy); }
.bg-green { background: var(--green); }
.bg-light { background: var(--off-white); }

.section-label {
  display: inline-block;
  background: rgba(46,204,113,0.12);
  color: var(--green-dark);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  margin-bottom: 16px;
}
.section-subtitle {
  color: var(--dark-gray);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto 40px;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  border: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
.btn-primary {
  background: var(--green);
  color: var(--navy);
  border-color: var(--green);
}
.btn-primary:hover {
  background: var(--green-light);
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(46,204,113,0.4);
}
.btn-secondary {
  background: transparent;
  color: var(--white);
  border-color: var(--white);
}
.btn-secondary:hover {
  background: var(--white);
  color: var(--navy);
  transform: translateY(-2px);
}
.btn-navy {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
}
.btn-navy:hover {
  background: var(--navy-light);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.btn-lg { padding: 17px 40px; font-size: 1.05rem; }

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--navy-dark);
  padding: 8px 0;
  font-size: 0.85rem;
  color: var(--mid-gray);
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.top-bar a { color: var(--green); }
.top-bar a:hover { color: var(--white); }
.top-bar-contact { display: flex; gap: 24px; }
.top-bar-contact span { display: flex; align-items: center; gap: 6px; }

/* ===== HEADER / NAVIGATION ===== */
#site-header {
  background: var(--white);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(10,31,68,0.08);
  transition: var(--transition);
}
#site-header.scrolled {
  box-shadow: 0 4px 30px rgba(10,31,68,0.15);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.logo-icon {
  width: 46px;
  height: 46px;
  background: var(--green);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.logo-text .brand-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
}
.logo-text .brand-sub {
  font-size: 0.72rem;
  color: var(--green-dark);
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* Main Nav */
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
  padding: 8px 14px;
  border-radius: 6px;
  transition: var(--transition);
  text-decoration: none;
}
.main-nav a:hover, .main-nav a.active {
  color: var(--green-dark);
  background: rgba(46,204,113,0.1);
}

/* Dropdown */
.nav-item { position: relative; }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-width: 240px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: var(--transition);
  border-top: 3px solid var(--green);
  z-index: 200;
}
.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 0.88rem;
  color: var(--text);
  border-radius: 0;
}
.dropdown-menu a:hover {
  background: var(--off-white);
  color: var(--green-dark);
  padding-left: 28px;
}

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--navy);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-phone:hover { color: var(--green-dark); }

/* Mobile Nav Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 2.5px;
  background: var(--navy);
  border-radius: 4px;
  transition: var(--transition);
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* ===== HERO SECTION ===== */
.hero-section {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 50%, #0d3060 100%);
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 800"><path fill="%232ECC71" fill-opacity="0.04" d="M0,400 C360,300 720,500 1080,350 L1440,250 L1440,800 L0,800Z"/><path fill="%232ECC71" fill-opacity="0.03" d="M0,600 C480,450 960,650 1440,500 L1440,800 L0,800Z"/></svg>') no-repeat bottom center / cover;
}
.hero-bg-shapes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-shape {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,204,113,0.08) 0%, transparent 70%);
}
.hero-shape-1 { width: 600px; height: 600px; top: -200px; right: -100px; }
.hero-shape-2 { width: 400px; height: 400px; bottom: -150px; left: 50px; }

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 80px 0;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(46,204,113,0.15);
  border: 1px solid rgba(46,204,113,0.3);
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.hero-badge::before { content: '●'; font-size: 0.5rem; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

.hero-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
}
.hero-title .highlight { color: var(--green); }

.hero-desc {
  color: rgba(255,255,255,0.75);
  font-size: 1.1rem;
  margin-bottom: 36px;
  line-height: 1.8;
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 50px; }

.hero-stats {
  display: flex;
  gap: 36px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat .number {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 800;
  color: var(--green);
  line-height: 1;
}
.hero-stat .label {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
  margin-top: 4px;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-truck-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 30px;
  text-align: center;
  backdrop-filter: blur(10px);
  width: 100%;
  max-width: 420px;
}
.hero-truck-icon {
  font-size: 6rem;
  margin-bottom: 20px;
  filter: drop-shadow(0 4px 20px rgba(46,204,113,0.3));
}
.hero-truck-card h3 {
  color: var(--white);
  font-size: 1.3rem;
  margin-bottom: 8px;
}
.hero-truck-card p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
}
.hero-float-badge {
  position: absolute;
  background: var(--green);
  color: var(--navy);
  border-radius: var(--radius);
  padding: 12px 18px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 8px 24px rgba(46,204,113,0.4);
  white-space: nowrap;
}
.hero-float-badge.top-right { top: -16px; right: -16px; }
.hero-float-badge.bottom-left { bottom: -16px; left: -16px; font-size: 0.8rem; }

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--navy-dark);
  padding: 20px 0;
  border-top: 2px solid var(--green);
}
.trust-bar-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.85);
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
}
.trust-item .icon {
  font-size: 1.3rem;
  color: var(--green);
}

/* ===== SERVICES SECTION ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.service-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px 28px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  position: relative;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--green);
  transform: scaleX(0);
  transition: var(--transition);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-bottom-color: var(--green);
}
.service-card:hover::before { transform: scaleX(1); }
.service-icon {
  width: 64px;
  height: 64px;
  background: rgba(46,204,113,0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  transition: var(--transition);
}
.service-card:hover .service-icon {
  background: var(--green);
  transform: scale(1.1);
}
.service-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: var(--navy);
}
.service-card p {
  color: var(--dark-gray);
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--green-dark);
  font-weight: 700;
  font-size: 0.88rem;
  font-family: var(--font-heading);
}
.service-link:hover { gap: 10px; }

/* ===== WHY CHOOSE US ===== */
.why-section { background: var(--off-white); }
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.why-visual {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius-lg);
  padding: 50px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.why-visual::after {
  content: '';
  position: absolute;
  bottom: -40px; right: -40px;
  width: 200px; height: 200px;
  background: rgba(46,204,113,0.06);
  border-radius: 50%;
}
.why-truck-emoji { font-size: 5rem; margin-bottom: 20px; }
.why-visual h3 { color: var(--white); font-size: 1.5rem; margin-bottom: 12px; }
.why-visual p { color: rgba(255,255,255,0.7); }

.features-list { display: flex; flex-direction: column; gap: 20px; }
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--white);
  padding: 20px;
  border-radius: var(--radius);
  box-shadow: 0 2px 12px rgba(10,31,68,0.06);
  transition: var(--transition);
}
.feature-item:hover {
  transform: translateX(6px);
  box-shadow: var(--shadow);
}
.feature-icon {
  width: 46px;
  height: 46px;
  background: rgba(46,204,113,0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.feature-item h4 { font-size: 1rem; margin-bottom: 4px; color: var(--navy); }
.feature-item p { font-size: 0.87rem; color: var(--dark-gray); }

/* ===== CTA BANNER ===== */
.cta-section {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
  padding: 70px 0;
  text-align: center;
}
.cta-section h2 { color: var(--navy); font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 12px; }
.cta-section p { color: rgba(10,31,68,0.75); font-size: 1.1rem; margin-bottom: 32px; }
.cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* ===== PROCESS SECTION ===== */
.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: linear-gradient(90deg, var(--green), var(--green-dark));
  z-index: 0;
}
.process-step { text-align: center; position: relative; z-index: 1; }
.step-number {
  width: 72px;
  height: 72px;
  background: var(--navy);
  color: var(--white);
  border: 3px solid var(--green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 auto 20px;
  transition: var(--transition);
}
.process-step:hover .step-number {
  background: var(--green);
  color: var(--navy);
}
.process-step h4 { font-size: 1rem; margin-bottom: 8px; }
.process-step p { font-size: 0.85rem; color: var(--dark-gray); }

/* ===== TESTIMONIALS ===== */
.testimonials-section { background: var(--navy); padding: 80px 0; }
.testimonials-section .section-title { color: var(--white); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 50px;
}
.testimonial-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 30px;
  transition: var(--transition);
}
.testimonial-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--green);
}
.stars { color: var(--green); font-size: 1rem; margin-bottom: 14px; }
.testimonial-card p { color: rgba(255,255,255,0.75); font-size: 0.9rem; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  flex-shrink: 0;
}
.reviewer-name { color: var(--white); font-weight: 600; font-size: 0.9rem; }
.reviewer-loc { color: var(--mid-gray); font-size: 0.78rem; }

/* ===== ABOUT PAGE ===== */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-image-box {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius: var(--radius-lg);
  padding: 50px;
  text-align: center;
}
.about-emoji { font-size: 7rem; }
.about-stat-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 24px;
}
.about-stat-box {
  background: rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 16px;
  text-align: center;
}
.about-stat-box .num { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 800; color: var(--green); }
.about-stat-box .lbl { font-size: 0.78rem; color: rgba(255,255,255,0.65); }
.about-values { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.value-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--off-white);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--navy);
}
.value-tag span { font-size: 1.1rem; }

/* ===== SERVICE PAGES ===== */
.service-page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 80px 0;
  text-align: center;
}
.service-page-hero h1 { color: var(--white); font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 16px; }
.service-page-hero p { color: rgba(255,255,255,0.75); font-size: 1.1rem; max-width: 600px; margin: 0 auto 32px; }
.breadcrumb { color: rgba(255,255,255,0.5); font-size: 0.85rem; margin-bottom: 16px; }
.breadcrumb a { color: var(--green); }

.service-detail {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 50px;
  align-items: start;
}
.service-detail-content h2 { font-size: 1.6rem; margin-bottom: 16px; color: var(--navy); }
.service-detail-content p { color: var(--dark-gray); margin-bottom: 20px; line-height: 1.8; }
.service-includes { margin: 30px 0; }
.service-includes h3 { margin-bottom: 16px; }
.include-list { display: flex; flex-direction: column; gap: 10px; }
.include-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 0.95rem;
}
.include-item::before {
  content: '✓';
  background: var(--green);
  color: var(--navy);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.75rem;
  flex-shrink: 0;
}
.service-sidebar { position: sticky; top: 100px; }
.sidebar-card {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 30px;
  margin-bottom: 24px;
}
.sidebar-card h3 { color: var(--white); margin-bottom: 20px; font-size: 1.1rem; }
.sidebar-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 14px;
  font-size: 0.9rem;
}
.sidebar-contact-item .ic { font-size: 1.2rem; color: var(--green); }
.sidebar-card a { color: var(--green); }
.sidebar-card a:hover { color: var(--green-light); }

/* ===== CONTACT PAGE ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: start;
}
.contact-info-card {
  background: var(--navy);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.contact-info-card h2 { color: var(--white); margin-bottom: 10px; }
.contact-info-card > p { color: rgba(255,255,255,0.65); margin-bottom: 32px; }
.contact-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
.contact-detail-icon {
  width: 46px;
  height: 46px;
  background: rgba(46,204,113,0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--green);
  flex-shrink: 0;
}
.contact-detail h4 { color: var(--white); font-size: 0.88rem; margin-bottom: 4px; opacity: 0.7; }
.contact-detail a, .contact-detail p { color: var(--white); font-size: 1rem; font-weight: 600; }
.contact-detail a:hover { color: var(--green); }

.contact-form-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow);
}
.contact-form-card h2 { margin-bottom: 8px; }
.contact-form-card > p { color: var(--dark-gray); margin-bottom: 28px; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 7px; color: var(--navy); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--light-gray);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text);
  background: var(--off-white);
  transition: var(--transition);
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--green);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(46,204,113,0.15);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
textarea { resize: vertical; min-height: 120px; }

/* ===== PAGE HERO (Inner Pages) ===== */
.page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 70px 0;
  text-align: center;
}
.page-hero h1 { color: var(--white); margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto; }

/* ===== FOOTER ===== */
.site-footer { background: var(--navy-dark); padding: 70px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 50px;
}
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.88rem; margin: 16px 0 20px; line-height: 1.8; }
.footer-social { display: flex; gap: 10px; }
.social-link {
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mid-gray);
  font-size: 0.9rem;
  transition: var(--transition);
  text-decoration: none;
}
.social-link:hover { background: var(--green); color: var(--navy); }

.footer-col h4 { color: var(--white); font-size: 1rem; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 32px;
  height: 2px;
  background: var(--green);
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 0.88rem; transition: var(--transition); }
.footer-links a:hover { color: var(--green); padding-left: 6px; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 14px; color: rgba(255,255,255,0.6); font-size: 0.88rem; }
.footer-contact-item .ic { color: var(--green); font-size: 1rem; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item a { color: rgba(255,255,255,0.6); }
.footer-contact-item a:hover { color: var(--green); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 0.82rem; }
.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: var(--green); }
.footer-badges { display: flex; gap: 12px; }
.footer-badge {
  background: rgba(255,255,255,0.06);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
}

/* ===== PAGE CONTENT ===== */
.page-content { padding: 60px 0; }
.entry-content h2 { margin: 32px 0 14px; }
.entry-content p { margin-bottom: 16px; color: var(--dark-gray); line-height: 1.8; }
.entry-content ul { margin: 0 0 16px 20px; list-style: disc; color: var(--dark-gray); }
.entry-content ul li { margin-bottom: 6px; line-height: 1.7; }

/* ===== FLOATING CTA ===== */
.floating-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}
.floating-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 50px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: var(--transition);
  text-decoration: none;
}
.floating-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(0,0,0,0.3); }
.floating-phone { background: var(--green); color: var(--navy); }
.floating-whatsapp { background: #25D366; color: white; }

/* ===== ELEMENTOR OVERRIDES ===== */
.elementor-kit-1, .e-con { --e-global-color-accent: var(--green) !important; }
.elementor-button.elementor-button-link { transition: var(--transition); }
.elementor-widget-heading .elementor-heading-title { font-family: var(--font-heading); }

/* ===== RESPONSIVE ===== */

/* ── Tablet: 1024px and below ── */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .process-steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .service-detail { gap: 30px; }
  .contact-grid { gap: 30px; }
}

/* ── Mobile: 768px and below ── */
@media (max-width: 768px) {

  /* Utility */
  .section-padding { padding: 50px 0; }

  /* Top Bar */
  .top-bar-contact { display: none; }

  /* Header */
  .header-phone { display: none; }
  .header-cta .btn { padding: 10px 18px; font-size: 0.85rem; }

  /* Mobile Nav */
  .main-nav {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: var(--navy-dark);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    z-index: 999;
    overflow-y: auto;
    padding: 80px 0 40px;
  }
  .main-nav.open { display: flex; }
  .main-nav > a {
    color: var(--white);
    font-size: 1.05rem;
    padding: 14px 28px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    border-radius: 0;
  }
  .main-nav > a:hover { background: rgba(46,204,113,0.12); color: var(--green); }
  .nav-item { width: 100%; }
  .nav-item > a {
    color: var(--white);
    font-size: 1.05rem;
    padding: 14px 28px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    border-radius: 0;
  }
  .nav-item > a:hover { background: rgba(46,204,113,0.12); color: var(--green); }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: rgba(255,255,255,0.04);
    border-top: none;
    border-left: 3px solid var(--green);
    margin-left: 28px;
    padding: 4px 0;
  }
  .dropdown-menu a { color: rgba(255,255,255,0.75); font-size: 0.9rem; padding: 10px 20px; border-radius: 0; }
  .dropdown-menu a:hover { background: rgba(46,204,113,0.1); color: var(--green); padding-left: 26px; }
  .nav-toggle { display: flex; z-index: 1000; position: relative; }

  /* Hero */
  .hero-content { grid-template-columns: 1fr; text-align: center; gap: 32px; padding: 60px 0 50px; }
  .hero-visual { display: none; }
  .hero-stats { justify-content: center; flex-wrap: wrap; gap: 20px; }
  .hero-stat .number { font-size: 1.6rem; }
  .hero-actions { justify-content: center; }
  .hero-float-badge { display: none; }
  .hero-title { font-size: clamp(1.9rem, 6vw, 2.6rem); }
  .hero-desc { font-size: 1rem; }

  /* Trust Bar */
  .trust-bar-inner { gap: 8px; justify-content: flex-start; flex-wrap: wrap; }
  .trust-item { font-size: 0.82rem; }

  /* Services */
  .services-grid { grid-template-columns: 1fr; }

  /* Why Section */
  .why-grid { grid-template-columns: 1fr; }
  .why-visual { display: none; }

  /* Process Steps */
  .process-steps { grid-template-columns: repeat(2, 1fr); }

  /* Testimonials */
  .testimonials-grid { grid-template-columns: 1fr; }

  /* About Page */
  .about-intro { grid-template-columns: 1fr; gap: 32px; }
  .about-values { grid-template-columns: 1fr 1fr; }

  /* Service Page */
  .service-detail { grid-template-columns: 1fr; gap: 32px; }
  .service-sidebar { position: static; }

  /* Contact Page */
  .contact-grid { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .footer-badges { justify-content: center; flex-wrap: wrap; }

  /* Floating CTA */
  .floating-cta { bottom: 16px; right: 12px; gap: 8px; }
  .floating-btn { padding: 10px 14px; font-size: 0.8rem; }

  /* Page Heroes */
  .page-hero { padding: 50px 0; }
  .service-page-hero { padding: 55px 0; }
}

/* ── Small Mobile: 480px and below ── */
@media (max-width: 480px) {

  /* Base */
  .container { padding: 0 14px; }
  .section-padding { padding: 42px 0; }

  /* Buttons */
  .btn { padding: 12px 22px; font-size: 0.88rem; white-space: normal; text-align: center; }
  .btn-lg { padding: 13px 24px; font-size: 0.92rem; }
  .hero-actions { flex-direction: column; align-items: center; gap: 12px; }
  .cta-actions { flex-direction: column; align-items: center; gap: 12px; }

  /* Hero stats: 2x2 grid */
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

  /* Grids */
  .services-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }

  /* About */
  .about-image-box { padding: 32px 20px; }
  .about-emoji { font-size: 5rem; }
  .about-values { grid-template-columns: 1fr; }
  .about-stat-row { grid-template-columns: 1fr 1fr; }

  /* Footer */
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; }
  .footer-badges { flex-direction: column; align-items: center; }

  /* Contact */
  .contact-info-card { padding: 28px 20px; }
  .contact-form-card { padding: 28px 20px; }

  /* Service sidebar */
  .sidebar-card { padding: 22px 18px; }

  /* Floating CTA */
  .floating-cta { bottom: 12px; right: 8px; gap: 6px; }
  .floating-btn { padding: 9px 12px; font-size: 0.78rem; gap: 5px; }

  /* Page heroes */
  .page-hero { padding: 40px 0; }
  .service-page-hero { padding: 44px 0; }

  /* Trust bar */
  .trust-bar-inner { flex-direction: column; align-items: flex-start; gap: 8px; }

  /* Header */
  .logo-text .brand-name { font-size: 1.05rem; }
  .logo-text .brand-sub { font-size: 0.65rem; }
  .top-bar .top-bar-left { font-size: 0.78rem; }
}

/* ── Inline grid overrides: targets grids written as inline style="" in PHP templates ── */

/* 600px: start collapsing inline grids */
@media (max-width: 600px) {
  /* service-page.php Service Highlights 1fr 1fr → 1fr */
  .service-detail-content div[style*="grid-template-columns:1fr 1fr"],
  .service-detail-content div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* service-page.php How It Works repeat(3,1fr) → 1fr */
  .service-detail-content div[style*="repeat(3,1fr)"],
  .service-detail-content div[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }
  /* about-us.php values repeat(3,1fr) → 1fr 1fr */
  .section-padding > .container div[style*="repeat(3,1fr)"],
  .section-padding > .container div[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }
  /* contact-us.php + services-landing.php Why Us repeat(4,1fr) → 1fr 1fr */
  div[style*="repeat(4,1fr)"],
  div[style*="repeat(4, 1fr)"] {
    grid-template-columns: 1fr 1fr !important;
  }
  /* services-landing.php services repeat(3,1fr) → 1fr */
  div[style*="repeat(3,1fr)"],
  div[style*="repeat(3, 1fr)"] {
    grid-template-columns: 1fr !important;
  }
}

/* 480px: collapse all remaining inline 2-col grids to 1-col */
@media (max-width: 480px) {
  div[style*="repeat(4,1fr)"],
  div[style*="repeat(4, 1fr)"],
  div[style*="repeat(3,1fr)"],
  div[style*="repeat(3, 1fr)"],
  div[style*="grid-template-columns:1fr 1fr"],
  div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr !important;
  }
  /* Keep why-section stats as 2-col (they're short numbers, look fine) */
  .why-visual div[style*="grid-template-columns:1fr 1fr"],
  .why-visual div[style*="grid-template-columns: 1fr 1fr"] {
    grid-template-columns: 1fr 1fr !important;
  }
}
