/**
 * Brand Card Carousel Styles
 *
 * Matches the reference design with full-bleed slide backgrounds,
 * centered floating white brand card, clean typography, black action button,
 * and circular navigation controls.
 */

.bcc-carousel-wrapper {
	position: relative;
	width: 100%;
	
	margin: 35px auto;
	overflow: hidden;
	box-sizing: border-box;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	/*max-width: 1180px;*/
}

/*.bcc-carousel-wrapper.bcc-layout-boxed {
	max-width: 1180px;
}

.bcc-carousel-wrapper.bcc-layout-boxed-wide {
	max-width: 1320px;
}*/

.bcc-carousel-wrapper.bcc-layout-full {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 0;
	box-shadow: none;
}

/*.bcc-carousel-wrapper.bcc-radius-rounded {
	border-radius: 20px;
}

.bcc-carousel-wrapper.bcc-radius-square {
	border-radius: 0;
}*/

.bcc-carousel-wrapper *,
.bcc-carousel-wrapper *::before,
.bcc-carousel-wrapper *::after {
	box-sizing: border-box;
}

.bcc-carousel-track {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Individual Slide */
.bcc-slide {
	position: relative;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 100px 20px;
	outline: none;
}

.bcc-slide-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.04);
	pointer-events: none;
}

.bcc-slide-container {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Floating White Brand Card with Soft Glassmorphism */
.bcc-card {
	position: relative;
	background: rgba(255, 255, 255, 0.9);


	border-radius: 20px;

	width: 100%;
	max-width: 850px;
    padding: 25px 45px;
	text-align: center;
	margin: 0 auto;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	    min-height: 420px; 
}

/* Card Heading: "Our Brands" */
.container h3.bcc-card-heading {

    color: #3a3a3e;
    font-weight: 500;
    font-family: 'Figtree';
    font-size: 32px;
    line-height: 32px;
        text-transform: inherit;
    padding-left:0px;

}

/* Brand Logo */
.bcc-card-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 22px auto;
}

/*.bcc-card-logo img {
	max-height: 62px;
	max-width: 230px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
	margin: 0 auto;
}




 Description Text */
.bcc-card-text {
	margin: 0 0 26px 0;
}



/* Button & Link */
.bcc-card-action {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bcc-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #000000;
	color: #ffffff !important;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	padding: 12px 26px;
	border-radius: 6px;
	text-decoration: none !important;
	transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bcc-btn:hover,
.bcc-btn:focus {
	background-color: #222222;
	color: #ffffff !important;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.bcc-btn-icon {
	width: 14px;
	height: 14px;
	stroke-width: 2.5;
	transition: transform 0.2s ease;
}

.bcc-btn:hover .bcc-btn-icon {
	transform: translate(2px, -2px);
}

/* Navigation Controls - Sitting perfectly on the edges of the card */
.bcc-navigation-controls {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(800px + 36px);
	max-width: 98%;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	z-index: 25;
}

.bcc-nav-btn {
	pointer-events: auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000000;
	color: #ffffff;
	border: none;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}

.bcc-nav-btn:hover {
	background-color: #333333;
	transform: scale(1.08);
}

.bcc-nav-btn:active {
	transform: scale(0.95); 
}

.bcc-nav-btn svg {
	display: block;
	width: 18px;
	height: 18px;
	stroke: #ffffff;
}

/* Responsive Styles */
@media (max-width: 860px) {
	.bcc-navigation-controls {
		width: 100%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		padding: 0 10px;
		max-width: 100%;
	}

	.bcc-card {
		padding: 35px 35px 30px;
		max-width: 86%;
	}

	.bcc-card-heading {
		font-size: 23px;
		margin-bottom: 18px;
	}

.bcc-slide.mfcbrand {
        background-position: right top !important;
    }


.bcc-slide.mikasaLaminatescbrand{
                background-position: center top !important; 
    }
    
 .bcc-slide.brandMikasaFX {
        background-position: -1240px top !important; 
    }
    
     .bcc-slide.branddecorativeVeneers {
        background-position: -380px bottom !important; 
    }
    
         .bcc-slide.brandmikasaplywood {
        background-position: -583px bottom !important;
    }
    
    .bcc-slide.brandmikasadoors {
        background-position: -900px top !important; 
    }
    
    .slick-slide img {
 max-width: 79%;
}



.brandGreenlamLaminates, .brandGreenlamClads, .brandGreenlamSturdo, .mfcbrand, .mikasaLaminatescbrand,.brandMikasaFX, .brandrealwood, .branddecorativeVeneers, .brandmikasaplywood, .brandmikasadoors,.brandworktop{}

} 

@media (max-width: 580px) {
	.bcc-slide {
		min-height: 480px;
	    background-position: left top;
	}

	.bcc-card {
		padding: 26px 40px 22px;
		border-radius: 16px;
		max-width: calc(100% - 0px);
		margin: 0 auto;
		    min-height: 600px;
	}

	.bcc-card-heading {
		font-size: 20px;
		margin-bottom: 14px;
	}

	.bcc-card-logo {
	
		margin-bottom: 16px;
	}
	
	.bcc-slide {
    background-size: cover;}





	.bcc-btn {
		padding: 10px 22px;
		font-size: 13px;
	}

	/* Navigation controls always visible on mobile, floating on the sides */
	.bcc-navigation-controls {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		transform: translateY(-50%);
		display: flex !important;
		justify-content: space-between;
		padding: 0 4px;
		pointer-events: none;
		z-index: 30;
		margin: 0;
	}

	.bcc-nav-btn {
		width: 30px;
		height: 30px;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.45);
	}

	.bcc-nav-btn svg {
		width: 16px;
		height: 16px;
	}
}
