/* Add custom CSS styles below */ 
/* Remove the gap at the bottom of the slider */
section.advanced-slider.s-block {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Remove the gap at the top of the new custom section */
section.custom-image-grid-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* Style for the button inside the About section */
section#about-1 .btn, 
section#about-1 button {
    background-color: #BA8D43 !important;
    color: white !important;
    border-color: #BA8D43 !important;
}

/* Ensure icons and text inside are also white */
section#about-1 .btn *, 
section#about-1 button * {
    color: white !important;
}
/* Specific styling for the 'About' sub-heading */
section#about-1 h3.text-lg.opacity-60 {
    color: #BA8D43 !important;
    font-weight: bold !important;
    font-size: 32px !important;
    opacity: 1 !important; /* Ensures the color is solid and not faded */
}

/* Adjust for mobile if 32px is too large */
@media (max-width: 768px) {
    section#about-1 h3.text-lg.opacity-60 {
        font-size: 24px !important;
    }
}
.advanced-slider--0 {
 margin-top:0px;  
}