.gallery-item-wrap-two {
    padding: 0 20px;
}

.gallery-item-eight {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.gallery-thumb-eight {
    border-radius: 15px;
    overflow: hidden;
}

.gallery-thumb-eight img {
    width: 100%;
    object-fit: cover;
    transform: scale(1.05);
}

.gallery-item-eight.active .gallery-thumb-eight img,
.gallery-item-eight:hover .gallery-thumb-eight img {
    transform: scale(1);
}

.gallery-content-eight {
    backdrop-filter: blur(10px);
    background: linear-gradient(90deg, rgba(74, 84, 103, 0.71) 0.01%, rgba(51, 62, 85, 0.7) 100%);
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 35px;
    border-radius: 10px;
    padding: 22px 28px;
    transition: .3s linear;
    margin-bottom: -100px;
    opacity: 0;
    visibility: hidden;
}

.gallery-item-eight.active .gallery-content-eight,
.gallery-item-eight:hover .gallery-content-eight {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

.gallery-content-eight span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: var(--tg-white);
    text-transform: capitalize;
    margin-bottom: 5px;
}

.gallery-content-eight .title {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--tg-white);
}

.gallery-content-eight .title a:hover {
    color: var(--tg-white);
}

.custom-nav-tabs-wrapper .nav.nav-tabs {
    border: none !important;
    border-radius: 5px;
    padding: 0;
}

.custom-nav-tabs-wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    position: relative;
    background-color: #F8F8FA;
}

.custom-nav-tabs-wrapper .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    border-radius: 3px;
    background: var(--tg-primary-color);
    z-index: -1;
}

.custom-nav-tabs-wrapper .tab-content {
    border: 1px solid #E0E6F2;
    border-radius: 5px;
    padding: 25px 35px 28px;
    margin-bottom: 30px;
    background: #F8F8FA;
}

.product-detail .slick-slide img {
    margin: auto;
}

.blog-meta-three .list-wrap li img {
    width: 40px;
    height: 40px;
}

.custom-page-area table,
.project-details-area table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

.custom-page-area table>:not(caption)>*>*,
.project-details-area table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.custom-page-area table tbody tr:first-child,
.project-details-area table tbody tr:first-child {
    font-weight: 900;
}

.custom-page-area table>tbody>tr:nth-of-type(even):not(:first-child)>*,
.project-details-area table>tbody>tr:nth-of-type(even):not(:first-child)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.custom-page-area table>:not(caption)>*,
.project-details-area table>:not(caption)>* {
    border-width: 1px 0;
}

.custom-page-area table>:not(caption)>*>*,
.project-details-area table>:not(caption)>*>* {
    border-width: 0 1px;
}

.project-details-area p img {
    max-width: 100%;
    height: auto;
}

.lg-outer {
    direction: ltr !important;
}

.ico-aparat:before {
    content: "\e902"
}

.ico-Bisphone:before {
    content: "\e903"
}

.ico-Eitaa:before {
    content: "\e904"
}

.ico-Gap:before {
    content: "\e905"
}

.ico-iGap:before {
    content: "\e906"
}

.ico-Soroush:before {
    content: "\e907"
}

.ico-Bale:before {
    content: "\e908"
}

.ico-castbox:before {
    content: "\e900"
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) { 
    .blog-area-two .section-title-two {
        text-align: center;
        margin-bottom: 20px;
    }
}