.hero-banner {
    height: 94vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://picsum.photos/1920/1080?grayscale&blur=2') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;
    padding: 0 100px 150px 0;
}

.hero-banner h1 {
    font-size: 4.5rem;
    font-weight: 700;
    margin: 0;
}

.intro-quote,
.about-intro,
.services-grid,
.our-work,
.visit-us {
    padding: 80px 0;
}

.intro-quote {
    background-color: #18171a;
}

h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.intro-text h2 {
    font-size: 2rem;
}

.image-card {
    position: relative;
    overflow: hidden;
    height: 300px;
    cursor: pointer;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.image-card:hover img {
    transform: scale(1.05);
}

.image-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    transition: all 0.3s ease;
}

.image-card .overlay h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 1rem 0;
}

.image-card .overlay-description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    margin: 0;
}

.image-card:hover .overlay-description {
    opacity: 1;
    transform: translateY(0);
}

.overlay-buttons {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.image-card:hover .overlay-buttons {
    opacity: 1;
    transform: translateY(0);
}

.overlay-btn {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid rgb(201, 161, 28);
    color: #ffffff;
    padding: 0.6rem 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: 3px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.overlay-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
    transform: translateY(-2px);
}

.btn-dark {
    background-color: #070707;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.btn-dark:hover {
    background-color: #070707;
}

.work-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.work-item h5 {
    color: #070707;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}

.work-item p {
    font-size: 0.9rem;
    color: #242424;
}

.work-tags {
    padding: 0;
    margin: 0.5rem 0 0 0;
    1 display: flex;
    flex-wrap: wrap;
    column-gap: 0.6rem;
}

.work-tags li {
    position: relative;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: #6b6b6b;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;

    &::before {
        content: "•";
        position: absolute;
        right: -5px;
        top: 50%;
        transform: translateY(-56%);
        font-size: 20px;
    }

    &:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.4);
    }
}

.work-tags li a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.visit-card {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #070707;
    padding: 2rem;
}

.visit-card-content {
    position: relative;
    z-index: 2;
}

.visit-card-content img {
    max-width: 250px;
    margin-bottom: 1rem;
}

#experience-card {
    background: url('https://picsum.photos/800/600?random=1') no-repeat center center;
    background-size: cover;
}

#unleashed-card {
    background: url('https://picsum.photos/800/600?random=2') no-repeat center center;
    background-size: cover;
}

.collectibles-promo,
.legacy-promo {
    display: flex;
    align-items: center;
}

.promo-text {
    padding: 4rem;
    color: #ffffff;
}

.promo-blue {
    background-color: #0d4a81;
}

.promo-red {
    background-color: #b92a2f;
}

.promo-image {
    min-height: 400px;
    background-size: cover;
    background-position: center;
}

.collectibles-promo h2,
.legacy-promo h2 {
    font-size: 2.5rem;
}

.work-swiper {
    padding: 0 0 50px 0;
}

.work-swiper {
    --swiper-theme-color: #B69A5E;
    --swiper-navigation-color: #B69A5E;
}

.navigation-buttons {
    --swiper-navigation-color: #B69A5E;
}

.navigation-buttons .swiper-button-next,
.navigation-buttons .swiper-button-prev {
    color: #B69A5E !important;
}

.navigation-buttons .swiper-button-next:hover,
.navigation-buttons .swiper-button-prev:hover {
    color: #ffffff !important;
}

.navigation-buttons .swiper-button-next:after,
.navigation-buttons .swiper-button-prev:after {
    display: none !important;
    content: none !important;
}

.navigation-buttons .swiper-button-next i,
.navigation-buttons .swiper-button-prev i {
    font-size: 24px;
    line-height: 0;
    color: #B69A5E;
    pointer-events: none;
}

.navigation-buttons .swiper-button-next:hover i,
.navigation-buttons .swiper-button-prev:hover i {
    color: #ffffff;
}

.custom-nav-btn {
    position: static !important;
    width: 70px !important;
    height: 44px !important;
    margin: 0 !important;
    border: 2px solid #B69A5E;
    border-radius: 999px;
    background-color: transparent;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;

    .swiper-navigation-icon {
        display: none;
    }
}

.custom-nav-btn:hover {
    background-color: #B69A5E;
    color: #ffffff;
}

.custom-nav-btn:after {
    font-size: 14px !important;
    color: transparent;
    font-weight: bold;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #B69A5E;
}

.custom-nav-btn:hover:after {
    color: transparent;
    -webkit-text-stroke-color: #ffffff;
}

.work-swiper .swiper-button-next:not(.custom-nav-btn),
.work-swiper .swiper-button-prev:not(.custom-nav-btn) {
    display: none;
}

.text-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.text-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
    .text-content {
        text-align: center;
        margin-bottom: 2rem;
    }

    .text-content h2 {
        font-size: 2rem;
    }
}

#experience-card .btn-weta {
    padding: 10px 20px;
    background-color: #007bff;
    border: 2px solid #000000;
    color: #ffffff;
    border-radius: 6px;
}

#experience-card .btn-weta:hover {
    background-color: #2994ff;
    border-color: #000000;
}

#unleashed-card .btn-weta {
    padding: 10px 20px;
    background-color: #ffc107;
    border: 2px solid #000000;
    color: #000000;
    border-radius: 6px;
}

#unleashed-card .btn-weta:hover {
    background-color: #ffd43b;
    border-color: #000000;
}

.collectibles-promo .btn-weta,
.legacy-promo .btn-weta {
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgb(201, 161, 28);
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.collectibles-promo .btn-weta:hover,
.legacy-promo .btn-weta:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.navbar-collapsed-form {
    background-color: #ffffff;
}

.navbar-collapsed-input {
    background-color: #ffffff;
    color: #333;
    border-radius: 0;
}

.icon-transparent-dark {
    background-color: transparent;
    color: #0a0a0a;
}

.work-item-reset {
    color: #ffffff;
    text-decoration: none;
}

.max-w-600 {
    max-width: 600px;
}

.promo-image-collectibles {
    background-image: url('https://picsum.photos/800/600?random=14');
}

.promo-image-legacy {
    background-image: url('https://picsum.photos/800/600?random=15');
}

@media (max-width: 991.98px) {

    .intro-quote,
    .about-intro,
    .services-grid,
    .our-work,
    .visit-us {
        padding: 36px 0;
    }

    .hero-banner {
        height: 64vh;
        padding: 0 24px 64px 0;
    }

    .hero-banner h1 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .promo-text {
        padding: 1.5rem;
    }

    .collectibles-promo h2,
    .legacy-promo h2,
    .promo-section h2,
    .text-content h2 {
        font-size: 1.6rem;
    }

    .text-content p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .work-swiper {
        padding-bottom: 30px;
    }

    .navigation-buttons {
        justify-content: center !important;
    }

    .visit-card {
        height: 360px;
    }
}