/* ============================================================
   Budapesti landing (bp-) kiegészítő stílusok
   A custom.css VÉGÉRE másolandó (vagy külön fájlként behúzható)
   ============================================================ */

/* Hero felső rész: cím + kétoszlopos szöveg egy sorban, felül igazítva */
/* Hero jobb oldali szöveg: fehér és olvasható */

/* Cím: jobbra igazítva, csupa nagybetű */
.bp-hero .hero-content {
	width: 100%;
	text-align: right;
}

.bp-hero .hero-content::before {
	display: none;
}

.bp-hero .hero-content .section-title h1 {
	text-transform: uppercase;
}

.bp-hero .hero-content .section-title h1 span {
	color: var(--accent-color);
}

.bp-hero .hero-content .section-title h1 small {
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 12px;
	color: #fff;
	text-transform: uppercase;
}

/* Piros függőleges válaszvonal a jobb oldali blokk bal szélén */
.bp-hero-text {
	position: relative;
	padding-left: 35px;
	text-align: left;
	max-width: 500px;
}

.bp-hero-text::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 3px;
	background: var(--accent-color);
}

.bp-hero-text p {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}

/* Gombok egy vonalban */
.bp-hero .mobilgomb {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}

.bp-hero .mobilgomb .btn-default,
.bp-hero .mobilgomb .bp-btn-phone-dark {
	margin: 0;
}

/* Hero gombok egy vonalban */
.bp-hero .mobilgomb {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 25px;
}

.bp-hero .mobilgomb .btn-default,
.bp-hero .mobilgomb .bp-btn-phone-dark {
	margin: 0;
}

/* A jobb oldali blokk igazítása a címhez */
.bp-hero-top {
	margin-bottom: 40px;
}



/* "Hívjon most" gomb a heróban: fehér keret, átlátszó, telefon ikon */
.bp-btn-phone-dark {
	position: relative;
	display: inline-block;
	margin-left: 15px;
	background: transparent;
	border: 1px solid var(--white-color);
	border-radius: 12px;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 10px 65px 10px 25px;
	transition: all 0.3s ease-in-out;
}

.bp-btn-phone-dark::before {
	content: '\f095';
	position: absolute;
	right: 12px;
	top: 50%;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 13px;
	color: var(--white-color);
	width: 30px;
	height: 30px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-3px, -50%);
	transition: all 0.3s ease-in-out;
}

.bp-btn-phone-dark:hover {
	background: var(--white-color);
	color: var(--primary-color);
}

.bp-btn-phone-dark:hover::before {
	transform: translate(0, -50%);
}

/* --- Hero: nem slider, egyetlen kép, tartalom + visszahívás doboz ---
   A .hero-slider-layout meglévő stílusaira épül, azokat írja felül. */
.bp-hero .hero-slide {
	padding: 180px 0 100px;
	min-height: auto;
	align-content: center;
}

/* Balra súlyozott sötétítés a bal oldali szöveg olvashatóságáért
   (a slideres alul-sötétítő gradient helyett) */
.bp-hero .hero-slide::before {
	background: linear-gradient(90deg, rgba(35,35,35,0.85) 0%, rgba(35,35,35,0.45) 60%, rgba(35,35,35,0.25) 100%);
}

/* A főoldali hero-content 50%-os, jobbra igazított, piros vonalas
   elrendezésének felülírása: teljes szélesség, balra igazítás */

.about-us::before{
	display: none;
}



.bp-benefits::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	transform: translateY(-56%);
	background: url('../images/section-bg-shape-1.png') no-repeat;
	background-position: top right;
	background-size: contain;
	width: 300px;
	height: 230px;
	z-index: 1;
}


.bp-hero .container {
	position: relative;
	z-index: 2;
}

.bp-hero .mobilgomb .btn-default {
	margin-right: 15px;
}

.service-item .icon-box {
	width: 130px;
    height: 130px;
}

.service-item .icon-box img {
	max-width: 60px;
}

.service-content {
	max-width: 210px;
	margin-left:auto;
	margin-right:auto;
}

/* --- Hero visszahívás doboz (kisebb, mint az ajánlatkérő) --- */
.bp-callback-box {
	position: relative;
	z-index: 2;
	background: var(--white-color, #fff);
	border-radius: 20px;
	padding: 30px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.25);
	margin-top: -130px;
	margin-bottom: 80px;
}

.about-us {
	margin-top: 0px;
	padding-top: 0px;
}

.bp-callback-box h3 {
	color: var(--primary-color);
	margin-bottom: 10px;
	font-weight: bold;
}

.bp-callback-box label {
	font-size: 13px;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 5px;
	display: block;
}

.bp-callback-box .form-control {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 12px 15px;
	font-size: 14px;
	color: var(--primary-color);
}

.bp-callback-box select.form-control {
	appearance: auto;
	-webkit-appearance: auto;
}

.bp-callback-btn {
	display: flex;
	align-items: flex-end;
}

.bp-callback-btn .btn-default {
	width: 100%;
	text-align: center;
}

/* --- Előnyök ikonsáv a hero alatt --- */
.bp-benefits {
	padding: 80px 0 50px;
	background: url('../images/testimonial-bg.png') no-repeat;
	background-position: center;
}

.bp-benefit-item {
	text-align: center;
	height: calc(100% - 30px);

	background: transparent;
	border: 1px solid #D3D3D3;
}

.bp-benefit-item .icon-box {
	margin: 0 auto 20px;
}

.bp-benefit-extra {
	font-size: 13px;
	margin-top: 10px;
	display: block;
}

.service-content p {
	font-size: 13px;
}

/* --- Miért a Rúzsa Trans: pipás előny-dobozok --- */
.bp-why {
	padding: 100px 0;
}

/* A .why-choose-content alapból calc(50% - 30px) széles (a főoldali
   flex-elrendezéshez), itt viszont col-lg-6-on belül van: teljes szélesség */
.bp-why .why-choose-content {
	width: 100%;
}

.bp-advantage-item {
	display: flex;
	align-items: center;
	gap: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 16px 22px;
	margin-bottom: 15px;
	background: #fff;
}

.bp-advantage-icon {
	flex: 0 0 auto;
}
 
.bp-advantage-icon img {
	object-fit: contain;
}
 
.bp-advantage-text p {
	margin: 0;
	font-size: 20px;
	line-height: 1em;
	color: var(--primary-color);
	font-weight: 700;
}
 
.bp-advantage-text strong {
	color: var(--primary-color);
	font-weight: 700;
}

/* A why-choose-us dark alap felülírása erre a világos változatra */
.bp-why.why-choose-us {
	background: #fff;
}

.bp-why .section-title h2,
.bp-why .section-title p {
	color: var(--primary-color);
}

/* --- Ajánlatkérés szekció: két űrlap egymás mellett --- */
.bp-quote-section {
	padding: 100px 0;
	background: #fff;
}

.bp-quote-section .section-title {
	max-width: 560px;
}

/* A főoldali overlay-doboz stílusainak semlegesítése:
   ott width: calc(50% - 30px) és margin-top: -350px van beállítva */
.bp-quote-section .request-quote-form-box {
	width: 100%;
	margin-top: 0;
	height: 100%;
}

/* Világos (visszahívás) doboz */
.bp-form-light {
	background: #fff;
	border: 1px solid #e5e5e5;
}
.section-title h3 {
	font-weight: bold;
}
.bp-form-light h3 {
	color: var(--primary-color);
	font-weight: bold;
}

.bp-form-light .form-control {
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	color: var(--primary-color);
}

/* Sötét (ajánlatkérő) doboz - a Figma szerinti fekete kártya */
.bp-form-dark {
	background: var(--primary-color);
}

.bp-form-dark h3 {
	color: #fff;
	font-weight: bold;
}

.bp-form-dark .form-control {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.15);
	color: #fff;
}

.bp-form-dark .form-control::placeholder {
	color: rgba(255,255,255,0.6);
}

.bp-quote-section select.form-control {
	appearance: auto;
	-webkit-appearance: auto;
}

/* Fehér keretes gomb a sötét dobozban, readmore-btn stílusú nyíllal */
.bp-btn-outline {
	position: relative;
	display: inline-block;
	background: transparent;
	border: 1px solid var(--white-color);
	border-radius: 12px;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 10px 65px 10px 25px;
	transition: all 0.3s ease-in-out;
}

.bp-btn-outline::before {
	content: '\f061';
	position: absolute;
	right: 12px;
	top: 50%;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	line-height: normal;
	color: var(--white-color);
	width: 30px;
	height: 30px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-3px, -50%);
	transition: all 0.3s ease-in-out;
}

.bp-btn-outline:hover {
	background: var(--white-color);
	color: var(--primary-color);
}

.bp-btn-outline:hover::before {
	transform: translate(0, -50%);
}

/* --- Referenciák --- */
.bp-references {
	padding: 100px 0;
}

/* --- Záró CTA --- */
.bp-cta {
	padding: 100px 0;
	background: var(--primary-color);
}

.bp-cta .section-title h2 {
	color: #fff;
}

.bp-cta .section-title p {
	color: rgba(255,255,255,0.8);
}

.bp-cta-btns {
	margin-top: 30px;
}

.bp-cta-btns .btn-default {
	margin: 0 8px;
}

/* Fehér keretes, átlátszó "Hívjon most" gomb telefon ikonnal (nyíl helyett) */
.bp-btn-phone {
	position: relative;
	display: inline-block;
	margin: 0 8px;
	background: transparent;
	border: 1px solid var(--white-color);
	border-radius: 12px;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 10px 65px 10px 25px;
	transition: all 0.3s ease-in-out;
}

.bp-btn-phone::before {
	background-image: url('../images/landingphone.svg');
	position: absolute;
	width: 20px;
	height: 20px;
	right: 12px;
	top: 50%;
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-3px, -50%);
	transition: all 0.3s ease-in-out;
}

.bp-btn-phone:hover {
	background: var(--white-color);
	color: var(--white-color);
}

.bp-btn-phone:hover::before {
	transform: translate(0, -50%);
}

.about-us-image img {
    aspect-ratio: auto !important;
}

/* Label csillaggal */
.bp-quote-section .bp-label {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 8px;
}

.bp-quote-section .bp-label span {
	color: var(--accent-color);
}

.bp-form-dark .bp-label {
	color: #fff;
}

.bp-form-light .bp-label {
	color: var(--primary-color);
}

/* Ikonos mezők: az ikon a mezőn belül balra */
.bp-input-icon {
	position: relative;
}

.bp-input-icon > i {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 15px;
	color: #9a9a9a;
	z-index: 2;
	pointer-events: none;
}

.bp-input-icon .form-control {
	padding-left: 42px;
}

/* Textarea: az ikon felülre kerüljön, ne középre */
.bp-input-icon-textarea > i {
	top: 18px;
	transform: none;
}

/* --- Mobil finomítások --- */
@media (max-width: 991px) {
	.bp-hero .hero-slide {
		padding: 120px 0 60px;
	}

	.bp-callback-box {
		margin-top: 40px;
	}

	.bp-quote-section .request-quote-form-box {
		width: 100%;
		height: auto;
		margin-top: 0;
		margin-bottom: 30px;
	}

	.bp-why .about-us-image {
		margin-top: 40px;
	}

	.bp-benefits::before{
		display: none;
	}


	.section-title h1 {
		font-size: 45px;
	}

	.bp-hero-text {
		margin-top: 20px;
	}

	.bp-btn-phone-dark {
		line-height: 1em;
	}

	.hero.hero-slider-layout .hero-slide {
		padding: 100px 0 10px;
	}

	.bp-benefits {
		padding-top: 0px;
	}

	.bp-why, .bp-quote-section {
		padding-top: 50px;
	}

	.bp-quote-section, .bp-references {
		padding-bottom: 0px;
	}

}