#three-d-cnc-section {
    padding: 80px 20px;

}

#three-d-cnc-section h2 {
    font-size: 2.5em;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.5em;
}

.threed-cnc-text-box {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.threed-cnc-text {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

#threedCncCarousel .carousel-inner {
    padding: 0 10px;
}

#threedCncCarousel .carousel-item {
    padding: 10px;
}

#threedCncCarousel img {
    max-height: 150px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#threedCncCarousel img:hover {
    transform: scale(1.05);
}

#threedCncCarousel .carousel-indicators {
    display: none;
}

#imageModal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
}

#imageModal img {
    max-height: 90vh;
}