/* Service Page Styles */
.v3-service-hero {
  padding: 6rem 0 3rem;
  background-color: white;
  color: #333;
}

.v3-service-header {
  padding: 6rem 0 3rem;
  background-color: #f8f9fa;
}

.v3-service-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.v3-service-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.v3-service-breadcrumb-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.v3-service-breadcrumb-link:hover {
  color: #FE8E40;
}

.v3-service-breadcrumb-separator {
  margin: 0 0.5rem;
  color: #999;
}

.v3-service-breadcrumb-current {
  color: #FE8E40;
  font-weight: 500;
}

.v3-service-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
  text-align: center;
}

.v3-service-description {
  font-size: 1.2rem;
  max-width: 800px;
  color: #666;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
}

/* Hero Images Section */
.v3-service-hero-images {
  padding: 3rem 0;
  background-color: #f8f9fa;
}

.v3-service-image-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 2.5rem;
}

.v3-service-image {
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.v3-service-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.v3-service-hero-cta {
  text-align: center;
}

/* Features Section */
.v3-service-features {
  padding: 6rem 0;
  position: relative;
}

.v3-service-features-content {
  display: flex;
  gap: 3rem;
  position: relative;
}

.v3-service-features-lines {
  width: 4px;
  position: relative;
  background-color: #f0f0f0;
}

.v3-service-line {
  position: absolute;
  width: 4px;
  background-color: #FE8E40;
  transition: all 0.3s ease;
}

.v3-service-line-1 {
  top: 0;
  height: 33.33%;
}

.v3-service-line-2 {
  top: 33.33%;
  height: 33.33%;
  opacity: 0.7;
}

.v3-service-line-3 {
  top: 66.66%;
  height: 33.33%;
  opacity: 0.4;
}

.v3-service-features-list {
  flex: 1;
}

.v3-service-feature {
  padding: 2rem 0;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.v3-service-feature:first-child {
  padding-top: 0;
}

.v3-service-feature:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.v3-service-feature-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  transition: color 0.3s ease;
}

.v3-service-feature:hover .v3-service-feature-title {
  color: #FE8E40;
}

.v3-service-feature-active .v3-service-feature-title {
  color: #FE8E40;
}

.v3-service-feature-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
}

/* Service Examples Section */
.v3-service-examples-section {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

/* Service Examples */
.v3-service-examples {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-bottom: 3rem;
}

.v3-service-example {
  background-color: #e0e0e0;
  border-radius: 8px;
  height: 300px;
}

.v3-service-cta-container {
  text-align: center;
}

.v3-service-cta-button-orange {
  display: inline-block;
  background-color: #FE8E40;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.v3-service-cta-button-orange:hover {
  background-color: #e55a1a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* CTA Section */
.v3-service-cta {
  padding: 4rem 0;
  text-align: center;
}

.v3-service-cta-button {
  display: inline-block;
  background-color: #333;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.v3-service-cta-button:hover {
  background-color: #222;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Page Header */
.v3-page-header {
  padding: 6rem 0 3rem;
  text-align: center;
  background-color: #f8f9fa;
}

.v3-page-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
}

.v3-page-description {
  font-size: 1.2rem;
  max-width: 800px;
  color: #666;
  line-height: 1.6;
  margin: 0 auto;
}

/* Overview Grid */
.v3-overview-grid {
  padding: 4rem 0 6rem;
}

.v3-overview-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
}

.v3-overview-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background-color: white;
}

.v3-overview-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.v3-overview-image {
  height: 250px;
  background-color: #e0e0e0;
  background-size: cover;
  background-position: center;
}

.v3-overview-content {
  padding: 2rem;
}

.v3-overview-content h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

.v3-overview-content p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.v3-overview-link {
  display: inline-flex;
  align-items: center;
  color: #FE8E40;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}

.v3-overview-link span {
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.v3-overview-link:hover {
  color: #e55a1a;
}

.v3-overview-link:hover span {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .v3-overview-items {
    grid-template-columns: 1fr;
  }
  
  .v3-page-title {
    font-size: 2.5rem;
  }
}

/* Service Page Detailed Styles */
.v3-service-subtitle {
  font-size: 1.4rem;
  max-width: 800px;
  color: #888;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 1rem;
}

.v3-service-section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  color: #333;
  text-align: center;
}

/* Features Grid */
.v3-service-features-detailed {
  padding: 5rem 0;
  background-color: white;
}

.v3-service-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.v3-service-feature-card {
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.v3-service-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.v3-service-feature-icon {
  width: 40px;
  height: 40px;
  background-color: #FE8E40;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 1rem;
}

.v3-service-feature-text {
  font-size: 1.1rem;
  color: #444;
  line-height: 1.6;
}

/* Video Section */
.v3-service-video-section {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.v3-service-video-wrapper {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.v3-service-video {
  width: 100%;
  display: block;
}

/* Process Section */
.v3-service-process {
  padding: 5rem 0;
  background-color: white;
}

.v3-service-process-timeline {
  max-width: 800px;
  margin: 0 auto;
}

.v3-service-process-steps {
  position: relative;
}

.v3-service-process-steps::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 2px;
  background-color: #eee;
}

.v3-service-process-step {
  display: flex;
  margin-bottom: 2.5rem;
  position: relative;
  cursor: pointer;
}

.v3-service-process-step:last-child {
  margin-bottom: 0;
}

.v3-service-process-number {
  width: 40px;
  height: 40px;
  background-color: #f8f9fa;
  border: 2px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #666;
  margin-right: 1.5rem;
  z-index: 1;
  transition: all 0.3s ease;
}

.v3-service-process-step-active .v3-service-process-number {
  background-color: #FE8E40;
  border-color: #FE8E40;
  color: white;
}

.v3-service-process-content {
  flex: 1;
  padding-top: 0.5rem;
}

.v3-service-process-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}

.v3-service-process-step-active .v3-service-process-title {
  color: #FE8E40;
}

.v3-service-process-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

/* Testimonial Section */
.v3-service-testimonial {
  padding: 5rem 0;
  background-color: #f8f9fa;
}

.v3-service-testimonial-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.v3-service-testimonial-quote {
  font-size: 1.4rem;
  font-style: italic;
  color: #444;
  line-height: 1.7;
  margin-bottom: 2rem;
  position: relative;
}

.v3-service-testimonial-quote::before {
  content: '"';
  font-size: 5rem;
  color: #FE8E40;
  opacity: 0.2;
  position: absolute;
  top: -2rem;
  left: -2rem;
}

.v3-service-testimonial-client {
  font-size: 1.1rem;
  color: #333;
}

.v3-service-testimonial-project {
  display: block;
  font-size: 0.95rem;
  color: #777;
  margin-top: 0.3rem;
}

.v3-service-cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}

.v3-service-cta-text {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .v3-service-title {
    font-size: 2.5rem;
  }
  
  .v3-service-features-content {
    flex-direction: column;
    gap: 2rem;
  }
  
  .v3-service-features-lines {
    width: 100%;
    height: 4px;
  }
  
  .v3-service-line {
    height: 4px;
    width: 33.33%;
  }
  
  .v3-service-line-1 {
    left: 0;
    top: 0;
  }
  
  .v3-service-line-2 {
    left: 33.33%;
    top: 0;
  }
  
  .v3-service-line-3 {
    left: 66.66%;
    top: 0;
  }
  
  .v3-service-examples {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .v3-service-image-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .v3-service-image {
    width: 45% !important;
    height: auto !important;
    margin-bottom: 15px;
  }
  
  .v3-service-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .v3-service-testimonial-quote {
    font-size: 1.2rem;
  }
  
  .v3-service-testimonial-quote::before {
    font-size: 3rem;
    top: -1.5rem;
    left: -1rem;
  }
  
  .v3-service-cta-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .v3-service-image {
    width: 100% !important;
  }
  
  .v3-service-features-grid {
    grid-template-columns: 1fr;
  }
  
  .v3-service-section-title {
    font-size: 2rem;
  }
  
  .v3-service-subtitle {
    font-size: 1.2rem;
  }
  
  .v3-service-process-steps::before {
    left: 15px;
  }
  
  .v3-service-process-number {
    width: 30px;
    height: 30px;
    font-size: 0.9rem;
  }
  
  .v3-service-process-title {
    font-size: 1.1rem;
  }
}