/* Uniform testimonial images */
.testimonial-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
/* Custom spacing adjustments for Home page headings */

/* Reduce space below 'Who We Are' and 'Success Stories' headings */
.service-section .text-center.pb-3,
.attractions-section .text-center.pb-3 {
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

/* Reduce space above the cards/rows after headings */
.service-section .row.g-4,
.attractions-section .owl-carousel {
    margin-top: 0 !important;
}


/* Add more space below 'Who We Are' section */
.service-section {
    margin-bottom: 2.5rem !important;
}

/* Increase height of Success Stories background */
.container-fluid.attractions {
    min-height: 600px;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/* Keep 'Who We Are' section padding moderate */
.container-fluid.service {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
