.product-description {
    margin-bottom: 3rem;
}

.product-description img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

.product-description p {
    margin-bottom: 1rem;
}

.other-images {
    margin-top: 3rem;
}

.other-images img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid rgba(128, 128, 128, 0.1);
    box-shadow: 0 0 0 1px rgba(128, 128, 128, 0.1);
}

.other-images img:hover {
    transform: scale(1.05);
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(128, 128, 128, 0.2);
}

.other-images img:hover {
    transform: scale(1.05);
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.gallery-image {
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.gallery-image:hover {
    opacity: 0.9;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.videos-section {
    margin-top: 3rem;
}

.video-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.video-card iframe {
    border: none;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 2rem;
    border-left: 5px solid #007bff;
    min-height: 80px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.feature-item i {
    color: #007bff;
    font-size: 1.8rem;
}

.feature-item span {
    font-size: 1.2rem;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.6;
    flex: 1;
}

.feature-item span::before {
    content: attr(data-label);
    display: block;
    font-size: 1rem;
    color: #666;
    margin-bottom: 5px;
    font-weight: 400;
}

.rts-single-wized.download {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.rts-single-wized.contact {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.rts-single-wized {
    color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem;
    text-align: center;
}

.rts-single-wized .thumbnail {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.rts-single-wized .details {
    color: white;
}

.rts-single-wized .rts-read-more-two {
    color: white !important;
    background: rgba(255,255,255,0.2);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    margin-top: 1rem;
}

.rts-single-wized .rts-read-more-two:hover {
    background: rgba(255,255,255,0.3);
}
