/* Scoped CSS for Power Swiper Only */
.power-swiper-wrapper {
    width: 100%;
    margin: 32px auto;
}

    .power-swiper-wrapper .power-swiper-container {
        width: 100%;
        overflow: hidden;
    }
    
@media (min-width:768px) {
    .power-swiper-wrapper .swiper-wrapper {
        justify-content: center;
    }
    .power-swiper-wrapper .power-swiper-button-next,
    .power-swiper-wrapper .power-swiper-button-prev {
        display:none;
    }

}

    .power-swiper-wrapper .power-swiper-container .power-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (min-width:1200px) {
        .power-swiper-wrapper .power-swiper-container .power-slide {
            width: 385px !important;
        }
    }

    .power-swiper-wrapper .power-swiper-container .power-slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .power-swiper-wrapper .power-swiper-button-next::after,
    .power-swiper-wrapper .power-swiper-button-prev::after {
        display:none;
    }

.power-swiper-wrapper .power-swiper-button-next,
.power-swiper-wrapper .power-swiper-button-prev {
    height: fit-content;
    width: fit-content;
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 7px;
    background: #ef7104;
    cursor: pointer;
    border-radius: 3px;
}

    .power-swiper-wrapper .power-swiper-pagination {
        bottom: 10px;
    }


    .bx-wrapper {
        border: 0;
    }


    .pw-genBanner .bx-wrapper .bx-pager, .pw-genBanner .bx-wrapper .bx-controls-auto {
        bottom: 16px;
    }


    .project-details-section {
        background: #000; /* Black background like your screenshot */
        color: #fff; /* White text */
    }

    .section-title {
        font-size: 32px;
        font-weight: 600;
    }

    .project-table {
        background: transparent;
        border-color: #666 !important;
    }

        .project-table th,
        .project-table td {
            border-color: #777 !important;
            vertical-align: middle;
        }

        .project-table th {
            font-weight: 700;
            white-space: nowrap;
        }

        .project-table td {
            font-size: 15px;
            line-height: 1.5;
        }

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .flipster::-webkit-scrollbar {
        display: none;
    }

    .flipster__button {
        top: 40%;
    }

    .flipster__button--prev {
        width: 19px;
        height: 53px;
        background: transparent url(../../images/bntArrow_prev_gry.png) no-repeat scroll 0px 0px;
    }

    .flipster__button--next {
        width: 19px;
        height: 53px;
        background: transparent url(../../images/bntArrow_next_gry.png) no-repeat scroll 0px 0px;
    }

    .scollspy {
        position: fixed;
        z-index: 100;
        top: 50%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        background: rgba(0, 0, 0, .6);
        padding: 10px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        right: 0;
    }

        .scollspy li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

            .scollspy li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                .scollspy li a span {
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #fff;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all .1s ease-in-out;
                    -moz-transition: all .1s ease-in-out;
                    -o-transition: all .1s ease-in-out;
                    transition: all .1s ease-in-out;
                }

                .scollspy li a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                }

    a,
    h3 {
        text-decoration: none
    }



    .tab-item {
        display: none;
        transition: opacity .3s
    }

        .tab-item.active {
            display: block;
            opacity: 1
        }

    .tabLink:hover {
        text-decoration: none
    }

    .dirTabAct .textPort {
        background: #ed6e36 !important;
        border: 1px solid #ed6e36 !important;
        color: #fff !important;
        text-decoration: none
    }

        .dirTabAct .textPort h3 {
            color: #fff !important
        }

    .textPort h3 {
        text-decoration: none !important
    }

    .tab-container {
        display: flex;
        column-gap: 10rem
    }

    .table-1 > :not(:last-child) > :last-child > * {
        border-bottom-color: currentColor
    }

    .t-heading {
        font-size: 20px;
        border-left: 5px solid #18a790;
        padding-left: 1rem
    }

    .table-responsive-1 {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-1 > .table-bordered-1 {
            border: 0
        }

    .table-1 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        background-color: transparent
    }

    table {
        border-collapse: collapse
    }

    .table-bordered-1 thead td,
    .table-bordered-1 thead th {
        border-bottom-width: 2px;
        background-color: transparent
    }

    .table-1 thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        font-size: 14px;
        color: #222
    }

    .table-1 td,
    .table-1 th {
        padding: .8rem;
        vertical-align: top;
        border: 1px solid #dee2e6
    }

    .table-1 th,
    .table-1 td {
        vertical-align: top;
        border: 1px solid #d9d9d9;
        font-size: 16px
    }

    .group-button-next {
        position: absolute;
        top: 45%;
        right: 0;
    }

    .group-button-prev {
        position: absolute;
        top: 45%;
        left: 0;
    }

    @media (max-width:767px) {
        .group-button-next, .group-button-prev {
            display: none;
        }
    }

    .bod-slider {
        width: 100%;
        margin: 20px auto;
    }

        .bod-slider .bod-swiper {
            margin-bottom: 40px;
        }

            .bod-slider .bod-swiper .swiper-slide {
                cursor: pointer;
                display: flex;
                justify-content: center;
                align-items: flex-start;
                height: auto; /* SAME HEIGHT FOR ALL SLIDES */
                margin-bottom: 25px;
            }

        .bod-slider .item-box {
            border-bottom: 4px solid transparent;
            transition: 0.3s;
            width: 150px;
            position: relative;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

            .bod-slider .item-box img {
                aspect-ratio: 3 / 4;
                object-fit: cover;
            }

            .bod-slider .item-box h4 {
                padding: 10px 5px;
                color: #ed6e36;
                font-size: 17px !important;
                text-align: left;
                margin: 0;
                height: 100%;
            }

            /* ACTIVE + CLICK HIGHLIGHT */
            .bod-slider .item-box.active {
                border: 1px solid #ff6600; /* orange highlight */
            }

                .bod-slider .item-box.active::after {
                    content: "";
                    position: absolute;
                    bottom: -25px;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-left: 75px solid transparent;
                    border-right: 75px solid transparent;
                    border-top: 25px solid #ff6600;
                }

                .bod-slider .item-box.active h4 {
                    background: #ff6600;
                    color: #fff;
                }

        /* Grey content box */
        .bod-slider .bod-description {
            background: #eeeeee;
            padding: 25px;
            min-height: 180px;
        }

        /* Navigation arrows */
        .bod-slider .bod-prev {
            top: 40%;
            position: absolute;
            color: #333;
            left: 0;
        }

        .bod-slider .bod-next {
            top: 40%;
            position: absolute;
            color: #333;
            right: 0;
        }

.grecaptcha-badge {
    z-index: -1;
}