a:hover, a:visited, a:link, a:active{
    text-decoration: none;
}
.property-card img {
    height: 200px;
    object-fit: cover;
}
.section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}
.category-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s;
}
.category-img:hover {
    transform: scale(1.03);
}
.about-section {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-top: 4rem;
    border-radius: 0.5rem;
}

.card_emel:hover {
    transform: scale(1.03);
    transition: transform 0.3s;
}


/* Kompakt dropdown mezők */
.custom-filter select.form-select {
  padding: 0.25rem 0.5rem; /* kisebb belső tér */
  font-size: 0.875rem;      /* kisebb betűméret */
}

/* Label kisebb margóval és betűmérettel */
.custom-filter .form-label {
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

/* Gomb méretének csökkentése */
.custom-filter button.btn {
  padding: 0.4rem 0.75rem;
  font-size: 0.875rem;
}

/* Kevesebb margó a sorok között */
.custom-filter .form-control,
.custom-filter .form-select {
  margin-bottom: 0.25rem;
}

.custom-filter .form-select {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    font-size: 0.875rem;
    height: auto;
}

.custom-filter .col-md-2 {
    margin-bottom: 0.5rem;
}

.custom-filter{
    padding-bottom: 1rem;
}


.navbar {
    font-size: 1.25rem; 
}

.navbar .navbar-nav {
    margin-left: auto;  
    gap: 2rem;
}

.navbar .nav-link {
    padding: 1rem 1.5rem; 
}

@media (max-width: 992px) {
    .navbar .nav-link {
        font-size: 1rem; 
        padding: 0.75rem 1rem; 
    }
    .navbar .navbar-nav {
        gap: 0; 
    }
    
}


.logo-img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -18px; /* vagy igazítsd finoman ha kell */
    left: 0;
    object-fit: contain;
    z-index: 1;
}
@media (max-width: 992px) {
    .logo-img {
        width: 75px;
        height: 75px;
        position: absolute;
        top: -18px; /* vagy igazítsd finoman ha kell */
        left: 0;
        object-fit: contain;
        z-index: 1;
    }
    
}

.footer-title {
    font-weight: bold;
    font-size: 1.4rem; /* vagy amit szeretnél */
    margin-bottom: 0.5rem;
}

.preview-container {
    position: relative;
    width: 120px;
    height: 90px;
}
.preview-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #dc3545;
    border: none;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.category-link {
    text-decoration: none;
    color: inherit;
    position: relative;
    display: block;
    transition: all 0.3s ease;
}

.category-link .arrow {
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 1.2rem;
    color: #0d6efd; /* Bootstrap primary */
}

.category-link:hover .arrow {
    opacity: 1;
    transform: translateX(0);
}


.szolgaltatas-leiras h2 {
    margin-top: 2rem;
}

.szolgaltatas-leiras p {
    line-height: 1.7;
}


.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    content: "›"; /* szebb mint a / */
    color: #6c757d;
  }
  
  .breadcrumb-item a {
    color: #0d6efd;
    text-decoration: none;
  }
  
  .breadcrumb-item a:hover {
    color: inherit;
    text-decoration: none;
  }
  
  .breadcrumb-item.active {
    color: #6c757d;
  }

  .breadcrumb-icon {
    color: inherit;
    text-decoration: none;
  }
  
  .breadcrumb-icon:hover {
    color: inherit;
    text-decoration: none;
  }


.accordion-button {
    background-color:#f8f9fa /*#f8f9fa*/;
    color: #333;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    background-color: #e9ecef;
    color: #000;
    box-shadow: none;
}

.accordion-body {
    line-height: 1.7;
}

.profilkep {
    width: 120px;
    border-radius: 50%; /* kerek kép */
    margin-bottom: 1em;
}

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}

.bg-light .btn-outline-primary {
    color: #0b5ed7; /* sötétebb kék */
}

.kulcsszo {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.kulcsszo.uj {
    opacity: 0;
    transform: translateY(10px);
}

.hero {
    height: 800px;
}

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

.card-img-top {
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}

.trumbowyg-box.is-invalid {
    border: 1px solid #dc3545;
    border-radius: 0.375rem;
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}

th.sortable {
    cursor: pointer;
}

th.sortable:hover {
    background-color: #f8f9fa;
}




.offcanvas-backdrop {
    background-color: rgba(0, 0, 0, 0.15); /* halványabb */
}


.preview-container {
    width: 120px;
    height: 180px; /* elég nagy ahhoz, hogy beleférjen a kép + alt mező */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.preview-container img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.preview-container input {
    margin-top: 0.5rem;
    width: 100%;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.remove-prew-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #dc3545;
    border: none;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}

#preview {
    padding-bottom: 1rem;
}