.section-header {
    /* Background image for the header */
    background-size: cover;
    background-position: center;
    padding: 500px 20px 40px;
    color: white;
    position: relative;
    text-align: center;
}

.solar {
    background-image:
        linear-gradient(to bottom, rgba(3, 51, 66, 0.8), rgba(148, 235, 236, 0.2)),
        url('/static/images/studies_development/solar_studies_banner.png');
}


.section-title {
    position: absolute;
    bottom: 0px;
    /* distance from bottom of header */
    right: 250px;
    /* transform: translateX(-50%); */
    background: white;
    color: #004747;
    max-width: 500px;
    /* or any fixed width like 600px */
    white-space: normal;
    /* allows wrapping */
    word-break: break-word;
    /* breaks long words if needed */
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.section-header h1 {
    padding: 50px 60px;
    font-size: 50px;
    font-weight: 700;

    margin: 0;

}

/* Project content block */



.projects-section {
    /* text-align: center; */
    position: relative;
    max-width: 1700px;
    margin: auto;

}

.projects-overlay {


    gap: 30px;
    /* max-width: 1400px; */
    /* height: 600px; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 40px 20px;
    justify-content: center;
    margin-top: 100px;
}

.solar_projects {
    background-image:
        linear-gradient(to bottom, rgba(8, 44, 44, 0.6), rgba(0, 0, 0, 0.6)),
        url('/static/images/studies_development/solar_body.png');
    border-radius: 15px;
    background-size: cover;
    background-position: center;

}

.more_solar_projects {
    background-image:
        linear-gradient(to bottom, rgba(8, 44, 44, 0.6), rgba(0, 0, 0, 0.6)),
        url('/static/images/studies_development/more_solar_body.png');
    border-radius: 15px;
    background-size: cover;
    background-position: center;

}

.survey_projects {
    background-image:
        linear-gradient(to bottom, #18376799, #005E6050),
        url('/static/images/studies_development/survey_body.png');
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}

.wind_projects {
    background-image:
        linear-gradient(to bottom, #18376799, #005E6050),
        url('/static/images/studies_development/wind_body.png');
    border-radius: 15px;
    background-size: cover;
    background-position: center;

}

.efficiency_projects {
    background-image:
        /* linear-gradient(to bottom, rgba(8, 44, 44, 0.6), rgba(0, 0, 0, 0.6)), */
        url('/static/images/studies_development/efficiency_body.png');
    border-radius: 15px;
    background-size: cover;
    background-position: center;

}




.header {
    position: absolute;
    right: 10%;
}


.project-image {
    flex: 1 1 350px;
    max-width: 800px;
    border-radius: 12px;
    overflow: hidden;
}

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

/* Project text content */
.project-info {
    /* flex: 1 1 400px; */
    /* max-width: 750px; */
    background: rgba(163, 167, 167, 0.45);
    border-radius: 12px;
    padding: 30px 30px 0 110px;
    line-height: 1.8;
    padding-inline: 1.5rem;
    /* align-content: center; */
}

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

h2 {
    font-size: 32px;
    color: #caff00;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: unset;
}

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

.project-description {
    font-size: 20px;
    color: #eee;
    /* font-weight: 100; */
    margin-bottom: 10px;
}

.project-info p {
    font-size: 20px;
    color: #eee;
    /* font-weight: 100; */
    margin-bottom: 10px;
}

.project-info ul {
    list-style-type: none;
    padding-left: 0;
    padding-right: 0;
    line-height: 2;
}

.section-divider {

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

.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;
}

.project-technical-components {
    background-image:
        url('/static/images/studies_development/project7_bg.png');
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    border: #D3FF00 solid 2px;
}

.technical-box {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 19px 6px;
    border-radius: 20px;
    max-width: 430px;
    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 td {
    padding: 3px 25px;
    font-size: 14px;
    vertical-align: middle;
}

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

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

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

.card {
    border-radius: 30px;
    border: #DEFF03 solid 1px;
}

.blue-header {
    color: #40D9FF !important;
}

.yellow-header {
    color: #FFF238 !important;
}

.green-header {
    color: #DEFF03 !important;
}

.b-600 {
    font-weight: 600 !important;
}

.w-87 {
    width: 87% !important;
}

.f-10 {
    font-size: 10px !important;
}

@media (max-width: 512px) {

    h2 {
    font-size: 25px;
    }
    .section-title {
        right: 68px;
        max-width: 300px;
    }

    .section-header h1 {
        padding: 15px 35px;
        font-size: 36px;
    }

    .project-info h2 {
    font-size: 19px;
    line-height: 1.5;
    }

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

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

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

    .project-image {
    margin-top: 20px;
    }

    .tech-table td {
    padding: 3px 14px;
    }

    .w-87 {
        width: 100% !important;
    }
}