/* Alap stílusok */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
}
.step-icon {
	width: 50px;
	height: 50px;
	background-color: #0d6efd;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0; /* Ne zsugorodjon össze */
	margin-bottom: 1rem;
}
.maintenance-section {
	background-color: #f8f9fa;
	border-radius: 10px;
	padding: 2rem;
	margin-bottom: 2rem;
}
/* Fejléc */
.bg-primary {
    background-color: #0056b3 !important;
}

/* Hero section */
.hero-section {
    max-height: 600px;
    overflow: hidden;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.5);
}

/* Kártyák */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

/* Ikon körök */
.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Gombok */
.btn-primary {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn-primary:hover {
    background-color: #004494;
    border-color: #004494;
}

.btn-outline-primary {
    color: #0056b3;
    border-color: #0056b3;
}

.btn-outline-primary:hover {
    background-color: #0056b3;
    color: white;
}

/* Navigáció */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: white;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Lábléc */
.bg-dark {
    background-color: rgb(70, 56, 13) !important;
}

.social-icons a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

/* Breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #0056b3;
}

/* Technikai adatok listája */
.list-group-item {
    border-left: none;
    border-right: none;
}

.list-group-item:first-child {
    border-top: none;
}

/* Responszív képek */
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Részletes oldal carousel */
.carousel {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Hírlevél */
.bg-primary .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.bg-primary .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/* Animációk */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 1s ease-in;
}
/* A nyilak és indikátorok testreszabása */
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"%23ff0000\" viewBox=\"0 0 16 16\"><path d=\"M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z\"/></svg>')
}
.carousel-control-next-icon {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"%2300aa00\" viewBox=\"0 0 16 16\"><path d=\"M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z\"/></svg>')
}
.carousel-control-prev-icon, 
.carousel-control-next-icon {
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.5));
    background-size: 100% 100%;
    width: 3rem;
    height: 3rem;
}
.carousel-item {
  height: 500px;
}

.carousel-item img {
  object-fit: contain;
  height: 500px;
  width: auto;
}
.table-custom {
    background-color: #f8f9fa;
}
.table-custom th {
    background-color: #343a40;
    color: white;
    font-weight: 600;
}
.table-custom td, .table-custom th {
    vertical-align: middle;
    text-align: center;
}
.availability-red {
    color: #ff0000;
    font-weight: bold;
}
.availability-green {
    color: #039812;
    font-weight: bold;
}
.table-responsive {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* cikk típusú oldalak */
.article-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}
.article-header {
	background-color: #f8f9fa;
	padding: 30px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #dee2e6;
}
.article-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #343a40;
}
.article-image {
	max-width: 100%;
	height: auto;
	margin: 25px 0;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.step-card {
	background-color: #f8f9fa;
	border-left: 4px solid #0d6efd;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 0 5px 5px 0;
}
.step-number {
	font-weight: 700;
	color: #0d6efd;
	margin-right: 10px;
}
.warning-box {
	background-color: #fff3cd;
	border-left: 4px solid #ffc107;
	padding: 15px;
	margin: 20px 0;
	border-radius: 0 5px 5px 0;
}
.maintenance-section {
	background-color: #e9ecef;
	padding: 20px;
	border-radius: 5px;
	margin: 30px 0;
}
.section-title {
	font-size: 1.5rem;
	color: #495057;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dee2e6;
}
.note {
	font-style: italic;
	color: #6c757d;
}