.hero-appliance {
    background: url('../images/appliance_hero.jpg') center/cover no-repeat;
    padding: calc(var(--header-height) + 4rem) 0 4rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content-appliance {
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.hero-content-appliance h1 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1.2rem;
    color: #fff;
}

.hero-content-appliance p {
    font-size: 1.15rem;
    color: white;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/*Why choose*/
.appliance-intro {
    text-align: center;
    padding-bottom: 10px;
}

/* Appliance carousel wider styles */
.why-choose-section .carousel {
    max-width: 800px;
}
.why-choose-section .carousel-card {
    max-width: 750px;
}



/* Appliance Services Infographic/Process Section */

.appliance-services-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  font-size: 1.18rem;
  color: #fff !important;
}
.appliance-services-grid {
  display: flex;
  flex-direction: column;
  gap: 2.2rem 0;
  max-width: 1800px;
  margin: 0 auto;
}
.appliance-services-row {
  display: flex;
  flex-direction: row;
  gap: 2.2rem;
  justify-content: flex-start;
  width: 100%;
}
.appliance-services-row:not(.appliance-services-row-center) .appliance-service-block {
  flex-basis: 34%;
  max-width: 540px;
}
.appliance-services-row-center {
  justify-content: center;
}
.appliance-service-block {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 4px 16px rgba(44,82,130,0.09);
  padding: 0;
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
  min-height: 340px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.appliance-service-block:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(44,82,130,0.13);
}
.appliance-service-img {
  width: 100%;
  height: 220px;
  border-radius: 0;
  overflow: hidden;
  display: block;
  margin-bottom: 0;
  background: #e2e8f0;
  box-shadow: none;
}
.appliance-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: block;
}
.appliance-service-content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.appliance-service-block h3 {
  font-size: 1.4rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
  text-align: left;
}
.appliance-service-block p,
.appliance-service-desc {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
  color: var(--text-color);
  text-align: left;
}
.appliance-service-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}
.appliance-service-block ul li {
  color: var(--primary-color);
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
}
.appliance-service-block ul i {
  color: var(--success-color);
  margin-top: 0.2rem;
}


/* --- Tips for a Successful Move in appliance Section --- */
.appliance-tips-section {
  padding: 4rem 0;
  background: var(--light-background);
}
.appliance-tips-list {
  counter-reset: tip;
  list-style: none;
  max-width: 700px;
  margin: 2.5rem auto 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.appliance-tips-list li {
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 12px rgba(44,82,130,0.08);
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  position: relative;
  font-size: 1.08rem;
  color: var(--text-color);
  line-height: 1.7;
}
.appliance-tips-list li::before {
  counter-increment: tip;
  content: counter(tip);
  position: absolute;
  left: 1.2rem;
  top: 1.5rem;
  width: 2.1rem;
  height: 2.1rem;
  background: var(--accent-color);
  color: var(--primary-color);
  font-weight: 800;
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(44,82,130,0.07);
}
.appliance-tips-list strong {
  color: var(--primary-color);
  font-size: 1.08em;
}

/* --- Numbered process-step for Tips section --- */
.appliance-tips-timeline {
  justify-content: center;
  max-width: 2000px;
  margin: 0 auto;
  gap: 1.5rem;
}
.appliance-tips-timeline .process-step {
  max-width: 320px;
  min-width: 280px;
  flex: 1;
  margin: 0;
}
.appliance-tips-timeline .process-icon {
  background: var(--accent-color);
  color: var(--primary-color);
  font-weight: 800;
  font-size: 1.3rem;
  border: none;
  box-shadow: 0 2px 8px rgba(44,82,130,0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.appliance-tips-timeline .process-icon[data-step] {
  font-family: inherit;
  font-style: normal;
  font-size: 1.3rem;
  background: var(--accent-color);
  color: var(--primary-color);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(44,82,130,0.07);
}
.appliance-tips-timeline .tip-image {
  width: 100%;
  max-width: 100%;
  height: 180px;
  margin: 0 0 0.7rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: #e2e8f0;
}
.appliance-tips-timeline .tip-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  display: block;
}



/* --- Appliance Best Choice Section (Primary/Dark) --- */
.appliance-best-choice-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  font-size: 1.18rem;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(90deg, var(--secondary-color) 60%, var(--primary-color) 100%);
  border-radius: 10px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 4px 24px rgba(66,153,225,0.13);
  border-left: 8px solid var(--accent-color);
}
.appliance-best-choice-features {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.appliance-best-choice-features::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--accent-color) 0%, var(--secondary-color) 100%);
  border-radius: 2px;
  z-index: 0;
}
.appliance-best-choice-feature {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(100deg, var(--secondary-color) 60%, var(--primary-color) 100%);
  border-radius: var(--border-radius);
  box-shadow: 0 6px 32px rgba(44,82,130,0.18);
  padding: 2rem 2rem 2rem 3.5rem;
  gap: 1.5rem;
  transition: transform 0.18s, box-shadow 0.18s;
  position: relative;
  color: #fff;
  overflow: visible;
}
.appliance-best-choice-feature:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 36px rgba(44,82,130,0.28);
}
.feature-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--primary-color);
  box-shadow: 0 2px 12px rgba(246,173,85,0.18);
  margin-top: 0.2rem;
  position: absolute;
  left: -32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.appliance-best-choice-feature:hover .feature-icon {
  background: var(--secondary-color);
  color: #fff;
  box-shadow: 0 4px 24px rgba(66,153,225,0.23);
  transform: translateY(-50%) scale(1.12) rotate(-8deg);
}
.feature-content h3 {
  margin: 0 0 0.5rem 0;
  color: #fff;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.feature-content p {
  color: #7cf6ff;
  font-size: 1.08rem;
  margin: 0;
  font-weight: 600;
}