/* ============================================
   Industry Home Service Page Styles
   ============================================ */

/* Override body background for home service page */
body:has(.home-service-hero),
html:has(.home-service-hero) body {
  background: #000000 !important;
  color: #FFFFFF !important;
}

/* Ensure main content is visible */
main#main-content {
  background: transparent !important;
  position: relative;
  z-index: 1;
}

main#main-content > section {
  position: relative !important;
  z-index: 1 !important;
}

/* ===== HERO SECTION ===== */
.home-service-hero {
  position: relative;
  width: 100%;
  min-height: 800px;
  height: auto;
  overflow: hidden;
  margin-top: 0;
  padding-top: 0;
  z-index: 1;
  background: #000000 !important;
  color: #FFFFFF !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  /* Hero should always be visible, no animation */
  transform: translateY(0) !important;
}

.home-service-hero * {
  color: #FFFFFF !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-hero-background {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.home-service-hero-base {
  position: absolute;
  inset: 0;
  background: #000000 !important;
  z-index: 1;
}

.home-service-hero-image {
  position: absolute;
  inset: 0;
  background-image: url('https://www.figma.com/api/mcp/asset/c4389cc0-9456-4f1a-b28c-499b12eeefd5');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2 !important;
  z-index: 2;
}

.home-service-hero-gradient {
  position: absolute;
  inset: 0;
  background-image: url('../images/backgrounds/home-service_header.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}

.home-service-hero-container {
  position: relative;
  z-index: 10 !important;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 112px 64px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 800px;
}

.home-service-hero-content {
  max-width: 924px;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  color: #FFFFFF !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-hero-title-section {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-hero-tagline-wrapper {
  margin-bottom: 0;
}

.home-service-hero-tagline {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  text-align: center;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

.home-service-hero-text-content {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-hero-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.2;
  letter-spacing: -0.72px;
  color: #FFFFFF !important;
  text-align: center;
  margin: 0;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

.home-service-hero-highlight {
  color: #0F5AD7 !important;
}

.home-service-hero-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF !important;
  text-align: center;
  margin: 0;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
  max-width: 100%;
}

.home-service-hero-description p {
  margin: 0 0 0 0;
}

.home-service-hero-actions {
  display: flex !important;
  gap: 16px;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-hero-btn-primary,
.home-service-hero .home-service-hero-btn-primary {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #0A0B0C !important;
  background: #FFFFFF !important;
  border: none;
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  visibility: visible !important;
  opacity: 1 !important;
  white-space: nowrap;
  box-shadow: none;
  box-sizing: border-box;
}

.home-service-hero-btn-primary:hover {
  background: #FFFFFF;
  color: #0A0B0C;
  opacity: 0.95;
}

.home-service-hero-btn-secondary {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #FFFFFF !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid transparent;
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  visibility: visible !important;
  opacity: 1 !important;
  white-space: nowrap;
  box-sizing: border-box;
}

.home-service-hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  opacity: 0.9;
}

/* ===== SECTIONS ===== */
.home-service-section {
  width: 100%;
  padding: 112px 64px;
  position: relative;
  z-index: 1;
  display: block !important;
  visibility: visible !important;
  /* Allow opacity to be controlled by animations */
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Features Grid Section - Specific height */
.home-service-section.home-service-section-light:has(.home-service-features-wrapper) {
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-service-section.home-service-section-light:has(.home-service-features-wrapper) .home-service-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Animated sections become visible */
.home-service-section.home-service-section-dark-alt.animate-in {
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.home-service-section.animate-in {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.home-service-section-dark {
  background: #0A0B0C !important;
  color: #FFFFFF !important;
}

.home-service-section-dark * {
  color: #FFFFFF !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-section.home-service-section-light {
  background-image: url('../images/backgrounds/white_background_locksmith.png') !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  color: #0A0B0C !important;
  position: relative;
}

.home-service-section.home-service-section-light.home-service-impact-section,
.home-service-impact-section.home-service-section-light {
  background-color: #FAFBFC !important;
  background-image: none !important;
  background-position: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  position: relative;
  overflow: visible;
}

.home-service-impact-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: auto;
  max-height: 360px;
  z-index: 1;
  pointer-events: none;
}

.home-service-impact-decoration img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.home-service-impact-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.home-service-impact-title-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 768px;
  width: 100%;
}

.home-service-impact-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.home-service-section-light * {
  color: #0A0B0C !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-section-gradient {
  position: relative;
  background: #000000 url('../images/backgrounds/elevate_locksmith_communication_background.png') center center / cover no-repeat !important;
  color: #FFFFFF !important;
  overflow: hidden;
}

.home-service-section-gradient > * {
  position: relative;
  z-index: 1;
}

.home-service-section-cta {
  position: relative;
  background: #000000 !important;
  color: #FFFFFF !important;
  overflow: hidden;
}

.home-service-section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://www.figma.com/api/mcp/asset/05132712-5dd9-4481-a0f1-985eb97fff29');
  background-size: cover;
  background-position: center;
  opacity: 0.85;
  z-index: 1;
}

.home-service-section-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.home-service-section-cta > * {
  position: relative;
  z-index: 3;
}

.home-service-section-dark-alt {
  background: #222324 !important;
  color: #FFFFFF !important;
}

.home-service-section-dark-alt * {
  color: #FFFFFF !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex !important;
  flex-direction: column;
  gap: 80px;
  visibility: visible !important;
  opacity: 1 !important;
}

.home-service-section.home-service-section-dark-alt .home-service-container {
  gap: 80px;
}

/* ===== TWO COLUMN LAYOUT ===== */
.home-service-two-column {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 60px;
  align-items: flex-start;
  width: 100%;
}

.home-service-two-column-reverse {
  flex-direction: row-reverse;
}

.home-service-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}

.home-service-image {
  flex: 1 0 0;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 409 / 436;
}

.home-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== SECTION TITLES ===== */
.home-service-section-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home-service-section-title-center {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.home-service-section-title-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 768px;
}

.home-service-tagline-wrapper {
  margin-bottom: 0;
}

.home-service-tagline {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0;
}

.home-service-tagline-dark {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #0A0B0C !important;
  margin: 0;
}

.home-service-text-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.home-service-smart-evolution .home-service-text-content {
  gap: 24px;
}

.home-service-text-content-center {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  text-align: center;
}

.home-service-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #FFFFFF !important;
  margin: 0;
}

.home-service-heading-center {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #0A0B0C !important;
  margin: 0;
  text-align: left;
}

.home-service-impact-title-section .home-service-heading-center {
  text-align: left;
}

.home-service-heading-left {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #FFFFFF !important;
  margin: 0;
}

.home-service-highlight {
  color: #0F5AD7 !important;
}

.home-service-highlight-yellow {
  color: #EFAC0E !important;
}

.home-service-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0;
}

.home-service-description-center {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #0A0B0C !important;
  margin: 0;
  text-align: left;
}

.home-service-impact-text-content .home-service-description-center {
  text-align: left;
}

.home-service-description-left {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0;
}

.home-service-description p {
  margin: 0 0 0 0;
}

.home-service-heading-dark {
  color: #0A0B0C !important;
}

.home-service-description-dark {
  color: #0A0B0C !important;
  font-size: 18px;
}

.home-service-description-dark p {
  margin: 0 0 8px 0;
}

.home-service-description-dark p:last-child {
  margin-bottom: 0;
}

/* ===== RELIABILITY SECTION SPECIFIC STYLES ===== */
.home-service-reliability-section .home-service-heading {
  font-size: 52px;
  line-height: 1.3;
  letter-spacing: -0.36px;
}

.home-service-reliability-section .home-service-description {
  font-size: 16px;
  line-height: 1.5;
}

.home-service-reliability-section .home-service-two-column {
  grid-template-columns: 1fr 550px;
  gap: 60px;
  align-items: center;
}

.home-service-reliability-section .home-service-image {
  max-width: 900px;
  width: 100%;
  justify-self: end;
  margin-left: auto;
}

.home-service-reliability-section .home-service-content {
  max-width: 600px;
}

.home-service-reliability-section .home-service-feature-list {
  display: block;
  list-style: disc;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 0;
}

.home-service-reliability-section .home-service-feature-item {
  display: list-item;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0 0 16px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}

.home-service-reliability-section .home-service-feature-item:last-child {
  margin-bottom: 0;
}

/* ===== SMART EVOLUTION SECTION SPECIFIC STYLES ===== */
.home-service-smart-evolution-section .home-service-heading-dark {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -0.36px;
}

.home-service-smart-evolution-section .home-service-description-dark {
  font-size: 16px;
  line-height: 1.5;
}

.home-service-smart-evolution-section .home-service-smart-evolution-list {
  display: block;
  list-style: disc;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 0;
}

.home-service-smart-evolution-section .home-service-smart-evolution-item {
  display: list-item;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #0A0B0C !important;
  margin: 0 0 16px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}

.home-service-smart-evolution-section .home-service-smart-evolution-item:last-child {
  margin-bottom: 0;
}

.home-service-smart-evolution-section .home-service-two-column {
  grid-template-columns: 1fr 550px;
  gap: 60px;
  align-items: center;
}

.home-service-smart-evolution-section .home-service-smart-evolution-image {
  max-width: 900px;
  width: 100%;
  justify-self: start;
  margin-left: 0;
}

.home-service-smart-evolution-section .home-service-content {
  max-width: 600px;
}

/* ===== REAL-TIME INSIGHTS SECTION SPECIFIC STYLES ===== */
.home-service-realtime-insights-section .home-service-heading {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -0.36px;
}

.home-service-realtime-insights-section .home-service-description {
  font-size: 16px;
  line-height: 1.5;
}

.home-service-realtime-insights-section .home-service-feature-list {
  display: block;
  list-style: disc;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 0;
}

.home-service-realtime-insights-section .home-service-feature-item {
  display: list-item;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0 0 16px 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: disc;
}

.home-service-realtime-insights-section .home-service-feature-item:last-child {
  margin-bottom: 0;
}

.home-service-realtime-insights-section .home-service-two-column {
  grid-template-columns: 1fr 550px;
  gap: 60px;
  align-items: center;
}

.home-service-realtime-insights-section .home-service-image {
  max-width: 900px;
  width: 100%;
  justify-self: end;
  margin-left: auto;
}

.home-service-realtime-insights-section .home-service-content {
  max-width: 600px;
}

/* ===== FEATURE LIST ===== */
.home-service-feature-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 8px 0;
  list-style: none;
  padding-left: 0;
}

.home-service-feature-list li {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.home-service-feature-item {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.home-service-feature-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.home-service-feature-icon svg {
  width: 100%;
  height: 100%;
}

.home-service-feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.home-service-feature-text {
  flex: 1 0 0;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0;
  min-width: 0;
}

.home-service-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home-service-bullet-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-service-bullet-list li {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  padding-left: 24px;
  position: relative;
}

.home-service-bullet-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #FFFFFF;
}

/* ===== ACTIONS ===== */
.home-service-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

.home-service-actions-center {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
}

.home-service-impact-content .home-service-actions-center {
  justify-content: flex-start;
}

.home-service-btn-primary {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #0A0B0C !important;
  background: #FFFFFF !important;
  border: none;
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-service-btn-primary:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.home-service-btn-secondary {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  background: rgba(10, 11, 12, 0.05) !important;
  border: 1px solid #FFFFFF;
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-service-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.home-service-btn-primary-light {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #0A0B0C !important;
  background: #FFFFFF !important;
  border: none;
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-service-btn-primary-light:hover {
  background: rgba(255, 255, 255, 0.9) !important;
}

.home-service-btn-secondary-light {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #0A0B0C !important;
  background: transparent !important;
  border: 1px solid #0A0B0C;
  padding: 10px 24px;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-service-btn-secondary-light:hover {
  background: rgba(10, 11, 12, 0.05) !important;
}

/* ===== SMART EVOLUTION SECTION ===== */
.home-service-section.home-service-section-light.home-service-smart-evolution,
.home-service-smart-evolution.home-service-section-light {
  background-color: #FAFBFC !important;
  background-image: none !important;
  background-position: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
}

.home-service-smart-evolution-image {
  flex: 1 0 0;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 600 / 640;
  position: relative;
}

.home-service-smart-evolution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-service-smart-evolution-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home-service-smart-evolution-item {
  display: flex;
  gap: 16px;
  align-items: center;
  width: 100%;
}

.home-service-smart-evolution-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-service-smart-evolution-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-service-smart-evolution-text {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #0A0B0C !important;
  margin: 0;
  flex: 1;
}

.home-service-smart-evolution-actions {
  display: flex;
  gap: 24px;
  align-items: center;
}

/* ===== FEATURES GRID ===== */
.home-service-features-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home-service-features-content.home-service-features-left,
.home-service-features-content.home-service-features-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
  justify-content: center;
}

.home-service-features-content.home-service-features-left .home-service-features-grid,
.home-service-features-content.home-service-features-right .home-service-features-grid {
  grid-template-columns: 1fr;
}

.home-service-features-content.home-service-features-left .home-service-feature-card {
  align-items: flex-end;
  text-align: right;
}

.home-service-features-content.home-service-features-left .home-service-feature-card-header {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.home-service-features-content.home-service-features-left .home-service-feature-card-title,
.home-service-features-content.home-service-features-left .home-service-feature-card-description {
  text-align: right;
}

.home-service-features-image {
  flex-shrink: 0;
  max-width: 450px;
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 16px 16px 16px 0;
  overflow: hidden;
  align-self: center;
  display: flex;
  align-items: center;
}

.home-service-features-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-service-features-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 0;
}

.home-service-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
}

.home-service-features-content.home-service-features-left .home-service-features-grid,
.home-service-features-content.home-service-features-right .home-service-features-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

.home-service-feature-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-service-feature-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.home-service-feature-card-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-service-feature-card-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-service-feature-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.22px;
  color: #0A0B0C !important;
  margin: 0;
  flex: 1;
}

.home-service-feature-card-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #0A0B0C !important;
  margin: 0;
}

.home-service-feature-card-description p {
  margin: 0 0 8px 0;
}

.home-service-feature-card-description p:last-child {
  margin-bottom: 0;
}

.home-service-features-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
  width: 100%;
}

/* ===== ELEVATE SECTION ===== */
.home-service-elevate-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: -0.40px;
  color: #FFFFFF !important;
  text-align: center;
  margin: 0 0 80px 0;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.home-service-elevate-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-service-section-gradient .home-service-actions {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  width: 100%;
}

.home-service-elevate-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
}

.home-service-elevate-card {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  flex: 1 0 0;
}

.home-service-elevate-card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.home-service-elevate-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-service-elevate-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-service-elevate-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.28px;
  color: #FFFFFF !important;
  margin: 0;
  width: 100%;
}

.home-service-elevate-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.home-service-elevate-description p {
  margin: 0 0 8px 0;
}

.home-service-elevate-description p:last-child {
  margin-bottom: 0;
}

.home-service-elevate-btn {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  background: transparent;
  border: none;
  padding: 10px 0;
  border-radius: 100px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
}

.home-service-elevate-btn:hover {
  opacity: 0.8;
}

.home-service-elevate-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* ===== STATS SECTION ===== */
.home-service-stats-grid {
  display: flex;
  gap: 48px;
  width: 100%;
}

.home-service-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 0 0;
  padding-left: 32px;
  border-left: 1px solid rgba(10, 11, 12, 0.1);
}

.home-service-stat:first-child {
  border-left: none;
  padding-left: 0;
}

.home-service-stat-number {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.3;
  color: #0A0B0C !important;
  margin: 0;
}

.home-service-stat-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.22px;
  color: #0A0B0C !important;
  margin: 0;
}

/* ===== TIMELINE SECTION ===== */
.home-service-timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.home-service-timeline-item {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.home-service-timeline-number {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #FFFFFF !important;
  flex-shrink: 0;
  width: 52px;
  text-align: center;
}

.home-service-timeline-content {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.home-service-timeline-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.22px;
  color: #FFFFFF !important;
  margin: 0;
}

.home-service-timeline-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0;
}

/* ===== CTA SECTION ===== */
.home-service-cta-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}

.home-service-cta-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #FFFFFF !important;
  margin: 0;
}

.home-service-cta-description {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF !important;
  margin: 0;
}

/* ===== TESTIMONIALS SECTION ===== */
/* ===== TESTIMONIALS SECTION ===== */
.home-service-testimonials-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
}

.home-service-testimonials-title-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 768px;
}

.home-service-testimonials-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1.2;
  letter-spacing: -0.52px;
  color: #FFFFFF;
  margin: 0;
}

.home-service-testimonials-subtitle {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
  max-width: 560px;
}

.home-service-testimonials-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.home-service-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}

.home-service-testimonial-column {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 0 0;
  padding-right: 48px;
}

.home-service-testimonial-column:last-child {
  padding-right: 0;
}

.home-service-stars {
  width: 116px;
  height: 19px;
}

.home-service-stars img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-service-testimonial-quote {
  font-family: 'Inter', sans-serif;
  font-weight: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.18px;
  color: #FFFFFF;
  margin: 0;
}

.home-service-testimonial-quote p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.18px;
  color: #FFFFFF;
}

.home-service-testimonial-avatar-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-service-testimonial-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.home-service-testimonial-avatar-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.5;
  color: #FFFFFF;
  font-size: 16px;
}

.home-service-testimonial-name {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
}

.home-service-testimonial-title {
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
}


.home-service-testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.home-service-slider-dots {
  width: 88px;
  height: 8px;
}

.home-service-slider-dots img {
  width: 100%;
  height: 100%;
  display: block;
}

.home-service-slider-buttons {
  display: flex;
  gap: 16px;
}

.home-service-slider-btn {
  background: #0A0B0C;
  border: 1px solid #222324;
  border-radius: 100px;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, border-color 0.3s ease;
  color: #FFFFFF;
}

.home-service-slider-btn:hover {
  background: rgba(34, 35, 36, 0.5);
}

.home-service-slider-btn svg {
  width: 24px;
  height: 24px;
}

/* ===== FAQ SECTION ===== */
/* FAQ SECTION handled by layout.css */
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .home-service-hero-heading {
    font-size: 56px;
    letter-spacing: -0.56px;
  }

  .home-service-heading,
  .home-service-heading-center,
  .home-service-heading-left {
    font-size: 44px;
    letter-spacing: -0.44px;
  }

  .home-service-two-column {
    flex-direction: column;
    gap: 48px;
  }

  .home-service-two-column-reverse {
    flex-direction: column;
  }

  .home-service-elevate-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-service-testimonials-wrapper {
    gap: 48px;
  }
  
  .home-service-testimonials-title-section {
    max-width: 100%;
  }
  
  .home-service-testimonials-heading {
    font-size: 36px;
    line-height: 1.2;
  }
  
  .home-service-testimonials-subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  
  .home-service-testimonials-content {
    gap: 32px;
  }
  
  .home-service-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .home-service-testimonial-column {
    padding-right: 0;
  }

  .home-service-stats-grid {
    flex-direction: column;
    gap: 32px;
  }

  .home-service-stat {
    border-left: none;
    padding-left: 0;
    padding-top: 32px;
    border-top: 1px solid rgba(10, 11, 12, 0.1);
  }

  .home-service-stat:first-child {
    border-top: none;
    padding-top: 0;
  }

  .home-service-features-wrapper {
    flex-direction: column;
    gap: 48px;
  }

  .home-service-features-image {
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  .home-service-features-grid {
    grid-template-columns: 1fr;
  }

  .home-service-impact-decoration {
    display: none;
  }

  .home-service-impact-content {
    gap: 64px;
  }
}

@media (max-width: 768px) {
  .home-service-section {
    padding: 80px 24px;
  }

  .home-service-hero-container {
    padding: 80px 24px;
  }

  .home-service-hero-heading {
    font-size: 48px;
    letter-spacing: -0.48px;
  }

  .home-service-heading,
  .home-service-heading-center,
  .home-service-heading-left {
    font-size: 36px;
    letter-spacing: -0.36px;
  }

  .home-service-hero-actions,
  .home-service-actions,
  .home-service-actions-center {
    flex-direction: column;
    width: 100%;
  }

  .home-service-hero-btn-primary,
  .home-service-hero-btn-secondary,
  .home-service-btn-primary,
  .home-service-btn-secondary,
  .home-service-btn-primary-light,
  .home-service-btn-secondary-light {
    width: 100%;
  }

  .home-service-elevate-grid {
    grid-template-columns: 1fr;
  }

  .home-service-container {
    gap: 64px;
  }

  .home-service-impact-decoration {
    display: none;
  }

  .home-service-impact-content {
    gap: 64px;
  }

  .home-service-stats-grid {
    flex-direction: column;
    gap: 32px;
  }

  .home-service-stat {
    border-left: none;
    padding-left: 0;
    padding-top: 32px;
    border-top: 1px solid rgba(10, 11, 12, 0.1);
  }

  .home-service-stat:first-child {
    border-top: none;
    padding-top: 0;
  }
}


