/* Container and Layout */
.container { max-width: 1320px; padding-left: 15px; padding-right: 15px; }
.mxw-1800 { max-width: 1800px; }

/* Project Wrapper */
.xb-project-wrap { position: relative; }

/* Project Pagination */
.xb-project-pagination-wrap {
    z-index: 2;
    pointer-events: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
    display: flex;
    position: sticky;
    top: 0;
    padding-right: 20px;
}

.xb-project-pagination {
    gap: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.xb-project-pagination li {
    height: 40px;
    width: 40px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-white);
    border-radius: 100px;
    background: var(--color-secondary);
}

.xb-project-pagination li::before {
    position: absolute;
    content: '';
    height: 80%;
    width: 80%;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.xb-project-pagination li.active {
    color: var(--color-primary);
}

.xb-project-pagination li.active::before {
    border: 1px solid #00ff97;
}

/* Project Inner */
.xb-project-inner {
    width: 100%;
    height: 100%;
    margin-top: -100vh;
}

/* Project Item */
.xb-project-item {
    z-index: 1;
    display: flex;
    top: 50px;
    position: sticky;
    align-items: center;
    padding: 100px 190px;
    border-radius: 10px;
}

.xb-project-item.bg_img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/* Project Content */
.xb-project-content { }

.xb-project-content .xb-item--inner {
    width: 740px;
    position: relative;
    display: inline-block;
    padding: 55px 45px 60px 65px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

.xb-project-content .xb-item--inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: transparent;
}

/* Border Effect */
.xb-border { position: relative; }

.xb-border::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(146deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 19.3%, rgba(255, 255, 255, 0.06) 62.02%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Project Title */
.xb-project-content .xb-item--title {
    font-size: 42px;
    margin-bottom: 15px;
    letter-spacing: -0.06em;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Project Content Text */
.xb-project-content .xb-item--content {
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

/* Project List */
.xb-project-content .xb-item--list {
    gap: 127px;
    font-size: 18px;
    font-weight: 500;
    margin: 33px 0 40px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.xb-project-content .xb-item--list span {
    font-weight: 400;
    color: #ffd700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

/* Utility Classes */
.ul_li {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.ul_li > li {
    float: left;
    list-style: none;
    display: inline-block;
}

/* Technologies */
.xb-project-content .xb-item--technologie {
    gap: 53px;
}

.xb-project-content .xb-item--technologie span {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.xb-project-content .xb-item--technologie ul {
    gap: 20px;
}

.xb-project-content .xb-item--technologie ul li {
    height: 59px;
    width: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: var(--color-white);
}

/* Button Styles */
.xb-project-content .xb-item---btn { margin-top: 70px; }

.thm-btn {
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
    line-height: 1.1;
    letter-spacing: 0em;
    border-style: none;
    align-self: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: clip;
    justify-content: center;
    text-transform: uppercase;
    background: transparent;
    color: var(--color-secondary);
    transition: 0.3s;
    border-radius: 30px;
}

.agency-btn .text {
    padding: 21.2px 20px;
    transition: 0.3s;
    border-radius: 30px 0 0 30px;
    background: var(--color-primary);
}

.agency-btn .arrow {
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border-radius: 0 30px 30px 0;
    background: var(--color-primary);
}

.thm-btn .arrow-icon {
    height: 46px;
    width: 46px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    border-radius: 50px;
    background: var(--color-secondary);
}

.thm-btn .arrow-icon svg {
    position: absolute;
    left: 9px;
    top: 10px;
    transition: 0.3s;
}

.thm-btn .arrow-icon svg:first-child {
    transform: translate(0);
}

.thm-btn .arrow-icon svg:last-child {
    transform: translate(-30px, 30px);
}

/* Hover Effects */
.thm-btn:hover .arrow-icon svg:nth-child(1) {
    transform: translate(30px, -30px);
}

.thm-btn:hover .arrow-icon svg:nth-child(2) {
    transition-delay: .1s;
    transform: translate(0, 0);
}

.agency-btn:hover {
    color: var(--color-secondary);
}

.agency-btn:hover .text,
.agency-btn:hover .arrow {
    border-radius: 30px;
}

/* List Unstyled */
.list-unstyled {
    list-style: none;
    padding-left: 0;
}

/* Margin Top Utility */
.mt-70 { margin-top: 70px; }

/* Media Queries */
@media (max-width: 767px) {
    .xb-project-pagination { display: none; }
    .xb-project-item { top: 20px; padding: 20px; }
    .xb-project-content .xb-item--inner { width: 310px; padding: 55px 30px 60px; }
    .xb-project-content .xb-item--title { font-size: 26px; }
}

@media (max-width: 991px) {
    .xb-project-item { top: 40px; }
}

@media (max-width: 1199px) {
    .xb-project-content .xb-item--inner { padding: 55px 45px 60px 60px; }
    .xb-project-content .xb-item--title { font-size: 38px; }
}