/* Technical Services Page Styles */
body.landing .header.technical_services-header {
  min-height: 300px;
  background-image: url("/assets/underhallsplaner-cbc468b2.jpg");
  background-position-y: -50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Main Content Container */
.content.technical_services {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero Section */
.content.technical_services .hero-section {
  padding: 4rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.content.technical_services .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 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e9ecef" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
}

.content.technical_services .hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.content.technical_services .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.content.technical_services .hero-subtitle {
  font-size: 1.3rem;
  color: #6c757d;
  margin-bottom: 2rem;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Main Content */
.content.technical_services .main-content {
  padding: 4rem 2rem;
}

.content.technical_services .content-section {
  margin-bottom: 4rem;
}

.content.technical_services .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.content.technical_services .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.content.technical_services .section-title i {
  color: #ff9100;
  font-size: 2rem;
}

.content.technical_services .section-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Services Grid */
.content.technical_services .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.content.technical_services .service-card {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

.content.technical_services .service-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ff9100 0%, #ffb347 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.content.technical_services .service-icon i {
  color: #fff;
  font-size: 1.8rem;
}

.content.technical_services .service-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.content.technical_services .service-description {
  color: #6c757d;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.content.technical_services .service-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.content.technical_services .service-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.content.technical_services .service-features li i {
  color: #28a745;
  font-size: 1rem;
  flex-shrink: 0;
}

.content.technical_services .service-features li span {
  color: #495057;
  font-weight: 500;
}

.content.technical_services .service-cta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #ff9100;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.content.technical_services .service-cta:hover {
  color: #e67e22;
  text-decoration: none;
}

.content.technical_services .service-cta i {
  font-size: 1.1rem;
}

/* Work Photos Section */
.content.technical_services .work-photos {
  margin-top: 2rem;
}

.content.technical_services .photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.content.technical_services .photo-item {
  text-align: center;
}

.content.technical_services .work-photo {
  width: 100%;
  max-width: 650px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content.technical_services .work-photo:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.content.technical_services .photo-caption {
  margin-top: 1rem;
}

.content.technical_services .photo-caption p {
  color: #6c757d;
  margin: 0;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.4;
}

/* Detailed Services Section */
.content.technical_services .services-detailed {
  margin-top: 3rem;
}

.content.technical_services .service-category {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content.technical_services .service-category:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
}

.content.technical_services .category-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #f8f9fa;
}

.content.technical_services .category-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #6f42c1 0%, #e83e8c 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content.technical_services .category-icon i {
  color: #fff;
  font-size: 1.3rem;
}

.content.technical_services .category-title h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0;
}

.content.technical_services .category-content {
  margin-top: 1rem;
}

.content.technical_services .category-description {
  color: #6c757d;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.content.technical_services .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content.technical_services .category-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.content.technical_services .category-list li i {
  color: #28a745;
  font-size: 1rem;
  flex-shrink: 0;
}

.content.technical_services .category-list li span {
  color: #495057;
  font-weight: 500;
}

/* Inspection Grid */
.content.technical_services .inspection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.content.technical_services .inspection-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.content.technical_services .inspection-item:hover {
  background: #e9ecef;
}

.content.technical_services .inspection-item i {
  color: #ff9100;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.content.technical_services .inspection-item span {
  color: #495057;
  font-weight: 500;
  font-size: 0.9rem;
}

/* Contact Section */
.content.technical_services .contact-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 16px;
  padding: 3rem 2rem;
  margin-top: 2rem;
}

/* Contact Form Styles */
.content.technical_services .contact-us h1 {
  text-align: center;
  font-size: 2rem;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.content.technical_services .contact-us input,
.content.technical_services .contact-us textarea {
  width: 100%;
  padding: 12px 16px;
  margin: 6px 0 20px;
  border: 2px solid #e9ecef;
  background: #fff;
  color: #495057;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.content.technical_services .contact-us input:focus,
.content.technical_services .contact-us textarea:focus {
  outline: none;
  border-color: #ff9100;
  box-shadow: 0 0 0 3px rgba(255, 145, 0, 0.1);
}

.content.technical_services .contact-us textarea {
  min-height: 120px;
  resize: vertical;
}

.content.technical_services .contact-us button.button {
  background: linear-gradient(135deg, #ff9100 0%, #ffb347 100%);
  color: #fff;
  border: none;
  font-weight: 600;
  padding: 16px 32px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(255, 145, 0, 0.3);
}

.content.technical_services .contact-us button.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(255, 145, 0, 0.4);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .content.technical_services .hero-title {
    font-size: 2.5rem;
  }
  
  .content.technical_services .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .content.technical_services .section-title {
    font-size: 2rem;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .content.technical_services .services-grid {
    grid-template-columns: 1fr;
  }
  
  .content.technical_services .photos-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .content.technical_services .inspection-grid {
    grid-template-columns: 1fr;
  }
  
  .content.technical_services .category-header {
    flex-direction: column;
    text-align: center;
  }
  
  .content.technical_services .main-content {
    padding: 2rem 1rem;
  }
  
  .content.technical_services .hero-section {
    padding: 2rem 1rem;
  }
}

@media (max-width: 480px) {
  .content.technical_services .hero-title {
    font-size: 2rem;
  }
  
  .content.technical_services .section-title {
    font-size: 1.8rem;
  }
  
  .content.technical_services .service-card,
  .content.technical_services .service-category {
    padding: 1.5rem;
  }
  
  .content.technical_services .service-icon {
    width: 50px;
    height: 50px;
  }
  
  .content.technical_services .service-icon i {
    font-size: 1.2rem;
  }
  
  .content.technical_services .work-photo {
    height: 200px;
  }
}
