/* lager-industri-roboter-norge.css */

/* Reduce spacing between section title and description text */
.video-demo-description {
    margin-top: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.video-demo-description p {
    margin-bottom: 1.5rem !important;
}

/* Reduce padding on video-benefits section */
.video-benefits {
    padding: 2rem 0 !important;
}

/* Reduce spacing between description and video/benefits boxes */
.video-benefits-container {
    margin-top: 1.5rem !important;
}

/* Reduce padding on robots section */
.section.robots-section {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
}

/* Benefit items hover effects */
.benefit-item {
    transition: all 0.3s ease !important;
}

.benefit-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.benefit-item:hover .benefit-item-icon {
    background-color: var(--turquoise) !important;
    transform: scale(1.1) !important;
}

.benefit-item:hover .benefit-item-icon svg {
    fill: var(--white) !important;
}

.benefit-item-icon {
    transition: all 0.3s ease !important;
}

.benefit-item-icon svg {
    transition: all 0.3s ease !important;
}

/* Reduce padding below stats section */
.stats-section {
    padding: 60px 0 32px !important;
}
