/* Project Details Page Custom Styles */

.project-header-content {
  

  position: relative;
  z-index: 2;
  padding: 2rem 1rem;
  text-align: center;
}
.project-title {
  color: #0e7c73;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.project-tagline {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 0;
}
.project-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14,124,115,0.35);
}
.header-img {
  width: 100%;
  
  height: auto;
  margin-bottom: 1rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(14,124,115,0.08);
}

.project-overview {
  max-width: 800px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(14,124,115,0.07);
  border-left: 3px solid #ff9800;
}
.section-title {
  color: #0e7c73;
  margin-bottom: 1.5rem;
}
.project-overview-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.project-overview-client {
  flex: 1 1 220px;
  min-width: 220px;
}
.project-overview-description {
  flex: 2 1 320px;
  min-width: 220px;
}
.project-overview-desc {
  margin-top: 0.5rem;
}

.project-objectives {
  max-width: 800px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(14,124,115,0.05);
  border-left: 3px solid #e91e63;
}
.project-objectives-desc {
  font-size: 1.1rem;
  color: #333;
}

.project-case-study {
  max-width: 800px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(14,124,115,0.07);
  border-left: 3px solid #3f51b5;
}
.project-case-study-desc {
  font-size: 1.1rem;
  color: #333;
}

.project-download {
  max-width: 700px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  text-align: center;
  border-left: 3px solid #009688;
}
.cta-btn {
  background: #0e7c73;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.cta-btn-outline {
  background: #fff;
  color: #0e7c73;
  border: 2px solid #0e7c73;
}

.project-process {
  max-width: 800px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(14,124,115,0.05);
  border-left: 3px solid #4caf50;
}
.project-process-list {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  list-style: disc inside;
}

.project-showcase {
  max-width: 900px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(14,124,115,0.07);
  border-left: 3px solid #00bcd4;
}
.showcase-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.showcase-img {
  width: 260px;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(14,124,115,0.08);
}
.showcase-video {
  margin: 2rem auto 0 auto;
  max-width: 560px;
  text-align: center;
}
.showcase-video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: #e0f2f1;
  border-radius: 8px;
}
.showcase-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.showcase-video-caption {
  margin-top: 0.5rem;
  color: #888;
}

.project-results {
  max-width: 800px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(14,124,115,0.05);
  border-left: 3px solid #8bc34a;
}
.project-results-list {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
  list-style: disc inside;
}

.project-feedback {
  max-width: 700px;
  margin: 2rem auto 0 auto;
  padding: 2rem 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(14,124,115,0.07);
  border-left: 3px solid #f44336;
}
.project-feedback-quote {
  border-left: 5px solid #0e7c73;
  padding: 1rem 1.5rem;
  background: #f7f7f7;
  font-size: 1.15rem;
  color: #333;
  margin: 0;
}

.project-cta {
  max-width: 700px;
  margin: 2rem auto 2rem auto;
  padding: 2rem 1rem;
  text-align: center;
  border-left: 3px solid #ffc107;
}
.project-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 900px) {
  .project-showcase {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .project-header-content,
  .project-overview,
  .project-objectives,
  .project-case-study,
  .project-download,
  .project-process,
  .project-showcase,
  .project-results,
  .project-feedback,
  .project-cta {
    padding: 1rem 0.5rem;
    margin: 1rem auto 0 auto;
  }
  .showcase-img {
    width: 100%;
    height: 120px;
  }
  .project-overview-flex {
    flex-direction: column;
    gap: 1rem;
  }
  .project-cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-section {
    align-items: center !important;
    text-align: center !important;
    width: 100%;
  }
  .footer-links ul,
  .footer-contact-social {
    display: flex !important;
   
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  .footer-icons {
    align-items: center !important;
    text-align: center !important;
  }
}
