/* Reset margin and padding */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Base styles */
body {
	background-color: #000000;
	color: #c0c0c0;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px; /* Alap betűméret */
	line-height: 1.6; /* Alap sorköz */
	background-color: #000000;
}
h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
}

h1 {
	font-size: 2.5em; /* Alapértelmezett betűméret h1 */
	margin-bottom: 0.5em; /* Margó az alsó részen */
}

h2 {
	font-size: 2em; /* Alapértelmezett betűméret h2 */
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.75em; /* Alapértelmezett betűméret h3 */
	margin-bottom: 0.5em;
}

p {
	margin-bottom: 1em; /* Margó az alsó részen */
}
.container {
	max-width: 1180px; /* Állítsd be a kívánt szélességet */
}
/* Footer bottom bar */
.bottom-bar {
	background-color: transparent; /* Átlátszó háttér */
	color: #c0c0c0;
	font-size: 0.875em; /* Apró betűméret */
}
.bottom-bar .container{
	border-top: 1px solid #FFFFFF26; /* Halvány szürke vonal */
	padding: 1em 0; /* Függőleges padding */
}

.bottom-bar a {
	color: #FFBA00;
	text-decoration: none;
}

.bottom-bar a:hover {
	text-decoration: underline;
}
/* Links */
a {
	color: #FFBA00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sticky-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
	transition: background 0.3s ease, height 0.3s ease;
}

.navbar {
	height: 100px;
	transition: height 0.3s ease;
}

.sticky-header .navbar-brand .logo {
	max-height: 75px;
	transition: max-height 0.3s ease;
}

.sticky-header.sticky .navbar {
	height: 65px;
}

.sticky-header.sticky .navbar-brand .logo {
	max-height: 65px;
}

header .navbar-nav .nav-link {
	color: #ffffff !important;
	font-size: 1.1rem;
	padding-left: 20px!important;
	padding-right: 20px!important;
	transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
	color: #FFBA00 !important;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28%255, 186, 0, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-nav .nav-link.active {
	color: #FFBA00 !important;
}
.icons {
	display: flex;
	align-items: center;
}

.icons a {
	margin-left: 15px;
}

.icons img {
	max-height: 40px;
	border-radius: 6px;
}

.footer {
	background-color: #000000;
	color: #c0c0c0;
	padding: 50px 0;
}

.footer-logo {
	max-height: 75px; /* Szabályozd a méretet igényeid szerint */
}

.footer-text {
	margin-top: 30px;
	line-height: 1.5;
	padding-right: 30px;
}

.footer-nav {
	list-style-type: none;
	padding: 0;
}

.footer-nav li {
	margin-bottom: 10px;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-nav a:hover {
	color: #FFBA00;
}

.icon {
	margin-right: 5px;
	vertical-align: middle;
}

.footer-heading {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}
footer p{
	margin-bottom: 25px;
}
footer p i{
	color: #FFBA00;
	margin-right: 15px;
}
footer p a{
	color: #fff;
}
footer p a:hover{
	color: #FFBA00;
}

.slider-section {
	background-image: url('/images/body-bg.jpg');
	background-color: rgba(0, 0, 0, 0.85); /* Fekete szín 30%-os átlátszósággal */
	background-blend-mode: multiply; /* Szín és háttérkép összekeverési módja */
	background-size: cover; /* Háttérkép méretezése a section méretére */
	background-position: center; /* Háttérkép pozíciója középen */
	background-repeat: no-repeat; /* Háttérkép ne ismétlődjön meg */
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url('/images/body-bg.jpg');
	min-height: 90vh;
	display: flex;
	/*align-items: center;*/
	color: #fff;
}
.slider-content {
	display: flex;
	width: 100%;
}
.slider-content .left-col {
	flex: 5;
	position: relative;
	overflow: hidden;
	padding: 10%;
}
.slider-content .left-col img {
	width: 70%;
	position: absolute;
	top: 10%;
	left: 10%;
	transition: opacity 1.5s ease-in-out;
	opacity: 0;
}
.slider-content .left-col img:hover {
	transform: scale(1.05);
}
.slider-content .left-col img.active {
	opacity: 1;
}
.slider-content .right-col {
	flex: 7;
	padding: 150px 20px 0 0;
	margin-left: -100px;
	position: relative;
	z-index: 100;
}
.slider-content h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 3rem;
}
.slider-content h1 b{
	text-transform: uppercase;
}
.slider-section .underline {
	width: 25%;
	height: 3px;
	background-color: #FFBA00;
	margin: 20px 0;
}
.slider-content p{
	color: #c0c0c0;
	font-size: 18px;
}
.slider-section .icons {
	display: flex;
	justify-content: left;
	margin-top: 40px;
}
.slider-section .icons .icon {
	text-align: center;
	margin-right: 80px;
}
.slider-section .icons img {
	max-height: 80px;
}
.slider-section .icons p {
	color: #fff;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
}
.btn-custom {
	background-color: #FFBA00;
	color: #000;
	border: none;
	padding: 12px 40px;
	margin-top: 40px;
	font-weight: normal;
	transition: all 0.3s ease;
	border: 2px solid #FFBA00;
}
.btn-custom:hover {
	background-color: #000;
	color: #FFBA00;
	border: 2px solid #FFBA00;
}

.about-section {
	padding: 60px 0;
}
.about-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.about-content .left-col, .about-content .right-col {
	flex: 1;
	min-width: 50%;
	padding: 30px;
}
.about-content .left-col {
	padding-left: 0px;
}
.about-content .left-col img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.about-content .right-col h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.75rem;
	color: #ffffff;
	text-transform: uppercase;
}
.phoneimg{
	max-height: 650px;
	width: auto !important;
}
.underline {
	width: 25%;
	height: 3px;
	background-color: #FFBA00;
	margin: 20px 0;
}
.about-content p {
	font-size: 1rem;
	color: #c0c0c0;
}

.etlap-section {
	padding: 60px 0;
	text-align: center;
}
.etlap-section h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.75rem;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.etlap-section .line {
	width: 100px;
	height: 3px;
	background-color: #FFBA00;
	margin: 20px auto 20px; /* távolság a címtől */
}
.etlap-section p {
	font-size: 1rem;
	color: #c0c0c0;
	margin-bottom: 30px;
}
.etlap-section .tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.etlap-section .tabs button {
	background-color: #171717;
	color: #c0c0c0;
	border: none;
	padding: 10px 20px;
	margin: 5px;
	cursor: pointer;
	font-size: 1rem;
	border-radius: 10px; /* lekerekített sarkok */
	margin: 5px; /* távolság a többi gombtól */
}
.etlap-section .tabs button:focus {
	outline: none; /* nincs kijelölés */
}
.etlap-section .tabs button.active, .etlap-section .tabs button:hover {
	background-color: #FFBA00;
	color: #000000;
}
.etlap-section .tab-content {
	display: none;
	margin-top: 20px;
}
.etlap-section .tab-content.active {
	display: block;
}
.etlap-section .food-item {
	background-color: #171717;
	border-radius: 15px;
	padding: 20px;
	text-align: center;
	margin-bottom: 10px;
	transition: background 0.3s;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 200px;
	margin-top: 30px;
	background-position: center;
}
.etlap-section .food-item.noimage {
	background-size: 175px;
	padding: 30px;
}
.etlap-section .food-item:hover {
	background-color: #FFBA00;
}
.etlap-section .food-item img {
	max-width: 100%;
	transition: transform 0.3s;
}
.etlap-section .food-item:hover img {
	transform: scale(1.1);
}
.etlap-section .food-details {
	text-align: left;
	padding-top: 20px;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 15px;
}
.etlap-section .food-details h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.etlap-section .food-details p {
	font-size: 1rem;
	color: #c0c0c0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.etlap-section .food-details .price {
	font-family: 'Oswald', sans-serif;
	color: #FFBA00;
	font-size: 1.2rem;
}

/* Videó Reklám Section */
.video-reklam {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.video-reklam h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.75rem;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: normal;
}
.video-reklam .line {
	width: 100px;
	height: 3px;
	background-color: #FFBA00;
	margin: 20px auto 20px; /* távolság a címtől */
}
.video-reklam p {
	font-size: 1rem;
	color: #c0c0c0;
	margin-bottom: 30px;
}
.video-reklam #background-video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translate(-50%, -50%);
	background: no-repeat;
	background-size: cover;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.7;
	z-index: 1;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.video-reklam .content {
	position: relative;
	z-index: 2;
	color: white;
	text-align: center;
	padding: 200px 20px;
	max-width: 50%;
	margin:0 auto;
}

.video-reklam .content h2 {
	font-size: 3em;
	margin-bottom: 20px;
}

.video-reklam .content p {
	font-size: 1.5em;
}
.promo-section {
	padding: 0;
}
.promo-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.promo-box {
	background-color: #171717;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	width: calc(50% - 20px); /* Two boxes with 20px gap */
}
.promo-box .left-col, .promo-box .right-col {
	flex: 3;
	padding: 20px;
}
.promo-box .left-col {
	flex: 5;
}
.promo-box .right-col {
	flex: 3;
	display: flex;
	align-items: center;
	justify-content: center;
}
.promo-box .right-col img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.promo-box .promo-header {
	color: #FFBA00;
	font-size: 15px;
	font-weight: normal;
}
.promo-box h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	color: #ffffff;
	text-transform: uppercase;
}
.promo-box p {
	font-size: 1rem;
	color: #c0c0c0;
	margin: 15px 0;
}
.grey-box {
	background-color: #171717;
	border-radius: 15px;
	padding: 10px;
	margin-top: 30px;
	width: 80%;
	display: flex;
}

.grey-box .greyleft-col, .grey-box .greyright-col {
	flex: 5;
	padding: 10px;
}
.grey-box .greyleft-col {
	flex: 1;
}
.grey-box .greyright-col {
	flex: 5;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.grey-box .greyleft-col img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.grey-box .greyright-col h3 {
	text-transform: uppercase;
	margin:0;
	font-size: 1.5em;
}
.grey-box:hover{
	background: #FFBA00;
	text-decoration: none;
}
.grey-box:hover h3{
	text-decoration: none;
}

.velemenyek {
	position: relative;
	background-color: #171717; /* Fekete háttér */
	overflow: hidden;
}

.velemenyek::before {
	content: "";
	position: absolute;
	top: 100px; /* Pozicionálás a bal felső sarok felé */
	left: 40%;
	width: 460px; /* A kép szélessége */
	height: 192px; /* A kép magassága */
	background: url('/images/corners-gyros-google-velemenyek.png') no-repeat center;
	background-size: contain;
	opacity: 0.1; /* Átlátszóság beállítása */
	transform: rotate(-30deg); /* Kép elforgatása */
	z-index: 1;
}
.review-intro {
	text-align: center;
	margin-bottom: 20px;
}

.review-intro p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.review-intro strong {
	color: #FFBA00; /* Highlight the rating */
}
.reviews-container {
	display: flex;
	overflow: hidden;
	padding: 20px 0;
	position: relative;
	z-index: 10;
}

.review-box {
	background-color: #000;
	border-radius: 15px;
	padding: 30px;
	margin: 0 15px;
	flex: 0 0 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	text-align: left;
	position: relative;
}

.review-box .review-text {
	flex: 1;
}

.review-footer {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.review-author {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
}

.review-quote {
	font-size: 80px;
	color: #FFBA00;
	position: absolute;
	right: 20px;
	bottom: 0px;
	line-height: 60px;
}
.owl-carousel .owl-wrapper{
	display: flex!important;
}
.owl-carousel .owl-stage {
	display: flex;
}
.owl-carousel .review-box {
	flex: auto;
}
.owl-carousel .owl-item {
	display: flex;
}
.owl-carousel .caption {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}
.owl-carousel .flex-text {
	flex-grow: 1
}
.owl-carousel .thumbnail {
	display: flex;
	flex-direction: column;
	margin: 0 15px;
}

.owl-carousel .owl-wrapper-outer {
	margin-bottom: 25px;
}
.owl-theme .owl-controls .owl-page.active span{
	background: #FFBA00;
}

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border:1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#velemenyek .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}
.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#velemenyek .item {
	text-align: center;
	padding: 50px;
	margin-bottom:80px;
	opacity: .2;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#velemenyek .owl-item.active.center .item {
	opacity: 1;
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	max-width: 90px;
	margin: 0 auto 17px;
}
#velemenyek.owl-carousel .owl-dots .owl-dot.active span,
#velemenyek.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190E7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#velemenyek.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
}
#velemenyek.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
#velemenyek.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}
.contact-map-block.style-one #contact_maps {
	height: 400px;
}

.contact-section {
	background-color: #FFBA00;
	padding: 40px 0 10px;
	color: #000;
}

.contact-section .container {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px;
}

.contact-left, .contact-right {
	flex: 1;
}

.contact-left {
	text-align: left;
}

.contact-right {
	text-align: right;
}

.contact-section h2 {
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.contact-section .underline {
	width: 100px;
	height: 3px;
	background-color: #000;
	margin-bottom: 20px;
}

.contact-address {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-right h3 {

	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
}

.opening-hours {
	font-size: 15px;
}
.mobile-bottom-menu{
	display: none;
}
.facebookicon i{
	font-size: 28px;
}
/* Mobile view specific styles */
@media (max-width: 991.98px) {
	.navbar-nav.d-lg-none {
		display: flex !important;
		justify-content: center;
	}

	.navbar-nav.d-lg-none .nav-item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.icons {
		display: none;
	}
}
/* Mobile view specific styles */
@media (max-width: 1500px) {
	.slider-content .left-col img {
		width: 85%;
		position: absolute;
		top: 10%;
		left: 0;
	}
}
/* Mobile view specific styles */
@media (max-width: 1360px) {
	.slider-content h1 {
		font-size: 2.5rem;
	}
	.slider-content p {
		font-size: 16px;
	}
}
/* Mobile view specific styles */
@media (max-width: 1200px) {
	.slider-content .left-col img {
		width: 100%;
		position: absolute;
		top: 10%;
		left: -15%;
	}
	.slider-content h1 {
		font-size: 2.5rem;
	}
	.slider-content p {
		font-size: 16px;
	}
}
/* Mobile view specific styles */
@media (max-width: 1100px) {
	.slider-content .left-col img {
		width: 110%;
		position: absolute;
		top: 10%;
		left: -30%;
	}
	.slider-content h1 {
		font-size: 2.5rem;
	}
	.slider-content p {
		font-size: 16px;
	}
	.slider-content .right-col{
		padding-right: 100px;
	}
}
/* Mobile view specific styles */
@media (max-width: 1000px) {
	.slider-content .left-col img {
		width: 200%;
		position: absolute;
		top: -25px;
		left: -115%;
	}
	.slider-content h1 {
		font-size: 2.5rem;
	}
	.slider-content p {
		font-size: 16px;
	}
	.slider-content .right-col{
		padding-right: 50px;
		margin-left: -100px;
	}
}
@media (max-width: 768px) {
	.slider-content .left-col{
		overflow: visible;
	}
	.slider-content .right-col{
		padding-left: 120px;
	}
	.slider-content .left-col img {
		width: 850px;
		position: absolute;
		top: -25px;
		left: -600px;
	}
	.about-content .left-col, .about-content .right-col {
		min-width: 100%;
		padding: 10px;
	}
	.promo-box {
		flex-direction: column;
		width: 100%;
	}
	.promo-box .left-col, .promo-box .right-col {
		min-width: 100%;
		padding: 10px;
	}
	.review-box {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.reviews-container {
		flex-direction: column;
		animation: none;
	}
	.contact-section .container {
		flex-direction: column;
		text-align: center;
	}

	.contact-left, .contact-right {
		text-align: center;
		margin: 0 auto 20px;
	}

	.contact-right {
		text-align: center;
	}
}
@media (max-width: 992px) {
	.navbar-brand{
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
	.slider-content{
		display: block;
		background: linear-gradient(to right, transparent 0px, black);
	}
	.slider-content .left-col{
		overflow: visible;
		display: block;
	}
	.slider-content .right-col {
		padding: 0px 20px 60px;
		display: block;
		margin: 0;
		margin-top: 320px;
		text-align: center;
	}
	.slider-section .underline {
		width: 25%;
		height: 3px;
		background-color: #FFBA00;
		margin: 20px auto;
	}
	.slider-content .left-col img {
		width: 100%;
		position: absolute;
		top: -25px;
		left: 17%;
		max-width: 66%;
		margin: 0 auto;
	}
	.slider-content .left-col::before {
		background: #000;
		opacity: 0.3;
	}
	.slider-content .btn-custom {
		margin: 0 auto;
	}
	.slider-section .icons {
		display: none;
	}
	.slider-section .icons .icon {
		text-align: center;
		margin-right: 12%;
	}
	.slider-content .right-col p{
		text-align: center;
		font-size: 18px;
	}
	#hazhozszallitas{
		padding-top: 0;
	}
	#hazhozszallitas .phoneimg{
		width: 200px !important;
	}
	.grey-box{
		width: 100%;
	}
	.grey-box .greyright-col h3{
		font-size: 1.25em;
	}
	.contact-section .underline, .contact-right{
		margin: 0 auto 20px;
	}
	.video-reklam .content h2{
		font-size: 1.5em;
		margin-bottom: 20px;
		line-height: 135%;
	}
	.video-reklam .content {
		padding: 50px 20px;
		max-width: 100%;
		margin: 0 auto;
	}
	.video-reklam .content p {
		font-size: 16px;
	}
}
.button-fixed {
	bottom: 0;
	position: fixed;
	right: 0;
	border-radius: 4px;
	z-index: 1000;
	color: #181818;
}
.button-fixed h2{
	color: #181818;
	text-transform: uppercase;
}

.btn-danger{
	background-color: #FFB400;
	border: 1px solid #FFB400;
}

.btn-danger:hover{
	background-color: #fff;
	border: 1px solid #FFB400;
	color: #FFB400;
}
@media (max-width: 500px) {
	.navbar{
		height: 70px;
	}
	.sticky-header .navbar-brand .logo {
		max-height: 50px;
		transition: max-height 0.3s ease;
	}
	.navbar-light .navbar-toggler{
		display: none;
	}
	.velemenyek::before{
		left: 0%;
	}
	.slider-content .right-col {
		padding: 0px 20px 60px;
		display: block;
		margin: 0;
		margin-top: 270px;
		text-align: center;
	}
	.slider-content .right-col p{
		text-align: center;
	}
	.slider-section .underline {
		width: 25%;
		height: 3px;
		background-color: #FFBA00;
		margin: 20px auto;
	}
	.slider-content .btn-custom {
		display: none;
	}
	.bottom-bar{
		margin-bottom: 50px;
		padding-left: 10px;
	}
	.mobile-bottom-menu {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #FFBA00;
		display: flex;
		justify-content: space-around;
		align-items: center; /* Középre igazítás */
		padding: 10px 0;
		box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
		z-index: 1001;
	}
	.slider-content .left-col img {
		width: 100%;
		position: absolute;
		top: 0;
		left: 5%;
		max-width: 90%;
	}
	.mobile-bottom-menu a {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-decoration: none;
		color: #000;
		font-size: 12px;
		position: relative; /* Pozícionálás miatt */
		width: 20%;
	}

	.mobile-bottom-menu a:not(:last-child)::after {
		content: "";
		position: absolute;
		right: 0; /* A 24px széles ikonok középen helyezkednek el, így 12px a felét kell elmozdítani a jobb oldali elválasztó vonalhoz */
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
		height: 40px; /* Magasság az elválasztó vonalnak */
		background-color: rgba(177, 138, 32, 0.3); /* Halvány fekete szín */
	}

	.mobile-bottom-menu i {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.mobile-bottom-menu img {
		width: 24px; /* Képek mérete */
		height: auto;
		margin-bottom: 5px; /* Távolság az ikon és a szöveg között */
	}
	.button-fixed {
		bottom: 68px;
	}
}
