
	
		/* Owl carousel (no negative margins) */
		.owl-carousel { 
			width: 100%; 
		}
		.owl-carousel .item img {
			width: 100%; 
			height: auto; 
			object-fit: cover; 
		}

		/* dots / nav buttons (kept minimal) */
		.owl-dots {
			position: absolute; 
			bottom: 20px; 
			left: 50%; 
			transform: translateX(-50%); z-index:5; 
		}
		.owl-dots .owl-dot span {
			width:12px; 
			height:12px; 
			display:block; 
			border-radius:50%; 
			background:rgba(255,255,255,0.6); 
		}
		.owl-dots .owl-dot.active span {
			background:#6b8f87; 
		}