.feature-spotlight-img img {
    display: block;
    max-width: 82px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0.4;
    transition: all 0.5s;
    cursor: pointer;
}

.feature-spotlight-img.active img {
    opacity: 1;
}

.feature-spotlight-img-main-items img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
}

.feature-spotlight-img-main-items.active {
    opacity: 1;
    z-index: 2;
}

.feature-spotlight-details {
    flex: 0 0 44%;
    max-width: calc(44% - 7px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature-spotlight-flex-items {
    display: flex;
    gap: 12px;
}

.feature-spotlight-image-part {
    flex: 0 0 56%;
    max-width: calc(56% - 5px);
    position: relative;
    height: 810px;
}


h2.feature-spotlight-title-main {
    font-size: var(--font-size);
    font-family: 'GT America Bold' !important;
    color: #000;
}

.feature-spotlight-content p {
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
}

.feature-spotlight-title h3 {
    font-family: 'GT America Bold' !important;
    font-size: 40px;
    color: #C2C2C2;
    transition: all 0.5s;
    cursor: pointer;
}

.feature-spotlight-title.active h3 {
    color: #000;
}

.feature-spotlight--content-img-items {
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: space-between;
    margin: -5rem 0 0 0;
    overflow: hidden;
}

.feature-spotlight-inner-items {
    flex: 0 0 82px;
    max-width: 82px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.feature-spotlight-content {
    max-width: 470px;
    /* display: none; */
    height: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 1s ease;
}

.feature-spotlight-content.active {
    /* display: block; */
    height: 100%;
    transform: unset;
    opacity: 1;
}

.feature-spotlight-img-main-items {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.6s;
}

.feature-spotlight--content .feature-spotlight-title {
    margin: 0 0 22px 0;
}
/* .feature-spotlight-contnt {
    position: relative;
    overflow: hidden;
}

.feature-spotlight-content {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.6s ease, opacity 1s ease;
}

.feature-spotlight-content.active {
    position: relative;
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
}

.feature-spotlight-content.prev {
    transform: translateY(-100%);
    opacity: 0;
} */
@media(max-width: 1441px) {
    .feature-spotlight-inner-items {
        flex: 0 0 70px;
        max-width: 70px;
    }

    .feature-spotlight-img img {
        max-width: 70px;
    }

    .feature-spotlight-title h3 {
        font-size: 30px;
    }

    .feature-spotlight-image-part {
        height: 670px;
    }
}

@media(max-width: 991px) {
    .feature-spotlight-content p {
        font-size: 17px;
    }

    .feature-spotlight-title h3 {
        font-size: 24px;
    }

    .feature-spotlight-image-part {
        flex: 0 0 50%;
        max-width: calc(50% - 5px);
    }

    .feature-spotlight-details {
        flex: 0 0 50%;
        max-width: calc(50% - 7px);
    }
}

@media(min-width: 769px) {
    .mobile-only {
        display: none;
    }
}

@media(max-width: 768px) {
    h2.feature-spotlight-title-main {
        font-size: var(--font-size-mob);
    }

    .desktop-only {
        display: none;
    }

    .feature-slide-mob-header {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .feature-spotlight-inner-items {
        flex: 0 0 auto;
        max-width: max-content;
        gap: 5px;
        flex-direction: row;
    }

    .feature-spotlight-img-mob img {
        max-width: 31px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .feature-spotlight-img-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .feature-spotlight-slide-title h3 {
        font-family: 'GT America Bold' !important;
        font-size: 20px;
        color: #000;
        margin-top: 10px;
    }

    .feature-spotlight-slide-content p {
        margin: 0;
        font-size: 14px;
        line-height: 1.5;
        color: #000;
        margin-top: 10px;
    }

    .feature-spotlight-img-mob {
        transition: all 0.5s;
        opacity: 0.4;
    }

    .feature-spotlight-img-mob.active {
        opacity: 1;
    }

    .feature-spotlight .page-width {
        padding: 0 15px;
    }
}

@media(max-width: 460px) {
    .feature-slide-spotlight-main {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .main-spotlight-slide-content {
        padding: 0 15px;
    }


}