/* Measuring Guide theme styles */
.measuring-guide-carousel .carousel-nav-btn {
    color: #D6D1C3; /* Beige color for the theme */
    fill: #D6D1C3; /* Ensure fill color is also applied */
    background-color: #D6D1C3; /* Beige color for Measuring Guide theme */
    --border-color: rgba(214, 209, 195, 0.5); /* 50% transparent beige border */
    border: 2px solid var(--border-color);
    font-size: 24px; /* Larger font size for visibility */
}

.measuring-guide-carousel .carousel-nav-btn:hover {
    color: #B8B3A8; /* Darker beige for hover state */
    fill: #B8B3A8; /* Ensure fill color changes on hover */
    --border-color: rgba(184, 179, 168, 0.5); /* 50% transparent darker beige border */
}

.measuring-guide-carousel .owl-dots .owl-dot.active {
    background-color: #D6D1C3; /* Beige color */
}

.measuring-guide-card-border-bg {
    border-top: 7px solid #D6D1C3; /* Example color */
}
.measuring-guide-hero-tile-bg {
    background-color: #B0ABA2; /* Slightly darker shade of beige */
}

.measuring-guide-light-banner-bg {
    background-color: #EFECE5; /* Lighter shade of beige */
}

.measuring-guide-dark-banner-bg {
    background-color: #B8B3A8; /* Darker shade of beige */
}

.measuring-guide-light-banner-bg-arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #EFECE5; /* Same colour as light banner background */
    position: absolute;
    bottom: -40px; /* Adjust if necessary */
    left: 50%;
    transform: translateX(-50%);
}

/* Additional styles to ensure arrows are visible */
.measuring-guide-carousel .carousel-nav-btn:hover {
    color: #ffffff; /* White color for hover state */
    fill: #ffffff; /* Ensure fill color changes on hover */
}
