body {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--theme-palette-color-4) 50%, var(--cream-white) 50%)
}

.project-index {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background: linear-gradient(to right, var(--emerald-primary) 50%, var(--cream-white) 50%);
    position: relative;
    z-index: 1
}

.projects-list {
    margin-top: 0;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(to right, var(--emerald-primary) 50%, var(--cream-white) 50%)
}

.project-title {
    font-weight: 700;
    color: var(--emerald-primary);
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative
}

.project-title h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp .8s forwards
}

.project-title p {
    font-size: 1.5rem;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp .8s .2s forwards
}

.project-title .main-title {
    font-size: 3rem;
    font-weight: 700;
    color: var(--cream-white);
    margin-bottom: .5rem
}

.project-title .sub-title {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--cream-white)
}

.project-title:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--cream-white)
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.swiper-pagination {
    position: absolute;
    bottom: 5%;
    right: 10%;
    left: auto;
    width: auto;
    z-index: 2
}

.swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: rgba(255, 255, 255, .5);
    margin: 0 5px
}

.swiper-pagination-bullet-active {
    background: var(--cream-white)
}

.project-info-bar {
    background: var(--cream-white);
    padding: 2rem 0;
    position: relative;
    z-index: 2
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem
}

.info-item {
    text-align: center
}

.info-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem;
    transition: transform .3s ease
}

.info-item:hover .info-icon {
    transform: translateY(-10px)
}

.info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.info-label {
    color: #666;
    font-size: .9rem;
    margin-bottom: .5rem
}

.info-value {
    color: var(--emerald-primary);
    font-weight: 600;
    font-size: 1.1rem
}

.project-gallery {
    background-color: var(--emerald-primary);
    padding: 4rem 0
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem
}

.gallery-item {
    aspect-ratio: 16/9
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.project-section {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
    background: var(--cream-white);
    overflow: hidden
}

.rtl .order-md-1 {
    order: 2 !important
}

.rtl .order-md-2 {
    order: 1 !important
}

.project-shadow {
    box-shadow: 0 10px 30px rgba(var(--dark-blue-rgb), .1)
}

.dark-project-shadow {
    box-shadow: 0 10px 30px rgba(var(--dark-blue-rgb), .12) !important
}

.light-section {
    background: var(--cream-white)
}

.dark-section {
    background: var(--emerald-primary)
}

.project-details {
    padding: 0 1rem 0 2rem;
    height: 100%;
    min-height: 450px
}

.image-section {
    height: 100%;
    width: 100%;
    position: relative;
    background: #f5f5f5
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.client-info {
    display: flex;
    align-items: center;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgb(32 71 84 / 10%)
}

.client-logo {
    height: 60px
}

.client-info img:not(:first-of-type) {
    margin-left: 20px
}

.rtl .client-info img:not(:first-of-type) {
    margin-right: 20px;
    margin-left: 0
}

.client-name {
    font-size: 1.2rem;
    color: #0a2f5d;
    font-weight: 600
}

.project-stats {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 1.5rem
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 1rem
}

.stat-item i {
    font-size: 1.5rem;
    color: #0a2f5d;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(32, 71, 84, .1);
    border-radius: 50%
}

.stat-item .icon {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
    position: revert;
    animation: none
}

.stat-content {
    display: flex;
    flex-direction: column
}

.stat-label {
    font-size: .9rem;
    color: #666;
    margin-bottom: .2rem
}

.stat-value {
    font-size: 1.1rem;
    color: #0a2f5d;
    font-weight: 600
}

.explore-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--emerald-primary);
    color: var(--cream-white);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all .3s ease;
    margin-top: 1.5rem
}

.explore-btn:hover {
    background: var(--emerald-medium);
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(var(--dark-blue-rgb), .2)
}

.dark-section .explore-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: var(--cream-white);
    color: var(--emerald-primary);
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all .3s ease
}

.dark-section .explore-btn:hover {
    color: var(--cream-white);
    background: var(--emerald-medium);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--dark-blue-rgb), .2)
}

.project-location {
    width: 100%;
    height: 500px;
    border: 0;
    display: block
}

[data-scroll] {
    opacity: 0;
    will-change: transform, scale, opacity;
    transform: translateY(6rem) scale(.93);
    transition: all 1.5s cubic-bezier(.165, .84, .44, 1)
}

[data-scroll=in] {
    opacity: 1;
    transform: translateY(0) scale(1)
}

.splitting .char {
    color: transparent
}

.splitting .char:after {
    visibility: visible;
    color: #0a2f5d;
    opacity: 0;
    transform: translateY(30%);
    transition: all .6s cubic-bezier(.175, .885, .32, 1.275);
    transition-delay: calc(.2s + (.04s * var(--char-index)))
}

[data-scroll=in] .char:after {
    opacity: 1;
    transform: translateY(0)
}

.dark-section .project-title:before {
    background: var(--cream-white)
}

.dark-section .project-title .main-title,
.dark-section .project-title .sub-title {
    color: var(--cream-white)
}

.dark-section .project-title {
    color: var(--cream-white)
}

.dark-section .splitting .char:after {
    color: var(--cream-white)
}

.dark-section .stat-label {
    color: var(--cream-light)
}

.dark-section .stat-value {
    color: var(--cream-white)
}

@media (max-width:1200px) {
    .project-title h1 {
        font-size: 3.5rem
    }

    .gallery-grid {
        max-width: 100%;
        padding: 0 1rem
    }
}

@media (max-width:991px) {
    .project-title h1 {
        font-size: 3rem
    }

    .project-title p {
        font-size: 1.25rem
    }

    .info-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gallery-grid {
        grid-template-columns: 1fr
    }

    .gallery-item {
        aspect-ratio: 4/3
    }
}

@media (max-width:768px) {
    .project-details {
        padding: 2rem;
        min-height: auto
    }

    .image-section {
        height: 300px
    }

    .project-title {
        font-size: 2rem
    }

    .project-title .main-title {
        font-size: 2.8rem
    }

    .project-title .sub-title {
        font-size: 1.6rem
    }

    .project-section .row {
        min-height: auto
    }

    .order-1 {
        order: 1 !important
    }

    .order-2 {
        order: 2 !important
    }

    .project-title {
        left: 5%;
        bottom: 5%
    }

    .project-title h1 {
        font-size: 2.5rem
    }

    .info-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 1rem
    }

    .swiper-pagination {
        display: none
    }

    .project-location {
        height: 300px
    }
}

.rtl .project-title:before {
    right: 0;
    left: auto
}