/* Commercial Blinds theme styles */
.commercial-blinds-carousel .carousel-nav-btn {
    background-color: #34495e; /* Dark blue for Commercial Blinds theme */
    color: #ffffff; /* White arrow color */
    fill: #ffffff; /* Ensure the arrow is white */
    --border-color: rgba(52, 73, 94, 0.5); /* 50% transparent dark blue border */
    border: 2px solid var(--border-color);
    font-size: 24px; /* Larger font size for visibility */
}

.commercial-blinds-carousel .carousel-nav-btn:hover {
    background-color: #2c3e50; /* Darker blue for hover state */
    color: #ffffff; /* Ensure arrow remains white */
    fill: #ffffff; /* Ensure fill color remains white on hover */
    --border-color: rgba(44, 62, 80, 0.5); /* 50% transparent darker blue border */
}

.commercial-blinds-carousel .owl-dots .owl-dot.active {
    background-color: #34495e; /* Dark blue color */
}

.commercial-blinds-card-border-bg {
    border-top: 7px solid #34495e; /* Dark blue border for cards */
}

.commercial-blinds-hero-tile-bg {
    background-color: #2c3e50; /* Dark blue for the hero tile background */
}

.commercial-blinds-light-banner-bg {
    background-color: #ecf0f1; /* Light grey for the banner background */
}

.commercial-blinds-dark-banner-bg {
    background-color: #34495e; /* Dark blue for the dark banner background */
}

.commercial-blinds-light-banner-bg-arrow-down {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #ecf0f1; /* Same color as light banner background */
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
