.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}
 
.navigation-container4 {
  display: none;
}
 
.navigation-container5 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}

.services-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.services-container2 {
  display: none;
}
 
.services-container3 {
  display: contents;
}


/* === Expandable Service Details === */
.hidden {
  display: none;
}

.toggle-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.service-details {
  margin-top: 14px;
}

.service-details p {
  margin-bottom: 12px;
  color: #555;
  line-height: 1.6;
}

.service-steps {
  padding-left: 18px;
  line-height: 1.7;
  color: #555;
}


/* === Vertical Services Layout === */
.services-services-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px;
}

.service-card {
  width: 100%;
  max-width: 100%;
}
