/*
    NISSAN Nyári Ajánlat
*/


.row-kalkulator-sor {
	display: none;
}

.table-nissan {
	margin: 20px auto 50px auto;
}

.table-nissan td {
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	/* pointer-events: none;
    text-decoration: none;
    color: inherit;
	user-select: none; */
	border-width: 0;


}

.table-nissan td:nth-child(1) {
	font-weight: bold;
	text-align: left;
	min-width: 296px;
}

.table-nissan tr.databold td:nth-child(2),
.table-nissan tr.databold td:nth-child(3),
.table-nissan tr.databold td:nth-child(4) {
	font-weight: 700;
}

.table-nissan img {
	display: block;
	margin: 20px auto 5px auto;
	max-height: 80px;
}

.table-nissan thead th {
	text-align: center;
	border-bottom-width: 0;
	border-width: 0;
}

.table-nissan thead th span{
	font-size: 2rem;
	font-weight: 700;
	display: block;
}

@media (max-width: 767px) {
	.table-nissan thead th span {
		font-size: 1.4rem;
		margin-bottom:0px;
		font-weight: 400;
	}
	.table-nissan td:nth-child(1) {
	min-width: auto;
}

}

td.hover-col,
th.hover-col {
  background-color: #e0f0ff; 
}

thead th.hover-col {
	border-radius: 5px 5px 0 0;	
}

tfoot th.hover-col {
	border-radius: 0 0 5px 5px;	
}


.table-nissan tfoot th {
	text-align: center;
	border-width: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.col-nyari h3.alcim {
	text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  color: #0056FF;	
}


.nav-konstrukciok {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.nav-konstrukciok .nav-link {
  font-size: 2.2rem;
  font-weight: 500; 
  padding: 1rem 2rem;
  border-radius: 8px;
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.nav-konstrukciok .nav-link:hover {
  background-color: #eeeeee;
  border-color: #ccc;
}

.nav-konstrukciok .nav-link.active {
  background-color: #ffffff;
  color: #0056FF;
  border: 1px solid #f2f3f4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.konstrukcio-label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.3rem; 
  font-style: italic;
  font-weight: 300;
}

.nav-konstrukcio-wrapper {
  gap: 1.5rem; /* ha gap van engedélyezve */
  margin-bottom: 0rem;
}


.hitel-valaszto {
  display: flex;
  gap: 1rem;
  margin: 2rem auto;
  width: 70%;
}

.hitel-opcio {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-family: sans-serif;
  position: relative;
}

.hitel-opcio input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hitel-opcio:hover {
  border-color: #007bff;
}

.hitel-opcio input[type="radio"]:checked + .valaszto-label {
  border-color: #0056FF;
  background-color: #e6f0ff;
  box-shadow: 0 0 0 2px #007bff44;
}

.valaszto-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 5rem 1rem;
  border-radius: 10px;
  transition: 0.3s;
}

.valaszto-label i {
  font-size: 2rem;
  color: #444;
}

h2.alcim_hf {
  font-size: 1.8rem;
  font-weight: 700;
  color: #232323;
  margin-top: 1rem;
  text-align: center;
}