.btn.outline {
	background: none;
	padding: 12px 22px;
}

.btn-primary.outline {
	border: 2px solid #424344;
	color: white
}

.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open>.dropdown-toggle.btn-primary {
	color: #424344;
	border-color: #424344;
}

.btn-primary.outline:active,
.btn-primary.outline.active {
	border-color: #424344;
	color: white;
	box-shadow: none;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

article p {
	color: black;
	text-align: center;
	size: 5px;
}

.popUpMessage {
	opacity: 0.8;
	width: 100px;
	height: 75px;
	border: 1px solid;
	background-color: #837e7e;
	border-color: #c4bec0;
	border-radius: 0.5cm;
	box-shadow: 1px 1px 2px rgb(255, 255, 255), 0 0 1em #c4bec0, 0 0 0.2em #c8c2c3;
	;
	;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

#about {
	text-align: center;
	margin-top: 10px;
}

#price {
	text-align: center;
}

.close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0;
}

.close:before,
.close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 20px;
	background-color: #F0F0F0;
	transform: rotate(45deg) translate(-50%, -50%);
	transform-origin: top left;
	content: '';
}

.close:after {
	transform: rotate(-45deg) translate(-50%, -50%);
}

.hidden {
	display: none;
}




.call-center {
	color: grey;
}

.call-center a {
	color: grey;
	font-size: 2rem;
}

.call-center i {
	color: grey;
	font-size: 2rem;
}

.section-diagonal {
	display: flex;
	height: 400px;
	overflow: hidden;
}

.text-side {
	flex: 1;
	background: #e9e5e5;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;

}

.title {
	text-align: center;
	margin: 0 0 20px;
	font-size: 2.5rem;
	color: #333;
}

.title a {
	color: #df8714;
}

.big-title {
	text-align: center;
	margin: 0 0 20px;
	font-size: 3.5rem;
	color: #df8714;
}



.text-side p {
	font-size: 1.2rem;
	color: #555;
}

.text-side a {
	font-size: 2rem;
	color: #df8714;
}

.text-side i {
	font-size: 2rem;
	color: #df8714;
}

.image-side {
	flex: 1;
	position: relative;
	overflow: hidden;
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
	/* asta taie colțul stâng sus în diagonală */
}

.image-side img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Responsive: pe ecrane mici devine coloană */
@media (max-width: 768px) {
	.section-diagonal {
		flex-direction: column;
		height: auto;
	}

	.image-side {
		clip-path: none;
		height: 200px;
	}

	.text-side {
		padding: 20px;
	}
}


.custom-button {
	align-items: center;
	appearance: none;
	background-color: #efe336;
	border-radius: 24px;
	border-style: none;

	color: white;
	cursor: pointer;
	display: inline-flex;
	fill: currentcolor;
	font-family: "Google Sans", Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	height: 48px;
	justify-content: center;
	letter-spacing: .25px;
	line-height: normal;
	max-width: 100%;
	overflow: visible;
	padding: 2px 24px;
	position: relative;
	text-align: center;
	text-transform: none;
	transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	will-change: transform, opacity;
	z-index: 0;
}

.custom-button:hover {
	background: #F6F9FE;
	color: #efe336;
}


.home {
	top: 0;
	left: 0;
	bottom: 0;
}

.home-container {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.home-title {
	letter-spacing: -.15ch;
	line-height: .75;
	text-shadow: 1px 1px 2px black, 0 0 1em #faf065, 0 0 0.2em #f8f077;
	color: #efe336;
	font-size: 10em;
}

.blink-effect {
	letter-spacing: -.15ch;
	line-height: .75;
	text-shadow: none;
	text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em rgba(255, 255, 255, 0.688);
	color: black;
	font-size: 10em;
}

.contact-p {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	color: #000000;
	font-size: 2em;
}

.contact-item-p {
	text-align: center;
	width: 100%;
	padding-top: 20px;
	color: #000000;
	font-size: 1.5em;
}


.contact-item-p i {
	color: #000000;
}

@media screen and (max-width: 420px) {


	.contact-item-p {
		font-size: 1.2em;
	}
}

.contact-item-i {
	font-size: 1.7em;
}

.flex-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.home-container a {
	letter-spacing: -.15ch;
	line-height: .75;
	text-shadow: 1px 1px 2px black, 0 0 1em #faf065, 0 0 0.2em #f8f077;
	color: white;
	font-size: 2em;
}

.home-container i {
	font-size: 4em;
	margin: 0% 1%;
	color: white;
}

.section {
	margin-bottom: 50px;
	margin-top: 50px;
}

.image-background {
	background-image: url("https://media.geeksforgeeks.org/wp-content/uploads/20240322101847/Default_An_illustration_depictin-(2)-660.jpg");
}


.img-custom {
	height: 580px;
	width: 80%;
	margin-bottom: 15px;
	border: 10px solid #fefae0;
	object-fit: cover;
}


@media screen and (max-width: 420px) {
	.img-custom {
		width: 100%;
		height: 620px;
	}

	.contact-p {
		font-size: 1.5em;
	}
}

.vid-custom {
	margin-bottom: 15px;
	border: 10px solid #fefae0;
	object-fit: cover;
	height: 580px;
	width: 100%;
}

@media screen and (max-width: 420px) {
	.vid-custom {
		width: 100%;
		height: 640px;
	}

}

.inputCheckBox {
	position: fixed;
	opacity: 0;
	background-color: #000;
}

.checkBoxLabel {
	position: absolute;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	background-color: black;
	cursor: pointer;

	&::before {
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(darken(#3498db, 40%), .75);
		content: '';
		opacity: 0;
		pointer-events: none;
		transition: opacity .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	.burger {
		position: fixed;
		top: 1em;
		left: 1em;
		z-index: 3;
		width: 2em;
		height: 2em;
		margin: 0;
		padding: 0;
		transition: opacity .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);

		&::before,
		.bar,
		&::after {
			position: absolute;
			left: 0;
			display: block;
			width: 100%;
			height: 12%;
			background: white;
			content: '';
			transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		}

		.bar {
			top: 44%;
		}

		&::before {
			top: 0;
			transform-origin: top left;
		}

		&::after {
			bottom: 0;
			transform-origin: bottom left;
		}

	}
}

.inputCheckBox:focus+.checkBoxLabel,
.checkBoxLabel:hover {
	.burger {
		opacity: .75;
	}

}




main {
	overflow: hidden;

	.content {
		transform: translate3d(0, 0, 0);
		/* material acceleration */
		will-change: transform, filter;
		transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

}

footer {
	overflow: hidden;

	.content {
		transform: translate3d(0, 0, 0);
		/* material acceleration */
		will-change: transform, filter;
		transition: all .5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

}



.footer {
	background: #000;
	padding: 30px 0px;
	font-family: 'Play', sans-serif;
	text-align: center;
}

.footer .row {
	width: 100%;
	margin: 1% 0%;
	padding: 0.6% 0%;
	color: gray;
	font-size: 0.8em;
}

.footer .row a {
	text-decoration: none;
	color: gray;
	transition: 0.5s;
}

.footer .row a:hover {
	color: #efe336;
}

.footer .row ul {
	width: 100%;
}

.footer .row ul li {
	display: inline-block;
	margin: 0px 30px;
}

.footer .row a i {
	font-size: 2em;
	margin: 0% 1%;
}

@media (max-width:720px) {
	.footer {
		text-align: left;
		padding: 5%;
	}

	.footer .row ul li {
		display: block;
		margin: 10px 0px;
		text-align: left;
	}

	.footer .row a i {
		margin: 0% 3%;
	}
}

/* helper */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.Copyright p {
	color: #efe336;
}

.reveal {
	position: relative;
	transform: translateY(100px);
	opacity: 0;
	transition: 0.5s all ease;
}

.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.custom-textArea {
	border: 3px solid;
	background-color: white;
	border-color: #efe336;
	border-radius: 0.5cm;
	box-shadow: 1px 1px 2px black, 0 0 1em #cb2450, 0 0 0.2em #a1183c;
	;
	;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contact-area {
	background-color: #df8714;
	border-width: 3px;
	border-color: #000;
	text-align: center;
}

.benefits {
	width: 100%;
	height: 300px;
	border: 3px solid;
	background-color: grey;
	border-color: #ffffff;
	border-radius: 0.5cm;

	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.benefits:hover {
	border: 2px solid #efe336;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



@media screen and (max-width: 600px) {
	.benefits {
		height: 200px;
		width: 90%;
	}

	.benefits:hover {
		height: 200px;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@media screen and (max-width: 400px) {
	.benefits {
		height: 350px;
		width: 100%;
	}

	.benefits:hover {
		height: 350px;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		width: 100%;
	}
}


.benefits:hover {
	color: #424242;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	opacity: 1;
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	/* IE 9 */
	-webkit-transform: scale(1.15);


}

.benefits:hover i {
	color: yellow;
}

.benefits p {
	font-size: 18px;
	color: white;
}

.benefits h2 {
	color: white;
}

.benefits i {
	font-size: 4em;
	margin-top: 5%;
	color: white;
	margin-right: 70%;
}

.logo {
	height: 70px;
	width: auto;
}

.space {
	padding-top: 30px;
}

.input-row {
	width: 100%;
	color: #fff;
	padding-top: 15px;
	text-align: center;
}

/* misc */
body {
	overflow-x: hidden;
	color: white;
	font: 1em/1.4 "lato";
}

main {
	background: #e9e5e5;
}

article {
	width: 80%;
	margin: 0 auto;
	font-size: 1.3em;

	@media(min-width: 60em) {
		width: 50%;
	}
}

h1 {
	font: 2.5em/1.4 "roboto condensed";
	font-weight: 700;
}

.section-number {
	font: 2.5em/1.4 "roboto condensed";
	font-weight: 700;
	text-align: center;

}

.whatsapp-button {
	text-align: center;
	position: fixed;
	bottom: 20px;
	/* Poziționează butonul la 20px de jos */
	right: 20px;
	/* Poziționează butonul la 20px de dreapta */
	background-color: #25D366;
	/* Culoarea verde specifică WhatsApp */
	color: white;
	/* Culoarea textului (iconului) */
	border-radius: 50%;
	/* Face butonul rotund */
	width: 60px;
	height: 60px;
	font-size: 40px;
	/* Dimensiunea iconului */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	/* Adaugă o umbră subtilă pentru un efect 3D */
	z-index: 1000;
	/* Asigură că butonul va fi deasupra altor elemente */
	transition: transform 0.3s ease, background-color 0.3s ease;
	/* Efect de tranziție pe hover */
}


/* Efect de hover pe butonul WhatsApp */
.whatsapp-button:hover {
	transform: scale(1.1);
	/* Lărgește butonul la hover */
	background-color: #128C7E;
	/* Schimbă culoarea la hover */
}


.carousel-item {
	height: 90vh;
	min-height: 400px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: white;
}

.carousel-caption {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.dynamic-text {
	color: #ffffff;
}

.carousel-caption h1 {
	color: #dd830d;
	font-size: 4rem;
}

.carousel-caption p {
	font-size: 1.5rem;
}

@media (max-width: 768px) {
	.carousel-caption h1 {
		font-size: 3rem;
	}

	.carousel-caption p {
		font-size: 1rem;
	}
}




/* CSS */
.call-btn {
	background-image: linear-gradient(92.88deg, #df8714 9.16%, #e4ac63 43.89%, #df8714 64.72%);
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	flex-shrink: 0;
	font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 4rem;
	padding: 0 1.6rem;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
	transition: all .5s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.blink-effect-button {
	background-image: linear-gradient(92.88deg, #df8714 9.16%, #e4ac63 43.89%, #df8714 64.72%);
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	flex-shrink: 0;
	font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 4rem;
	padding: 0 1.6rem;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
	transition: all .5s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.call-btn:hover {
	box-shadow: rgba(209, 153, 62, 0.5) 0 1px 30px;
	transition-duration: .1s;
}

.services-btn {
	background-image: linear-gradient(92.88deg, #df8714 9.16%, #e4ac63 43.89%, #df8714 64.72%);
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	flex-shrink: 0;
	font-family: "Inter UI", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	height: 4rem;
	padding: 0 1.6rem;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
	transition: all .5s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}






.phone-contact {
	text-align: center;
	line-height: 90px;
	height: 100px;
	border-radius: 50%;
	margin: 10px auto;
	width: 300px;
	background-color: rgb(180, 180, 34);
	margin-top: 10px;
	font-size: 1.5rem;
}

.phone-contact a {
	color: white;
	margin-left: 10px;
}

.contact-item-p a {
	color: rgb(0, 0, 0);
}


@media screen and (max-width: 600px) {
	.phone-contact {
		width: 300px;
		margin-top: 10px;
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 400px) {
	.phone-contact {
		width: 280px;
		margin-top: 10px;
		font-size: 1.5rem;
	}
}

.type-list {
	list-style: none;
	/* elimină punctele default */
	padding: 0;
	margin: 0;
}

.type-list li {
	position: relative;
	padding-left: 25px;
	/* spațiu pentru icon / punct personalizat */
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

/* adaugă un icon sau punct personalizat */
.type-list li::before {
	content: "✔";
	/* poți schimba cu "•" sau emoji "🟢" */
	position: absolute;
	left: 0;
	color: #28a745;
	/* verde Bootstrap */
	font-weight: bold;
}