/* Magnificent Creations Section */
.magnificent-creations {
    padding: 1.5rem 0 0.5rem !important; /* Reduced top and bottom padding */
    text-align: center; /* Center align all text in the section */
    margin-bottom: -1rem !important; /* Pull up the next section */
}

/* Reduce space between sections */
.magnificent-creations + .portfolio-slideshow-section {
    padding-top: 0.5rem !important;
    margin-top: -1.5rem !important; /* Reduced negative margin */
}

/* Adjust section title spacing and centering */
.magnificent-creations .section-title {
    margin: 0 auto 0.25rem !important; /* Reduced bottom margin */
    max-width: 100%;
    text-align: center;
    display: block;
    font-size: 2.4rem !important; /* Slightly reduced font size */
}

/* Style for the witness text */
.portfolio-slideshow-section .section-header {
    margin-bottom: 1.5rem !important; /* Reduced from default */
}

.portfolio-slideshow-section .section-title {
    margin: 0.5rem auto !important; /* Reduced vertical margin */
    font-size: 2.2rem !important; /* Slightly smaller than the one above */
    color: #497EE6 !important; /* Blue text to match design system */
    font-weight: 600 !important;
    line-height: 1.2;
    text-align: center;
    display: block;
    width: 100%;
}

.portfolio-slideshow-section .section-subtitle {
    margin-top: 0.5rem !important; /* Reduced top margin */
    font-size: 1.1rem !important; /* Slightly reduced */
    color: #a0aec0 !important; /* Lighter text for subtitle */
}
