/*-----------------------------------------------------------------------------------
	BOTSAMPLES
	Author: D Penrose
	Version: 1.1 (Cleaned & Responsive)
-----------------------------------------------------------------------------------*/

/* ------------------------- RESET & BASE ------------------------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Helvetica", Arial, sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ------------------------- GLOBAL IMAGES ------------------------- */
img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* ------------------------- LINKS & BUTTONS ------------------------- */
a, button {
	transition: background 0.3s ease-in-out;
	outline: none !important;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

/* Buttons */
button {
	display: block;
	width: 100%;
	padding: 0.75rem;
	margin: 0.5rem 0;
	font-size: 1rem;
}

/* ------------------------- CONTAINERS ------------------------- */
.container {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}
}

/* ------------------------- BLOC LAYOUT ------------------------- */
.bloc {
	width: 100%;
	display: flex;
	position: relative;
	clear: both;
	background-size: cover;
	background-position: 50% 50%;
	padding: 0 20px;
}

.bloc .container {
	padding: 0;
	position: relative;
}

/* Padding for different bloc sizes */
.bloc-lg { padding: 100px 20px; }
.bloc-sm { padding: 20px; }

/* Full-width bloc */
.full-width-bloc .container {
	width: 100%;
	max-width: 100% !important;
}

.full-width-bloc .carousel img {
	width: 100%;
	height: auto;
}

/* ------------------------- CAROUSEL ------------------------- */
.carousel {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
}

.carousel img {
	border-radius: 8px;
	margin: 0.5rem 0;
}

.carousel .prev,
.carousel .next {
	width: auto;
	padding: 0.6rem 1rem;
}

/* Carousel responsive for larger screens */
@media (min-width: 600px) {
	.carousel {
		flex-direction: row;
		gap: 1rem;
		justify-content: center;
	}
	.carousel img {
		max-width: 300px;
	}
	button {
		width: auto;
		margin: 0.5rem auto;
	}
}

/* ------------------------- FORMS ------------------------- */
form {
	max-width: 500px;
	margin: 0 auto 2rem;
	padding: 0.5rem;
}

input[type="text"] {
	width: 100%;
	padding: 0.6rem;
	margin: 0.4rem 0 1rem;
	font-size: 1rem;
}

label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.25rem;
}

/* ------------------------- FOOTER ------------------------- */
footer {
	text-align: center;
	margin: 1.5rem 0;
	font-size: 0.9rem;
	color: #fff;
}

/* ------------------------- NAVBAR ------------------------- */
.navbar-toggler-icon {
	background: none !important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* ------------------------- GOOGLE TRANSLATE WIDGET ------------------------- */
#google_translate_element {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	background: #fff;
	padding: 5px 10px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.goog-logo-link,
.goog-te-gadget img {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
}

/* ------------------------- MEDIA QUERIES ------------------------- */
@media (max-width: 1024px) {
	.bloc.full-width-bloc,
	.bloc-tile-2.full-width-bloc .container,
	.bloc-tile-3.full-width-bloc .container,
	.bloc-tile-4.full-width-bloc .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 991px) {
	.bloc {
		padding-left: constant(safe-area-inset-left);
		padding-right: constant(safe-area-inset-right);
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	form { padding: 5px; }
	.voffset { margin-top: 5px; }
	.voffset-md { margin-top: 20px; }
	.voffset-lg { margin-top: 30px; }
	.btn-dwn { display: none; }
	.blocsapp-device-iphone5 {
		background-size: 216px 425px;
		padding-top: 60px;
		width: 216px;
		height: 425px;
	}
	.blocsapp-device-iphone5 img {
		width: 180px;
		height: 320px;
	}
}

@media (max-width: 575px) {
	.footer-link { text-align: center; }
}
