.references-widget-container-6c2e6d13 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 15px;
}

.ref-header-6c2e6d13 {
    margin-bottom: 35px;
}

/* Header Elements */
.ref-header-group-6c2e6d13 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.badge-num-6c2e6d13 {
    font-size: 80px;
    line-height: 1;
    font-weight: 300;
    color: #E6BF70;
}

.ref-header-sub-6c2e6d13 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #bfa36b;
    text-transform: uppercase;
}

.ref-main-title-6c2e6d13 {
    font-size: 44px;
    line-height: 1.2;
    font-weight: 300;
    color: #1e2d42;
    margin-bottom: 40px;
    margin-top: 0;
}

.ref-main-title-6c2e6d13 .ref-accent-gold {
    color: #E6BF70;
    font-weight: 600;
}

.ref-grid-6c2e6d13 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}

@media (max-width: 768px) {
    .ref-grid-6c2e6d13 {
        grid-template-columns: 1fr;
    }
    .ref-main-title-6c2e6d13 {
        font-size: 32px;
        margin-bottom: 25px;
    }
}

.ref-card-6c2e6d13 {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ref-gallery-swiper-6c2e6d13 {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

/* Guarantee proper sizing and prevent layout shift */
.ref-gallery-swiper-6c2e6d13 .swiper-wrapper {
    height: 100%;
    display: flex;
}

.ref-gallery-swiper-6c2e6d13 .swiper-slide {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
}

.ref-gallery-swiper-6c2e6d13 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Styled navigation buttons */
.ref-gallery-swiper-6c2e6d13 .swiper-button-next,
.ref-gallery-swiper-6c2e6d13 .swiper-button-prev {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.45);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, transform 0.2s ease;
    z-index: 10;
}

.ref-gallery-swiper-6c2e6d13 .swiper-button-next:hover,
.ref-gallery-swiper-6c2e6d13 .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.75);
    transform: scale(1.05);
}

.ref-gallery-swiper-6c2e6d13 .swiper-button-next::after,
.ref-gallery-swiper-6c2e6d13 .swiper-button-prev::after {
    font-size: 14px;
    font-weight: bold;
}

.ref-placeholder-img-6c2e6d13 {
    width: 100%;
    height: 100%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}

.ref-card-body-6c2e6d13 {
    padding: 30px;
    flex-grow: 1;
}

.ref-card-title-6c2e6d13 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #1e2d42;
    margin: 0 0 8px 0;
}

.ref-card-subtitle-6c2e6d13 {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px 0;
}

/* Services Checklist styling */
.ref-services-checklist-6c2e6d13 {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ref-service-item-6c2e6d13 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
}

.ref-service-item-6c2e6d13.inactive {
    opacity: 0.45;
    text-decoration: line-through;
}

.service-icon-6c2e6d13 {
    font-size: 18px;
    margin-right: 12px;
}

.service-label-6c2e6d13 {
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    flex-grow: 1;
}

.service-status-6c2e6d13 {
    font-weight: bold;
    font-size: 14px;
}

.ref-service-item-6c2e6d13.active .service-status-6c2e6d13 {
    color: #c5a059;
}

.ref-service-item-6c2e6d13.inactive .service-status-6c2e6d13 {
    color: #ccc;
}

/* Testimonial Box Styling */
.ref-testimonial-box-6c2e6d13 {
    background-color: #fcfbfa;
    border-top: 1px solid #f6f3ed;
    padding: 25px 30px;
}

.ref-quote-6c2e6d13 {
    font-style: italic;
    color: #5a5a5a;
    line-height: 1.6;
    margin: 0 0 12px 0;
    font-size: 13.5px;
}

.ref-author-6c2e6d13 {
    font-size: 11.5px;
    color: #888;
    margin: 0;
}
