@font-face {
  font-family: 'EnBetutipusom';
  
  src: url('fonts/Capture_it.woff2') format('woff2'),
       url('fonts/Capture_it.woff') format('woff'),
       url('fonts/Capture_it.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'rem';
  
  src: url('fonts/REM-Regular.woff2') format('woff2'),
       url('fonts/REM-Regular.woff') format('woff'),
       url('fonts/REM-Regular.ttf') format('truetype');
  font-display: swap;
}

body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: 'EnBetutipusom', Arial, sans-serif;
}

p {
	color: white;
  font-family: 'rem', Arial, sans-serif;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: white;
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  /*border: 1px solid #000000;*/
  position: absolute;
  bottom: -1px;
  width: 100%;
  /*padding-top: 30px;*/
  background-color: #15265C;
  /*border-top: 1px solid #ddd; */
  color: #e2e2e2;
  padding-top: 10px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* -----------------------------   Soft-BIT custom css --------------------------*/

/* full size nav */

body {
	background-image: url('https://felaldozhatok.hu/image/catalog/stuff/background.jpg');
}

.carousel-inner { 

  min-height: 700px;
}
/* -------------------- burger menü -----------------------*/


 

/* alapból az asztali nav látszik */
#top-mobile { 
  display: none; 
  background: #cce5ff3b; 
  padding: 0.5rem 1rem;
}

 /* mobilon váltás */
@media (max-width: 991.98px) {
  #top { display: none; }
  #top-mobile { display: block; }
}


#to-mobile .mobile-logo img {
  height: 40px;
}

.burger-btn {
  background: none;
  border: none;
  padding: 0;
  width: 59px;
  height: 59px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 0;
  box-shadow: none;
  outline: none;
  transition: transform .12s ease;
}

.burger-btn img {
  width: 59px;
  height: 59px;
  display: block;
} 

#top-mobile .col-6.text-end {
  text-align: right;
  margin: 0; 
}
 
#top-mobile #burger:active {
  transform: scale(0.96);
}

#top-mobile #burger:focus-visible {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

#top-mobile #burger {
  transition: background 0.2s ease, filter 0.2s ease;
}

#top-mobile #burger[aria-expanded="true"] {
  filter: brightness(0.8);
}

/* Mobil panel */
.mobile-menu {
  position: fixed;
  inset: 95px 0 0 0; /* a mobil header alatt */
  background: #000019d4;
  color: #fff;
  padding: 12px;
  transform: translateY(-10%);
  opacity: 0;
  pointer-events: none;
  transition: transform .6s ease, opacity .6s ease;
  z-index: 1000;
  will-change: transform, opacity;
  font-size: 1.2rem;
  font-family: 'EnBetutipusom', Arial, sans-serif;
}
 
.mobile-menu.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  text-align: center; 
}

.mobile-list a {
  display: block;
  padding: 12px 14px;
  color: #fff;
  text-decoration: none;
}

.mobile-cta {
  text-align: center;
  border-radius: 8px;
}

 
 .mobile-list .btn-blue {
  width: auto;  
  height: auto;  
}
 
 .mobile-list .btn-red {
  width: auto;  
  height: auto;  
}


.social-row {
  display: flex;
  justify-content: center; /* középre az ikonok */
  
  margin-top: 12px;        /* egy kis hely a fenti menüpontokhoz képest */
}

.social-row img {
  width: 50px;
  height: 50px;
}


  
/*         -------------------- menü ------------------*/ 

.menu-disabled {
  color: #aaa !important;        /* halvány szürke betűszín */
  pointer-events: none;          /* link ne legyen kattintható */
  cursor: default;               /* mutató ne legyen kéz */
  opacity: 0.6;                  /* kicsit áttetsző */
}


#top {
  /* top nav */
  background-color: #cce5ff3b;
  border-bottom: none;
  height: 73px;
  margin-bottom: 0px;
}

.logo_top {
  width: 74px;      /* szélesség */
  height: auto;      /* arány megtartása */
}

#logo_back {
	background-color : #ffffff3b;
}

.text-end {
  margin-top : 10px;
}

.list-inline-item {
	font-family: 'EnBetutipusom', Arial, sans-serif;
}

.static-nav {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: .5rem 0;
  
}

.static-nav__link {
  position: relative;
  font-weight: 500;
  text-decoration: none;
  padding: .5rem 0;
  color: white;
  opacity: .85;
  font-family: 'EnBetutipusom', Arial, sans-serif;
}

.static-nav__link:hover {
  opacity: 1;
}

.static-nav__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -24px;          /* közvetlenül a link alatt fusson */
  height: 2px;           /* diszkrét csík */
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
  background: currentColor; /* a szöveg színével egyező */
  opacity: .9;
}

@media (max-width: 768px) {
  .static-nav__link::after {
    bottom: 0;
  }
}

.static-nav__link.is-active::after,
.static-nav__link:hover::after {
  transform: scaleX(1);
}

#top .container {
  padding-left: 0;
  padding-right: 0;
}




.btn-blue {
  display: inline-flex;               /* flexbox a középre igazításhoz */
  align-items: center;                /* függőlegesen középre */
  justify-content: center;            /* vízszintesen középre */
  background-color: #007bff;
  color: #fff !important;
  border-radius: 2px;
  transition: background-color 0.3s ease;
  width: 185px;
  height: 32px;
  padding: 0;
  box-sizing: border-box;
}

.btn-blue:hover {
  background-color: #0056b3;   /* sötétebb kék hover */
  text-decoration: none;
}

.btn-red {
  display: inline-flex;
  align-items: center;                /* függőlegesen középre */
  justify-content: center; 
  background-color: #EA5298;   /* piros */
  color: #fff !important;
  border-radius: 2px;
  transition: background-color 0.3s ease;
  width: 185px;
  height: 32px;
  padding: 0;
  box-sizing: border-box;
}
.btn-red:hover {
  background-color: #a71d2a;   /* sötétebb piros hover */
  text-decoration: none;
}

.btn-blue::after,
.btn-red::after {
  display: none !important;
}


.static-nav__link.btn-redblue {
  display: inline-flex;
  align-items: center;                /* függőlegesen középre */
  justify-content: center; 
  background: linear-gradient(90deg, #EA5298, #007bff); /* pink → kék */
  color: #fff !important;
  border-radius: 2px;
  transition: background 0.3s ease;
  width: 185px;
  height: 32px;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 1px 1px 0 0 rgba(8, 232, 255, 0.7);
  border-radius: 2px
}  

.list-inline-item a:hover img {
  filter: brightness(1.2);
  transform: scale(1.05);
  transition: transform 0.15s ease, filter 0.15s ease;
}



/* ----------------------------- slide  ----------------------------------- */ 

.carousel-indicators [data-bs-target] {
  
  border: 1px solid white;
  background-color : white;
  width: 5px;
  height: 5px;
  box-shadow: 0 0 0 4px #cccccc36;
}

.carousel-indicators  {
  

  bottom: 0px;
}
.carousel {
	border : none;
	margin-bottom : 50px;
}

.hero {
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner-html-overlay {
  position: absolute;
  inset: 0;                         /* teljes banner terület */
  display: flex;                    /* két oszlopos elrendezés */
  gap: 1rem;
  padding: 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);   /* sötét áttetsző háttér */
  border-radius: 0.5rem;
  align-items: stretch;
}

/* Bal oszlop */
.banner-col-left {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner-col-left img {
  max-width: 80%;
  height: auto;
  margin-bottom: 1rem;
}

.banner-col-left p {
  margin: 0;
  white-space: pre-wrap; /* megtartja a sortöréseket */
}

/* Jobb oszlop */
.banner-col-right {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  padding: 1rem;
}

.banner-col-right h2 {
  background: rgba(0,0,0,0.4); /* szürkés-átlátszó háttér */
  padding: 10px;      /* egy kis belső tér */
  border-radius: 0.3rem;        /* enyhén lekerekített sarkok */
  display: block;        
  width: 90%;
  box-sizing: border-box;
}

.banner-col-left h2 {
  background: rgba(0,0,0,0.4); 
  padding: 10px;      
  border-radius: 0.3rem;        
  display: block;        
  width: 90%;
  box-sizing: border-box;
}



/* Mobil nézet */
@media (max-width: 768px) {
  .banner-html-overlay {
    flex-direction: column;
  }
  .banner-col-right {
    align-items: flex-start;
    text-align: left;
  }
  
  .banner-col-left h2 {
    background: none;
  }
}

/* -------------------------szocil ikonok és nyelv ----------------------------*/

.social-stack {
  position: fixed;
  top: 90px;           
  right: 7px;
  display: flex;
  flex-direction: column;
  gap: 10px;           /* ikonok közti távolság */
  z-index: 9999;       /* biztosan előtérben marad */
}

.social-stack a {
  display: inline-flex;
  width: 39px;         /* ikon méret */
  height: 39px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-stack img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* finom hover (opcionális) */
.social-stack a:hover img {
  filter: brightness(1.2);
  transform: scale(1.05);
  transition: transform 0.15s ease, filter 0.15s ease;
}

@media (max-width: 991.98px) {
  .social-stack {
    display: none;
  }
}

/* -------------------  információs blokkok  ------------------------------ */

/* Alap konténer – opcionális, ha szűkebb sort akarsz */
.info-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* 1) Nagy, középre igazított blokk */
.info-hero {
  text-align: center;
  margin: 40px auto;
}
.info-hero > * {
  margin: 0.4em 0;
}
 
/* Globális keret az infóoldal H2 címeknek */
.info h2 {
  background: rgba(0,0,0,0.4);
  padding: 10px 14px;
  border-radius: 0.3rem;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 6px 20px rgba(0,0,0,0.18);
  margin: 0; /* alapból nullázzuk, lásd lejjebb a modul-kiegészítéseket */
}

@supports (backdrop-filter: blur(2px)) {
  .info h2 { backdrop-filter: blur(2px); }
}

.info-hero img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.6em auto 0;
}

/* 2–3) 50/50 felezett blokkok (kép + szöveg) – FLEX VERZIÓ */
.info-split {
  display: flex;
  flex-direction: row;
  align-items: flex-start;  /* szöveg felül induljon */
  gap: 24px;
  margin: 40px 0;
}

/* mindkét hasáb egyenlően osztozik (50–50%) */
.info-split__media,
.info-split__body {
  flex: 1 1 0;
  min-width: 0; /* ne törje szét a layoutot a hosszú sor */
}

/* képes hasáb – ha bármi kilóg, vágjuk le */
.info-split__media { overflow: hidden; }

/* képek rugalmas méretezése */
.info-split__media img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* szöveges hasáb tipó */
.info-split__body h2,
.info-split__body h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.info-split__body p {
  margin: 0.5em 0 0;
  line-height: 1.6;
}

/* Fordított elrendezés (jobb oldalt a kép) – csak asztalin */
.info-split.is-reverse { flex-direction: row-reverse; }


@media (max-width: 767.98px) {
  .info-split {
    flex-direction: column;
    gap: 16px;
  }
  .info-split__media,
  .info-split__body {
    flex: 0 0 100%;
    width: 100%;
  }
  .info-split.is-reverse { flex-direction: column; } /* ne fordítson mobilon */
  .info-split .info-split__media,
  .info-split .info-split__body {
    order: initial; /* kövesse a HTML sorrendet */
  }
}

/* language --------------------------------------*/

/* Zászlós nyelvmenü – csak ikonok */
 
 /* Nyelv dropdown: átlátszó panel, középre igazított, ikon-only */
.dropdown-menu{
  background: transparent !important;
  border: 0;
  box-shadow: none;
  padding: 6px;
  min-width: auto;              /* ne legyen feleslegesen széles */
}

.dropdown-menu li{ list-style: none; }

/* minden dropdown-item alap paddingját nullázzuk, hogy ne tolja balra */
.dropdown-menu .dropdown-item{
  padding: 0 !important;
  text-align: center;
  background: transparent;
}

/* ikon-gomb (a <button class="dropdown-item lang-item">) */
.dropdown-menu .lang-item{
  width: 44px;
  height: 44px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;      /* középre a zászló */
  border: 0;
  background: transparent;
  border-radius: 6px;
  margin: 0 auto;               /* középre igazított elem */
}

/* zászló méret */
.dropdown-menu .lang-flag{
  width: 28px;
  height: 28px;
  display: block;
}

/* finom hover/focus – nincs fehér háttér */
.dropdown-menu .lang-item:hover,
.dropdown-menu .lang-item:focus{
  background: rgba(0,0,0,0.12);
}


/* -------------------------kategoriak oldal --------------------------- */

+ /* képcsempe stílusok  */ 

.tile {
  display: block;
  width: 100%;
  
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
  cursor: pointer;
  will-change: transform, filter, box-shadow;
}
.tile:hover,
.tile:focus-visible {
  transform: scale(1.02);
  filter: brightness(1.06);
  box-shadow: 0 10px 24px rgba(0,0,0,.14);
  outline: none;
}
.tile__img {
  width: 100%;

  object-fit: cover;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .tile,
  .tile__img { transition: none; }
}

/* ----------------------------- referenciák ----------------------------*/

/* Kártyák: 100% átlátszó, nincs keret/árnyék */
.my-cards .card,
.my-cards .card-body {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Szöveg középre és fehérre */
.my-cards .card-title,
.my-cards .card-text {
  text-align: center;
  color: #fff;
  margin: 0;
}
.my-cards .card-title { margin: 15px 0 6px; font-size: 18px; }

/* Link ne húzódjon alá, se hover háttér */
.my-cards .card { text-decoration: none; }
.my-cards .card:hover,
.my-cards .card:focus {
  text-decoration: none;
  background: transparent !important;
}

.my-cards .col-xs-12 {
  margin-bottom: 30px; /* több hely függőlegesen a kártyák között */
}

.my-cards .card-body {
  padding-bottom: 20px; /* kártya belső alsó tér */
}

.reference {
	margin-left: 30px;
	margin-right:30px;
}
 
