:root {
    --ge-green: #004D43;
    --ge-accent: #2ECC71;
    --ge-bg-light: #F9F9F9;
    --ge-text: #333;
    --White-text: #F6F7F9;
}

.container_about_us_one {
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 160px);
    padding-left: 0;
    padding-right: 0;
}

.ge-hero-with-bg {
    background: url('/image/catalog/photo_aboutNEW.svg') center center / cover no-repeat;
    padding: 0 0 30px;
    text-align: center;
    border-radius: 0 0 40px 40px;
    color: var(--White-text);
    position: relative;
    display: flex;
    align-items: center;
}

.container_about_us_one .breadcrumb-custom {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 90px 0 0 0;
    margin: 0 auto;
    background: transparent !important;
    max-width: 1520px;
}

.container_about_us_one .breadcrumb-custom li a,
.container_about_us_one .breadcrumb-custom .current-page {
    color: var(--White-text);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.container_about_us_one .breadcrumb-custom li:not(:last-child)::after {
    content: "";
    color: #F6F7F9;
    margin: 0 10px;
    content: "/";
    background-color: #F6F7F9;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.ge-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.breadcrumb-custom li .home-link:hover {
    color: #25B461;
    fill: var(--Green, #25B461);
}
.ge-label { 
    color: var(--White-text);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.ge-main-title {
    color: var(--White-text);
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.ge-hero-desc {
    color: var(--White-text);
    font-size: 16px;
    line-height: 25px;
    margin: 0 auto;
    max-width: 592px;
}

.project-content-page {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 160px);
}

.project-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 50px auto 30px;
    flex-wrap: wrap;
}

.cat-pill {
    border-radius: 26px;
    background: #8A8C8D;
    padding: 10px 20px;
    transition: 0.3s;
    color: var(--White-text);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.cat-pill.active, .cat-pill:hover {
    background: #28a745;
    color: #F6F7F9;
}
.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.project-item {
    height: 360px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #f4f4f4; 
}

.project-grid .project-item:last-child:nth-child(8) {
    grid-column: span 2;
}

.project-card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.project-card-thumb {
    width: 100%;
    height: 100%;
    position: relative;
}

.project-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    transition: transform 0.6s ease;
    
}
@media screen and (min-width: 1600px) {
    .project-card-thumb img {
        min-height: 373px;
    }
}
.project-card-overlay {
    position: absolute;
    inset: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0.2, 0.2) 100%); */
}

.project-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.project-card-year {
    font-family: 'Inter', sans-serif;
    color: var(--White-text, #F6F7F9);
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; 
}

.project-card-arrow {
    width: 45px;
    height: 45px;
    background: #25B461;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.project-card-arrow svg {
    width: 24px;
    height: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.project-item:hover .project-card-arrow {
    transform: rotate(0deg);
}

.project-card-title {
    color: var(--White-text, #F6F7F9);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    font-family: 'Inter', sans-serif;
    margin: 0;
}
.project-card-content {
    display: flex;
    flex-direction: column;
}

.project-card-desc {
    color: #F6F7F9;
    font-family: Inter;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; 
    margin-top: 10px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.4s ease;
    margin: 0;
}

.project-item:hover .project-card-desc {
    max-height: 80px;
    opacity: 1;
    margin-top: 10px;
}

.contact-cta-card {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid var(--Green, #25B461);
    background: var(--BG, #EEE);
}
.contact-cta-card .cta-button {
    margin-right: auto;
    margin-left: auto;
}
.cta-title { 
    color: var(--Green, #25B461);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; 
    font-family: 'Inter', sans-serif;
    margin: 0;
}

.cta-text {
    color: var(--Green, #25B461);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    font-family: 'Inter', sans-serif;
    margin: 0;
    width: 100%;
    max-width: 350px;
}
.cta-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.cta-button {
    color: #fff;
    border: none;
    border-radius: 30px;
    background: var(--Green, #25B461);
    align-items: center;
    color: var(--White-text, #F6F7F9);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    display: flex;
    padding: 10px 20px 10px 20px;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    border: 1px solid var(--Green, #25B461);
    height: auto;
    max-height: 50px;
    margin-top: auto; 
    align-self: flex-start; 
    display: inline-flex;
    align-items: center;
}


.btn-arrow-icon {
    position: relative;
    width: 32px;
    height: 32px;
    background: #F3F3F3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-arrow-icon svg:first-child {
    transform: translateX(0);
}
.btn-arrow-icon svg:nth-child(2) {
    transform: translateX(-40px);
}

.btn-arrow-icon svg {
    width: 16px;
    height: 14px;
    fill: #25B461;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    position: absolute;
}


.ge-open-contact-modal:hover {
    background: #FFFFFF;
    color: #25B461;
    border: 1px solid var(--Green, #25B461);
}
.ge-open-contact-modal:hover .btn-arrow-icon {
    background: #25B461;
}
.ge-open-contact-modal:hover .btn-arrow-icon svg:first-child {
    transform: translateX(40px);
}

.ge-open-contact-modal:hover .btn-arrow-icon svg:nth-child(2) {
    transform: translateX(0);
    fill: #FFFFFF;
}

.ge-service-btn:hover .ge-arrow svg {
    fill: #FFFFFF;
}

.project-pagination-wrapper {
    margin-top: 30px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

.project-pagination-wrapper .pagination {
    display: flex;
    list-style: none;
    gap: 5px;
    padding: 0;
}

.project-pagination-wrapper .pagination li a, .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: var(--Black-text, #000);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: 0.3s;
    border: 0 solid #ddd;
}

.project-pagination-wrapper .pagination li.active span {
    background-color: #f4fdf6;
    border: 1px solid #25B461;
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    color: var(--Green, #25B461);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.project-pagination-wrapper {
    margin-top: 30px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

.project-pagination-wrapper .pagination {
    display: flex;
    list-style: none;
    gap: 5px;
    padding: 0;
}

.project-pagination-wrapper .pagination li a, 
.project-pagination-wrapper .pagination li span {
      display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: var(--Black-text, #000);
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18.667px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: 0.3s;
    border: 0 solid #ddd;
}
@media (min-width: 1650px) {
    .project-hero {
        height: 452px;
    }
    .project-visuals, 
    .project-info-card, 
    .project-main-image img {
        height: 100% !important; 
        max-height: 452px;
        object-fit: inherit !important;
    }
}

@media (min-width: 1460px) and (max-width: 1649px) {
    .project-hero {
        height:500px; 
    }
    .project-visuals, 
    .project-info-card, 
    .project-main-image img {
        height: 100% !important; 
        max-height: 500px;
    }
}


@media (min-width: 1350px) and (max-width: 1459px) {
    .project-hero {
        height:550px; 

    }
    .project-visuals, 
    .project-info-card, 
    .project-main-image img {
        height: 100% !important; 
        max-height: 550px;
    }
}
@media (min-width: 1280px) and (max-width: 1349px) {
    .project-hero {
        height:600px; 

    }
    .project-visuals, 
    .project-info-card, 
    .project-main-image img {
        height: 100% !important; 
        max-height: 568px;
    }
}

.project-pagination-wrapper .pagination li a.step-arrow {
    background-color: #28a745 !important;
    color: #fff !important;
    border-radius: 12px !important;
}

.project-pagination-wrapper .pagination li a.step-arrow:hover {
    background-color: #218838 !important;
}

.project-pagination-wrapper .pagination li a, 
.project-pagination-wrapper .pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: var(--Black-text, #000);
    background-color: #f8f9fa;
    border-radius: 12px;
    transition: 0.3s;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.project-pagination-wrapper .pagination li a:not(.step-arrow):hover {
    background-color: #F4FDF6;
    color: #25B461;          
    border: 1px solid #25B461;
}

.project-pagination-wrapper .pagination li a.step-arrow {
    background-color: #25B461 !important;
    border: none !important;
}

.project-pagination-wrapper .pagination li a.step-arrow:hover {
    background-color: #000 !important;

}

.project-pagination-wrapper .pagination li a.step-arrow svg {
    display: block;
}

.project-pagination-wrapper .pagination li {
    margin: 0 !important;
}

.project-pagination-wrapper .pagination > li:first-child > a,
.project-pagination-wrapper .pagination > li:last-child > a {
    border-radius: 12px !important;
}

@media screen and (max-width: 1300px) {
    .container_about_us_one .breadcrumb-custom {
        width: calc(100% - 10px);
    }
    .container_about_us_one, .project-content-page {
        width: calc(100% - 40px);
    }
}

@media (max-width: 1024px) {
    .project-grid { grid-template-columns: repeat(2, 1fr); }
    .project-grid .project-item:last-child:nth-child(8) { grid-column: auto; }
}

@media (max-width: 600px) {
    .ge-main-title { font-size: 24px; }
    .project-grid { grid-template-columns: 1fr; }
}


@media (min-width: 501px) and (max-width: 599px) {
    .project-card-thumb img {
        min-height: 421px;
    }

}

.project-item:hover .project-card-overlay {
    background: linear-gradient(180deg, rgba(0, 23, 14, 0.3) 0%, rgba(17, 189, 87, 0.5) 100%);
}

.project-item:hover .project-card-arrow svg:first-child {
    transform: translateX(50px);
}

.project-card-arrow svg:first-child {
    transform: translate(0, 0);
}

.project-card-arrow svg:nth-child(2) {
    transform: translate(-40px, 40px);
}

.project-item:hover .project-card-arrow svg:first-child {
    transform: translate(40px, -40px);
}

.project-item:hover .project-card-arrow svg:nth-child(2) {
    transform: translate(0, 0);
}

.ge-project-cta {
    position: relative;
    width: 100%;
    min-height: 420px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 70px;
    overflow: hidden;
    margin: 50px 0;
    border-radius: 30px; 
    background-image: url('/image/image_09d519.png'); 
    background-size: cover;      
    background-position: center; 
    background-repeat: no-repeat;
    margin-bottom: 120px;
}

.ge-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); 
}

.ge-cta-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ge-cta-title {
    font-family: 'Inter', sans-serif;
    color: var(--White-text, #F6F7F9);
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; 
    margin: 0;
}

.ge-cta-description {
    font-family: 'Inter', sans-serif;
    color: var(--White-text, #F6F7F9);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    margin: 0;
    width: 100%;
    max-width: 684px;
}


.ge-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background-color: #ffffff;
    border-radius: 60px;
    border: none;
    font-family: 'Inter', sans-serif;
    border-radius: 26px;
    background: var(--White-text, #F6F7F9);
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    color: var(--Black-text, #000);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: 1px solid #ffffff;
}

.ge-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px; 
    height: 32px;
    background-color: #000000;
    border-radius: 50%;
    position: relative; 
    overflow: hidden;   
    transition: background-color 0.3s ease;
}

.ge-cta-icon svg {
    width: 20px;
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    left: 6px; 
}


.ge-cta-icon svg:first-child {
    transform: translateX(0);
}


.ge-cta-icon svg:nth-child(2) {
    transform: translateX(-40px);
}


.ge-cta-button:hover .ge-cta-icon svg:first-child {
    transform: translateX(40px); 
}

.ge-cta-button:hover .ge-cta-icon svg:nth-child(2) {
    transform: translateX(0); 
}

.ge-cta-button:hover {
    background-color: #f8f8f8;
    color: #000000;
    border: 1px solid #000;
}


.ge-cta-button:hover .ge-cta-icon {
    transform: none; 
}

@media (max-width: 739px) {
    .ge-cta-title { font-size: 20px; }
    .ge-cta-description { font-size: 14px; }
    .ge-project-cta { min-height: 400px; padding: 50px 15px; }
    .ge-cta-button { font-size: 14px; }
}

.container_project_one_page {
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 160px);
    padding-left: 0;
    padding-right: 0;
}


@media screen and (max-width: 1300px) {
    .container_project_one_page {
        width: calc(100% - 40px);
    }
    .project-categories {
        padding-left: 40px;
        padding-right: 40px;
    }
}


@media screen and (max-width: 739px) {
    .container_about_us_one .breadcrumb-custom {
        width: calc(100% - 0px);
    }
    .container_about_us_one, .project-content-page {
        width: calc(100% - 20px);
    }
    .container_project_one_page {
        width: calc(100% - 20px);
    }
    .ge-project-cta {
        min-height: 300px;
        padding: 50px 15px;
    }
    .project-categories {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cta-button {
        font-size: 14px;
        padding: 10px;
    }
}


@media (min-width: 740px) and (max-width: 1000px) {
    .ge-project-cta {
        min-height: 300px;
        padding: 50px 15px;
    }
}

.cat-pill.active, .cat-pill:focus {
    background: #28a745;
    color: #F6F7F9;
}

.project-item:hover .project-card-desc {
    max-height: 80px;
    opacity: 1;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.container_page_information .breadcrumb-custom{
    max-width: 1520px;
    margin: 0 auto;
    width: calc(100% - 160px);
    padding-left: 0;
    padding-right: 0;
}

.spec-title {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    margin-bottom: 20px;
}
.container_page_project .ge-project-cta {
    margin-top: 70px;
    margin-bottom: 70px;
}

.container_page_project .breadcrumb-custom {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 90px 0 0 0;
    margin: 0;
    background: transparent !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 1520px;
    width: calc(100% - 160px);
}

.project-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
    background: none;
    max-width: 1520px;
    width: calc(100% - 130px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}
.project-spec-card .table-responsive {
    width: 100%;
    max-width: 1460px;
    border: 2px solid #8A8C8D;
    border-radius: 15px;
}

.project-info-card {
    border-radius: 30px;
    background: var(--Grays-White, #FFF);
    padding: 30px;
    width: -webkit-fill-available;
    max-width: 745px;
    display: flex;
    flex-direction: column;
    height: auto;
}

.project-title {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    margin-bottom: 15px;
}

.project-subtitle {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; 
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.project-meta h3 {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; 
    margin: 0;
    margin-bottom: 5px;
}
.project-divider {
    border: none;
    border-top: 2px solid #8A8C8D;
    margin: 10px 0;
}

.project-short-description {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    margin: 0;
    margin-bottom: 30px;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-btn {
    display: inline-flex;
    align-items: center;
    background-color: #27ae60;
    color: white !important;
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
}

.project-btn:hover {
    background-color: #219150;
}

.ge-cta-icon-simple {
    background: rgba(255,255,255,0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
.project-details-card, .project-spec-card {
    border-radius: 30px;
    background: #FFF;
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    max-width: 1520px;
    width: calc(100% - 130px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.project-details-card .project-description h2 {
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; 
    margin: 0;
}
.project-details-card .project-description h3 {
    font-family: 'Inter', sans-serif;
    color: var(--Black-text, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
    margin-bottom: 20px;
}

.project-details-card .project-description p {
    font-family: 'Inter', sans-serif;
    color: var(--Black-text, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin: 0;
    
}
.project-details-card .project-description li {
    font-family: 'Inter', sans-serif;
    color: var(--Black-text, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px; 
    margin: 0;
    
}
.project-details-card .project-description hr {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #E4E4E4;
}
.project-details-card .project-description .page_project_p{
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; 
    margin: 0;
    margin-top: 15px;
}
.project-bottom-action {
    margin-top: 40px;
    text-align: left;
}

.project-spec-table {
    width: 100%;
    border-collapse: collapse;
}

.project-spec-table th {
    text-align: left;
    height: 67px;
    padding: 0 20px;
    width: 50%;
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: none;
}
.project-spec-table thead tr th {
    border-bottom: 2px solid #8A8C8D;
}

.project-spec-table td {
    padding: 0 20px;
    border-bottom: 2px solid #8A8C8D;
    border-left: 2px solid #8A8C8D;
    height: 67px;
    color: var(--Black-text, #000);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.project-spec-table tbody tr:last-child td {
    border-bottom: none;
}
.project-spec-table tbody tr:last-child th {
    border-bottom: none;
}

.project-spec-table tbody tr td:first-child {
    border-left: none;
}

.project-spec-table thead tr th:not(:first-child) {
    border-left: 2px solid #8A8C8D;
}

.spec-name {
    font-weight: 500;
    width: 40%;
}

.project-gallery-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.project-gallery-popup.open {
    opacity: 1;
    visibility: visible;
}

.project-gallery-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    cursor: pointer;
}

.project-gallery-popup-inner {
    position: relative;
    max-width: 95vw;
    max-height: 95vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 1;
}

.project-gallery-popup-close {
    position: absolute;
    top: -43px;
    right: -20%;
    width: 44px;
    height: 44px;
    border: none;
    background: no-repeat;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.project-thumbnails-wrapper .thumb-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.project-gallery-popup-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.project-gallery-popup-prev,
.project-gallery-popup-next {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
    transition: background 0.2s;
    padding: 0;
    z-index: 2;
}

.project-gallery-popup-prev {
    left: -70px;
}

.project-gallery-popup-next {
    right: -70px;
}

.project-gallery-popup-prev:hover,
.project-gallery-popup-next:hover {
    background: var(--Green, #25B461);
}

.project-gallery-popup-main {
    max-width: 90vw;
    max-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.project-gallery-popup-main img {
    max-width: 100%;
    max-height: 75vh;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 21px;
    width: 100%;
    max-width: 700px;
    min-width: 700px;
}

.project-gallery-popup-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 90vw;
    overflow-x: auto;
    padding: 8px 0;
}

.project-gallery-thumb {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 3px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    transition: border-color 0.2s, opacity 0.2s;
}

.project-gallery-thumb:hover {
    opacity: 0.9;
}

.project-gallery-thumb.active {
    border-color: var(--ge-accent, #2ECC71);
}

.project-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 1650px) {
    .project-gallery-popup-prev {
        left: -25px;
        top: 40%;
    }
    .project-gallery-popup-next {
        right: -25px;
        top: 40%;
    }
    .project-gallery-popup-close {
        top: -83px;
        right: -50px;
    }
    .project-gallery-popup-prev, .project-gallery-popup-next {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .project-gallery-popup-main img {
        max-height: 60vh;
        width: 100%;
        max-width: 600px;
        min-width: 600px;
    }
}
@media (max-width: 768px) {
    .project-gallery-popup-prev {
        left: -50px;
        top: 50%;
    }
    .project-gallery-popup-next {
        right: -50px;
        top: 50%;
    }
    .project-gallery-popup-close {
        top: -83px;
        right: -66px;
    }
    .project-gallery-popup-prev, .project-gallery-popup-next {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .project-gallery-popup-main img {
        max-height: 50vh;
        width: 100%;
        max-width: 400px;
        min-width: 400px;
    }
    .project-gallery-popup-thumbs {
        display: none;
    }
    
}
@media (max-width: 560px) {
    .project-gallery-popup-close {
        top: -83px;
        right: -80px;
    }
    .project-gallery-popup-prev {
        left: -50px;
        top: 50%;
    }
    .project-gallery-popup-next {
        right: -50px;
        top: 50%;
    }
}
.mfp-arrow {
    opacity: 0.8 !important;
    background: rgba(0,0,0,0.2) !important;
    border-radius: 50%;
    width: 60px !important;
    height: 60px !important;
}

.project-visuals {
    display: flex;
    gap: 10px;
    height: 100%;
}

.main-nav-btn {
    display: none !important;
}

.mfp-arrow {
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    margin: 0 10px;
}

.mfp-close {
    font-size: 35px !important;
    right: 10px !important;
    top: 10px !important;
}

.mfp-close {
    font-size: 40px !important;
    opacity: 1 !important;
    color: #fff !important;
}

.project-thumbnails-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: center;
    position: relative;
    width: 100px;
    flex-shrink: 0;
}

#thumbContainer {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.thumb-item {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px; 
    overflow: hidden;
    transition: 0.3s;
}

.thumb-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
    max-width: 102px;
}

.thumb-item.active {
    border-color: #28a745;
}

.thumb-nav {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    z-index: 5;
    background: #25B461;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.thumb-nav.up {
    top: -15px; 
}
.thumb-nav.down {
    bottom: -10px; 
    top: auto;
}
.thumb-nav:hover { 
    background: #000;
}

.main-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.main-nav-btn:hover { background: #fff; color: #28a745; }
.prev-main { left: 15px; }
.next-main { right: 15px; }

.project-gallery-body-overflow {
    overflow: hidden;
}

.project-main-image-container {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: flex-start; 
    width: 100%;
}

.project-main-image {
    flex-grow: 1;
    height: 100%;
}

.main-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}



.project-visuals.single-image {
    display: block; 
    width: 100%;
}

.project-visuals.single-image .project-main-image {
    width: 100%;
    max-width: 100%; 
}

@media (max-width: 767px) {
    .project-visuals.single-image {
        margin-left: 0;
    }
    .project-main-image img {
        border-radius: 15px;
    }
}

.project-main-image img {
    width: 100%;
    height: 100%; 
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.project-main-image:hover {
    border-color: #25B461;     
}

.project-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100px;
    min-width: max-content;
}

.project-meta {
    flex-grow: 1; 
}
@media (max-width: 1440px) {
    .project-divider {
        margin: 20px 0;
    }
}
@media (min-width: 1440px) and (max-width: 1650px) {
    .project-hero {
        width: calc(100% - 130px);
    }
    .project-meta h3 {
        margin-bottom: 15px;
    }

}
@media (max-width: 740px) {
    .project-hero {
        grid-template-columns: 1fr;
        height: auto; 
    }
    .project-visuals {
        flex-direction: column-reverse;
        height: auto;
    }
    .project-thumbnails-wrapper {
        width: 100%;
        flex-direction: row;
        padding: 0 40px;
        height: 100px;
    }
    #thumbContainer {
        height: 100%;
        flex-direction: row;
    }
    .thumb-list {
        flex-direction: row;
    }
    .thumb-nav.up { left: 0; top: 50%; transform: translateY(-50%); }
    .thumb-nav.down { right: 0; bottom: auto; top: 50%; transform: translateY(-50%); left: auto; }
}

@media (max-width: 1100px) {
    .project-hero {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1300px) {
    .project-hero {
        width: calc(100% - 10px);
    }
    .project-details-card, .project-spec-card {
        width: calc(100% - 10px);
    }
    .container_page_project .breadcrumb-custom {
        padding: 96px 0 0 0;
        width: calc(100% - 40px);
    }
}   
@media (min-width: 1280px) and (max-width: 1299px) {
    .container_page_project .breadcrumb-custom {
        padding: 80px 0 0 0;
    }
}
@media (max-width: 1279px) {
    .project-hero {
        grid-template-columns: 1fr;
    }
    .project-main-image img {
        max-height: 650px;
    }
    .project-thumbnails-wrapper {
        height: 650px;
    }
    .project-info-card {
        max-width: 100%;
    }
}

@media (max-width: 1080px) {
    .project-main-image img {
        object-fit: cover;
    }
}

.project-thumbnails-wrapper:not(:has(.thumb-nav)) {
    padding: 0;
}

@media (max-width: 1349px) and (min-width: 768px) {
    .project-thumbnails-wrapper[data-total-images="5"] .thumb-nav {
        display: none !important;
    }
    .project-thumbnails-wrapper[data-total-images="5"] {
        padding: 0;
    }
}

.project-dots {
    display: none;
}

@media (max-width: 739px) {
    .project-thumbnails-wrapper {
        display: none !important;
    }

    .project-visuals {
        display: block; 
    }

    .project-main-image {
        position: relative; 
        width: 100%;
        overflow: hidden;
    }

    .project-main-image img {
        display: block;
        width: 100% !important;   
        object-fit: cover;        
        object-position: center; 
        border-radius: 20px;

        aspect-ratio: 4 / 3;
        object-fit: cover;
        border-radius: 20px;
    }

    .project-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(255, 255, 255, 0.9); 
        padding: 6px 12px;
        border-radius: 20px;
        z-index: 10;
    }
    .dot {
        width: 12px;
        height: 12px;
        background-color: #333; 
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s;
    }
    .dot.active {
        background-color: #27ae60; 
    }
    .project-gallery-popup-main img {

    }
    .project-hero {
        margin-top: 40px;
        width: calc(100% - 20px);
    }
    .container_page_project .breadcrumb-custom {
        padding: 96px 0 0 0;
        width: calc(100% - 20px);
    }
    #content {
        padding: 0;
    }
    .project-details-card, .project-spec-card {
        width: calc(100% - 20px);
        padding: 30px 15px;
        margin-top: 40px;
    }
    .project-title {
        font-size: 20px;
        line-height: normal;
    }
    .project-subtitle {
        font-size: 14px;
    }
    .project-short-description {
        font-size: 14px;
    }
    .project-details-card .project-description h2 {
        font-size: 20px;
    }
    .project-details-card .project-description .page_project_p {
        font-size: 14px;
    }
    .project-details-card .project-description p {
        font-size: 14px;
        line-height: 25px;
    }
    .project-details-card .project-description li {
        font-size: 14px;
        line-height: 25px;
    }
    .project-spec-table td {
        font-size: 14px;
    }
    .project-spec-table th {
        font-size: 14px;
    }
    .project-details-card .project-description h3 {
        margin-bottom: 10px;
    }
    .project-description ul {
        padding: 0px;
        padding-left: 23px;
    }

   .container_page_project .breadcrumb-custom {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;   
        white-space: nowrap;     
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #f1f1f1; 
        
    }

    .breadcrumb-custom li {
        display: inline-flex;
        align-items: center;
        flex: 0 0 auto;
        margin-bottom: 5px;  
    }
    .breadcrumb-custom::-webkit-scrollbar {
        height: 1px;              
        display: block !important;  
        
    }
    .breadcrumb-custom::-webkit-scrollbar-track {
        background: #860707;        
        border-radius: 10px;
    }
    .breadcrumb-custom::-webkit-scrollbar-thumb {
        background-color: #27ae60;   
        border-radius: 10px;
        border: none;    
        
    }
    .project-gallery-popup-thumbs {
        display: none;
    }
}   
@media (max-width: 560px) {
    .project-gallery-popup-main img {
        max-height: 50vh;
        width: 100%;
        max-width: 270px;
        min-width: 270px;
    }
        .project-gallery-popup-close {
        top: -83px;
        right: -80px;
    }
}

@media (max-width: 460px) {
    .project-gallery-popup-main img {
        max-height: 50vh;
        width: 100%;
        max-width: 230px;
        min-width: 230px;
    }
        .project-gallery-popup-close {
        top: -83px;
        right: -69px;
    }
}
.project-description {
    margin-bottom: 30px;
}


.button_contact_block {
    padding: 10px 10px 10px 20px !important;

}


.home_strone_energy {
    width: calc(100% - 80px);
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 1680px)  {
  .home_strone_energy {
    width: calc(100% - 50px);
  }
}

@media (min-width: 1280px) and (max-width: 1520px) {
  .home_strone_energy {
    width: calc(100% - 130px);
  }
}

@media (min-width: 1280px) and (max-width: 1300px) {
  .ge-home_strone_energy {
    width: calc(100% - 10px);
  }
  .home_strone_energy {
    width: calc(100% - 10px);
  }
}

@media (max-width: 1279px)  {
  .home_strone_energy {
    width: calc(100% - 10px);
  }
}
@media (max-width: 739px)  {
  .home_strone_energy {
    width: calc(100% - 20px);
    margin-bottom: 50px;
  }
}