/* Header section */
.section-header {
    background-image: url('/static/images/projects/header-wind-turbine.png');
    background-size: cover;
    background-position: center;
    padding: 490px 20px 40px;
    color: white;
    position: relative;
    text-align: center;
  }
  
  .section-header h1 {
    position: absolute;
    bottom: 0px; /* distance from bottom of header */
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #004747;
    padding: 30px 75px;
    font-size: 64px;
    font-weight: 700;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin: 0;
  }
  
  /* Project content block */

  .project-section {
    text-align: center;
    margin: auto;
  }
/* 
  .projects-section {

    /* position: relative;
    max-width: 1600px;
    margin: auto; */
  
  .projects-overlay {
    background-image: 
                    linear-gradient(to bottom, rgba(8, 44, 44, 0.2), rgba(0, 0, 0, 0.4)),
                    url('/static/images/projects/glass-overlay.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1600px;
    /* height: 600px; */
    border-radius: 15px;
    align-content: center;
    padding: 40px 20px;
    justify-content: center;
    overflow: visible;
    margin: auto;

  }

  .project-block {
    background-image: url('/static/images/projects/glass-overlay.png'); /* subtle overlay */
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 20px;
    justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    max-width: 900px;
  }
  
  .project-image {
    flex: 1 1 350px;
    max-width: 800px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .project-image img {
    /* width: 100%;
    height: auto; */
     width: auto;
    height: 100%;
    display: block;
  }
  
  /* Project text content */
  .project-info {
    flex: 1 1 400px;
    /* max-width: 600px; */
    background: rgba(71, 71, 71, 0.5);
    border-radius: 12px;
    padding: 60px;
    line-height: 1.8;
  }
  
  .project-info h2 {
    font-size: 32px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .project-info h3 {
    font-size: 24px;
    color: #caff00;
    margin-bottom: 10px;
  }

  .project-description {
    font-size: 20px;
    color: #eee;
    margin-bottom: 10px;
  }
  
  .project-info p {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 10px;
  }
  
  /* Detail columns */
  .project-details {
    flex: 1 1 400px;
    max-width: 90%;
    background: rgba(0, 23, 23, 0.85);
    border-radius: 12px;
    padding: 25px;
    line-height: 1.8;
    align-content: center;
  }

  .project-details h3 {
    font-size: 18px;
    color: #caff00;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .project-details p {
    font-size: 20px;
    color: #b8b8b8;
    margin-bottom: 10px;
  }
  
  .section-divider {

    width: 100vw;                /* Take full screen width */
    height: 10px;                 /* Thin line (or change to 30px for block) */
    background-color: white;
    margin: 40px 0;              /* space above and below */
    padding: 0;
    border: none;
    margin-right: -100px;
    margin-left: -100px;
  }

  .coranthia-project{
    padding: 20px;
    background: rgba(63, 63, 63, 0.5);
    border-radius: 12px;
    max-width: 45%;
    margin: auto;
  }

  .coranthia-project span {
    font-size: 20px;
    color: #eee;
    margin-bottom: 10px;
  }

  .coranthia-project h2 {
    font-size: 24px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .coranthia-project h3 {
    font-size: 24px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .coranthia-project p {
    font-size: 20px;
    color: #eee;
    margin-bottom: 10px;
    width: 97%;
  }

  .coranthia-project-technical{
    padding: 20px;
    background: rgba(63, 63, 63, 0.4);
    border-radius: 12px;
    max-width: 45%;
    margin: auto;
  }

   .coranthia-project-technical h2 {
    font-size: 20px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .coranthia-project-technical h3 {
    font-size: 24px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .coranthia-project-technical p {
    font-size: 20px;
    color: #eee;
    margin-bottom: 10px;
  }

  .coranthia-project-technical li {
    font-size: 20px;
    color: #eee;
    /* margin-bottom: 10px; */
  }

  .technical-section {
    background-image: url('../images/projects/technical_components.png'); /* Replace with your actual path */
    background-size: cover;
    background-position: center;
    padding: 80px 12px;
    color: white;
    display: flex;
    justify-content: center;
  }

  .content-box {
    /* background-color: rgba(0, 0, 0, 0.6); semi-transparent black */
    padding: 30px 10px;
    border-radius: 30px;
    max-width: 700px;
    width: 100%;
    /* backdrop-filter: blur(5px); */
  }

  .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #D3FF00; /* neon yellow-green */
    margin-bottom: 30px;
  }

.technical-box {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 19px 6px;
  border-radius: 20px;
  max-width: 800px;
  margin: auto;
  color: white;
  backdrop-filter: blur(5px);
}

.tech-table {
  width: 100%;
  border-collapse: collapse;
  /* text-align: center; */
}

.tech-table thead .table-title {
  color: #D3FF00;
  /* padding-bottom: 20px; */
  /* text-align: center; */
}

.tech-table tr{
  line-height: 3;
}

.tech-table td {
  padding: 3px 25px;
  font-size: 14px ;
  vertical-align: middle;
}


.tech-table .separator {
  width: 1px;
  background-color: #D3FF00;
  padding: 0;
}


.measurment-list {
  list-style: decimal;
  padding-right: 20px;
  color: white; /* or your preferred color */
}
  
  .urban-project{
    padding: 20px;
    background: rgba(63, 63, 63, 0.5);
    border-radius: 12px;
    width: 97%;
  }


  .urban-project h2 {
    font-size: 32px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
  }

    .urban-project h3 {
    font-size: 32px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .urban-project h5{
    font-size: 20px;
    color: #caff00;
    margin-bottom: 15px;
  }

  .urban-project p {
    font-size: 20px;
    color: #eee;
    margin-bottom: 10px;
  }

  .specific-project-image img {
    width: 100%;
    height: auto;
   
    display: block;
  }

  .custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #D3FF00; 
  color: #087375; 
  padding: 12px 24px;
  border-radius: 9999px; 
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.custom-button .fa-arrow-right {
  margin-left: 8px;
}

.custom-button:hover {
  background-color: #bff200;
}

.w-90 {
  width: 90%;
}

@media (max-width: 512px) {

  .section-header {
    padding: 110px 20px 40px;
  }
  .section-header h1 {
    font-size: 22px;
    padding: 0px 20px;
  }
  .row {
    width: 98% !important;
  }
  .project-info {
    padding: 25px;
    margin-top: 10px;
  }

  .project-info h2 {
        font-size: 18px;
  }

  .project-description {
    font-size: 18px;
  }

  .project-info p {
    font-size: 14px;
  }

  .project-info h3 {
        font-size: 18px;
        margin-top: 10px;
  }

  .project-image img {
    margin-top: 20px;
  }
  
  .project-details h3{
    font-size: 18px;
  }

  .project-details p {
    font-size: 18px;
  }

  .coranthia-project, .coranthia-project-technical {
    max-width: 100%;
  }

  .coranthia-project h2 {
        font-size: 20px;
        margin-top: 10px;
  }

  .coranthia-project h3 {
    font-size: 18px;
        margin-top: 10px;
  }

  .coranthia-project span {
    font-size: 18px;
  }


  .coranthia-project-technical h3{
    font-size: 18px;
  }


  .title {
    font-size: 18px;
  }

  .tech-table tr {
    line-height: 1;
  }
  .tech-table td{
  font-size: 10px;
  }

  h2, h3 {
    font-size: 18px !important;
  }

  p, span, li {
    font-size: 18px !important;
  }

  .urban-project {
    padding: 0px;
    width: 99%;
  }

  .urban-project .p-5{
    padding: 2rem !important;
  }

}