
		/* 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; }

		.owl-carousel .owl-nav { position:absolute; bottom:15px; right:20px; z-index:5; display:flex; gap:8px; }
		.owl-carousel .owl-nav button { background: rgba(255,255,255,0.5) !important; border:none; width:40px; height:40px; display:flex; align-items:center; justify-content:center; border-radius:10%; font-size:18px; }