/* 🌳 Háttér: zöldes-barnás gradient */
#smol{
    width: 115px;

}

@media (min-width: 560px) {
    .arak-button {
        margin-left: 51%;
    }
  } 
  @media (max-width: 560px) {
    .arak-button {
        margin-left: 40%;
    }
  }


.arak-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px; /* tetszés szerint állítható */
  }

  .arak-button {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(145deg, #f0f0f0, #dcdcdc);
    color: #333;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-size: 1rem;
  }

  .arak-button:hover {
    background: #ffffff;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }

  .arak-button:active {
    transform: translateY(1px);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
  }
.gallery-strip {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    margin-bottom: 40px;

  }

  .comparison-pair {
    display: flex;
    gap: 10px;
    overflow-x: auto;

  }

  .comparison-image {
    flex: 0 0 auto;
    width: 48%;
    max-width: 400px;
    background-color: #2e2f31;
    border-radius: 10px;
    padding: 5px;

  }

  .comparison-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
  }

  .caption {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1rem;
    text-align: center;
    margin-top: 6px;
    color: #cacaca !important;
  }

  .caption-after {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 0.85rem;
    text-align: center;
    margin-top: 6px;
    font-family: 'Pacifico', cursive;
    color: #cacaca !important;
  }

  @media (min-width: 480px) {
    .gallery-strip {
        align-items: center;
    }
  }

  @media (max-width: 480px) {
    .comparison-image {
      width: 80vw;
    }
  }

.pricing-button {
    display: inline-block;
    padding: 12px 12px;
    background-color: #a73207; /* korall szín – feltűnő, de barátságos */
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .pricing-button:hover {
    background-color: #df4213;
    transform: scale(1.05);
  }
.gallery {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .gallery-item {
    width: 100%;
    height: 100%;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-item img {
    width: 160px;
    height: 160px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gallery-item:hover img {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }

  .gallery-title {
    margin-top: 10px;
    font-size: 18px;
    color: #ffffff;
  }

  @media (max-width: 900px) {
    .gallery {
      flex-direction: column;
      align-items: center;
    }
  }

#before-after-slider {
    color: white;
}

.slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.image-pair-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    min-height: 350px;
}

.image-pair {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px;
}

.image-pair.active {
    display: flex;
}

.image-box {
    flex: 1 1 300px;
    max-width: 400px;
    text-align: center;
}

.image-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.4);
    transition: transform 0.3s ease;
}

.image-box img:hover {
    transform: scale(1.03);
}

.label {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #ffc107;
}

.arrow-icon {
    font-size: 2.5rem;
    color: #ffc107;
}

.nav-btn {
    background-color: #1a472a;
    color: white;
    border: none;
    padding: 12px 12px;
    font-size: 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.nav-btn:hover {
    background-color: #146c43;
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .arrow-icon {
        display: none;
    }

    .image-pair {
        flex-direction: column;
    }

    .image-box {
        max-width: 90%;
    }
}





body {

    background: linear-gradient(135deg, #4e3b31, #7a6b5a, #8c7b65, #2e512f);
    background-attachment: fixed;
    color: white;
    font-family: Serif, Garamond;
    background-image: url(backgroundimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.price-card h4 {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 5px;
}

.price-card .arrow-icon {
    display: block;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.price-card.active .arrow-icon {
    transform: rotate(180deg);
}

.price-details {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    text-align: left;
}

/* 🌿 Kiemelt szekciók háttere (áttetsző sötétítés) */
/* 🌌 Háttér konténer, ami mindent egységesen lefed */
#content-wrapper {
    background: rgba(20, 20, 20, 0.9); /* Egységes sötétszürke háttér */
    padding: 1%; /* Szélek távolsága */
    border-radius: 10px; /* Lekerekített sarkok */
    width: 100%;
    max-width: 1200px;
    margin: auto; /* Középre helyezés */
}

/* 🔲 Eltávolítjuk a belső elemek saját háttérszínét */
.section {
    background: transparent !important; /* Átlátszó háttér, hogy ne törje meg az egységes dizájnt */
    padding: 15px;
}

.carousel-inner {
    align-self: auto;
    width: 80%;
    height: 10%; /* Fix magasság */
}

.carousel-item img {
    width: 100%;
    height: 100%;

    object-fit: cover; /* A kép kitölti a területet, torzulás nélkül */
}

/* 💚 Gombok és interaktív elemek */
button, .btn {
    background-color: #1a472a;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

button:hover, .btn:hover {
    background-color: #146c43;
}

/* 📜 Ár- és szolgáltatás kártyák */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 5;
    display: none;
    transition: background 0.5s ease-in-out; /* 🔄 Fokozatosan sötétedik */
}

/* 🔽 Lenyíló rész (egységes háttér) */
.price-card {
    position: relative;
    z-index: 10;
    background: rgba(0, 50, 0, 0.85); /* 🟩 Egységes sötét háttér */
    transition: background 0.3s ease-in-out;
}

.price-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.2);
}

/* 🔽 Lenyíló rész */
.price-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 0;
}

/* 🟩 Árak és szolgáltatások doboz */
.price-card, .extra-services {
    background: rgba(0, 50, 0, 0.85); /* Sötétzöld egységes háttér */
    border-radius: 8px;
    padding: 15px;
    margin: 10px 0;
}

/* 📱 Telefonbarát méretek */
@media (max-width: 768px) {
    .price-card {
        font-size: 14px;
        padding: 12px;
    }
    
    .price-details {
        font-size: 13px;
    }

    .row {
        flex-direction: column;
    }
}
body {
    font-family: 'Roboto', sans-serif;
    background-color: #121212;
    color: #ffffff;
}

.navbar {
    background-color: #1f1f1f;
}

.navbar-brand {
    font-family: 'Pacifico', cursive;
    font-size: 1.8rem;
    color: #ffc107 !important;
}

.nav-link {
    color: #ffffff !important;
    margin-left: 15px;
    transition: color 0.3s;
}

.nav-link:hover {
    color: #ffc107 !important;
}

.highlight {
    color: #ffc107;
}

.carousel-inner img {
    align-self: auto;
    max-height: 400px;
    object-fit: cover;
}
.custom-toggler {
    background-color: #383737; /* Light grey */
    border: 1px solid #2b2a2a;
    padding: 6px 10px;
    border-radius: 4px;
  }
  #autouj{
    font-size:300%;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: 'Caveat', cursive;
    color: #ffc107;
  }
  @media (min-width: 560px) {
    #logos {
        margin-top: 100px;
    }
  }