.services-container-lighted {
    background: var(--color-neutral-neutral-100);
}

.services-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 54px;
    line-height: 115%;
    color: var(--color-text-text-950);
    margin-bottom: 32px;
}

.services-description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--color-text-text-400);
    margin-bottom: 32px;
}

.section-services-container {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 64px;
    margin-bottom: 64px;
}

.img-service-primary {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Skeleton loader styles */
.skeleton-loader {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.skeleton-image-primary {
    width: 100%;
    height: 400px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 12px;
}

.skeleton-image-secondary {
    width: 480px;
    height: 300px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 12px;
}

@keyframes skeleton-loading {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.image-container {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.image-container img {
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 2;
}

.image-container img {
    opacity: 0;
    animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Hide skeleton loader after a short delay to allow image to load */
.image-container .skeleton-loader {
    animation: skeleton-loading 1.5s infinite,
        fadeOut 0.3s ease-in-out 0.5s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

.img-service-secondary {
    width: 480px;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}

.services-checklist-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 26px;
    line-height: 125%;
    color: var(--color-text-text-950);
}

.checklist-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
}

.checklist-container .checklist-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.checklist-container .checklist-item p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--color-text-text-400);
    margin-bottom: 0px;
}

.services-image-two {
    display: flex;
    flex-direction: column;
}

.service-highlight-container {
    margin-top: 32px;
}

.service-highlight-item .service-highlight-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 26px;
    line-height: 125%;
    color: var(--color-text-text-950);
}

.service-highlight-item .service-highlight-description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: var(--color-text-text-400);
}

.footer .banner-footer-services {
    background: var(--color-neutral-neutral-950);
    height: 395px;
    width: 100%;
    position: relative;
}

.footer .banner-footer-services .img-w-vector-dark {
    position: absolute;
    bottom: 50%;
    right: 30%;
    transform: translate(50%, 50%);
}

.footer .banner-footer-services .banner-text-container p {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 72px;
    line-height: 115%;
    color: var(--color-text-text-50);
}

.footer .banner-footer-services .banner-text-services {
    gap: 48px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.footer
    .banner-footer-services
    .banner-text-container
    .banner-text-services
    button
    i {
    rotate: 320deg;
    margin-left: 10px;
}

.services-content-container,
.services-image-container {
    width: 47%;
}

@media (max-width: 768px) and (min-width: 425px) {
    .section-services-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    .services-title {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
        color: var(--color-text-text-950);
        margin-top: 32px;
    }

    .services-description {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        color: var(--color-text-text-400);
    }

    .services-checklist-title {
        font-size: 22px;
    }

    .service-highlight-item .service-highlight-title {
        font-size: 22px;
    }

    .checklist-container .checklist-item p {
        font-size: 14px;
    }

    .img-service-primary {
        margin-bottom: 32px;
    }

    .skeleton-image-primary {
        height: 300px;
    }

    .skeleton-image-secondary {
        width: 100%;
        height: 200px;
    }

    .footer .banner-footer-services {
        height: 300px;
    }

    .footer .banner-footer-services .banner-text-services p {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 32px;
        line-height: 110%;
        color: var(--color-text-text-50);
    }

    .footer .banner-footer-services .img-w-vector-dark {
        right: 50%;
        height: auto;
        width: 200px;
    }

    .services-content-container,
    .services-image-container {
        width: 100%;
    }
}

@media (max-width: 424px) {
    .services-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .services-checklist-title {
        font-size: 18px;
    }

    .section-services-container {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .services-content-container,
    .services-image-container {
        width: 100%;
    }

    .img-service-primary {
        margin-bottom: 20px;
    }

    .services-description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .checklist-container .checklist-item p {
        font-size: 14px;
    }

    .footer .banner-footer-services .banner-text-container p {
        font-size: 24px;
    }

    .footer .banner-footer-services .banner-text-services {
        gap: 20px;
    }

    .footer .banner-footer-services .banner-text-container button {
        font-size: 14px;
    }

    .footer .banner-footer-services {
        height: 180px;
    }

    .footer .banner-footer-services .img-w-vector-dark {
        position: absolute;
        bottom: 41%;
        right: 30%;
        transform: translate(50%, 50%);
        width: 200px;
        height: auto;
    }

    .service-highlight-item .service-highlight-title {
        font-size: 18px;
    }

    .service-highlight-item .service-highlight-description {
        font-size: 14px;
    }
}

@media (max-width: 321px) {
    .footer .banner-footer-services .img-w-vector-dark{
        right: 32%;
    }
}