/* Import */
@import url("font-awesome.min.css");

/* Base Styles */
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Layout Padding */

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

/* Heading Container */
.heading_container {
  display: flex;
  flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  text-align: left;
}

.heading_container h2::before {
  content: "";
  width: 40px;
  height: 7px;
  background-color: #363eb3;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 1;
}

.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  transform: translateX(-50%);
}

/* Header Section */

/* === Announcement Bar Stílusok === */
.header_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1c1c1c;
}

.announcement-bar {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 40px;
  position: relative;
}

.announcement-container {
  position: relative;
  width: 70%;
  height: 40px;
  overflow: hidden;
  perspective: 800px;
}

.announcement {
  position: absolute;
  width: 100%;
  height: 100%; /* Teljes magasság kitöltése */
  top: 0;
  left: 0;
  display: flex;
  align-items: center; /* Függőleges középre igazítás */
  justify-content: center; /* Vízszintes középre igazítás */
  opacity: 0;
  transition: opacity 0.5s ease;
  color: #fff;
  font-size: 15px;
  padding: 0 15px;
}

.announcement.active {
  opacity: 1;
  transform: translateX(0);
}

.announcement.next {
  transform: translateX(100%);
}

.announcement.prev {
  transform: translateX(-100%);
  opacity: 0;
}

.nav-arrow {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0 10px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-arrow:hover {
  color: #363eb3;
}

/* === Reszponzív Stílusok === */
@media (max-width: 768px) {
  .announcement-bar {
    position: relative;
    gap: 8px;
    min-height: 50px;
  }

  .announcement-container {
    height: auto;
    min-height: 50px;
  }

  .announcement {
    line-height: 1.4;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-size: 10px;
  }

  .announcement.active {
    transform: translateY(0) translateX(0);
  }

  .nav-arrow {
    font-size: 20px;
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  .announcement {
    flex-direction: column;
    line-height: 1.3;
    padding: 10px;
  }
  
  .announcement-container {
    width: 75%;
  }
}
.header {
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #1c1c1c;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

#navbarSupportedContent {
  justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 35px 15px 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, 
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: #1c1c1c;
}

.navbar-brand {
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-brand img {
  height: 70px;
  width: auto;
  transition: all 0.3s;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 15px;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
}

.custom_nav-container .navbar-toggler span::before, 
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  border-radius: 15px;
  top: -10px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, 
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}

/* Hero Section */
.hero-section {
  position:relative;
  
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 100vh;

}

body{padding-top: 100px;}

.hero-media {
  padding-top: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.hero-text {
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-title {
  font-size: 4rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.brand-blue { color: #363eb3; }
.brand-red { color: #CE1118; }

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.hero-actions {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.btn-hero-primary {
  padding: 1rem 2.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  min-width: 180px;
}

.btn-hero-secondary {
  padding: 1rem 2.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  min-width: 180px;
}

/* Mindkét gomb hover állapota */
.btn-hero-primary:hover,
.btn-hero-secondary:hover {
  background: transparent !important;
}

/* Primary gomb hover színezés (fehér szöveg + fehér keret) */
.btn-hero-primary:hover {
  color: #363eb3 !important;
  border-color: #363eb3 !important;
}

/* Secondary gomb hover színezés (piros szöveg + piros keret) */
.btn-hero-secondary:hover {
  color: #CE1118 !important;
  border-color: #CE1118 !important;
}

/* Reszponzív stílusok */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-media {
    height: 100%;
    top: 0px; /* Felfelé tolás */
  }

  .hero-media .desktop-img {
    display: none;
  }
  
  .mobile-img {
    display: block;
  }
  
  
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    max-width: 300px;
  }
}

/* Slider Section */
.slider_section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  margin-top: 0;
}

.slider_section .row {
  align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box .blue {
  color: #363eb3;
}

.slider_section .detail-box .red {
  color: #CE1118;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: flex;
  margin-top: 30px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #CE1118;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #363eb3;
  color: #363eb3;
}

.btn-box {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Térköz a gombok között */
}

.top-buttons {
  display: flex;
  gap: 10px; /* Térköz a két felső gomb között */
}

@media (max-width: 768px) {
  .top-buttons {
    flex-direction: row /* Mobilnézetben függőleges elrendezés */
  }
}

.slider_section .detail-box .btn-box .btn-3:hover {
  background-color: transparent;
  border-color: #CE1118;
  color: #CE1118;
}

.slider_section .img-box {
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

/* About Section */
.about_section {
  background-color: #1c1c1c;
}

.img-container {
  margin-bottom: 20px;
}

.about-image {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-container {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}

.about-container .detail-box h2 {
  margin-bottom: 20px;
}

.about-container .detail-box p {
  margin-bottom: 20px;
}

.about-container .btn-box {
  margin-top: 20px;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
  margin-top: 45px;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #363eb3;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #363eb3;
  color: #363eb3;
}

/* Service Section */
.service_section {
  background-color: #1c1c1c;
}

.service_section .heading_container {
  color: #ffffff;
}

.service_section .box {
  background-color: #ffffff;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
}

.service_section .box .img-box svg {
  width: 75px;
  height: auto;
  fill: #1c1c1c;
}

.service_section .box .detail-box {
  margin-top: 25px;
}

.service_section .box .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .box .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #363eb3;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .box .detail-box a:hover {
  background-color: transparent;
  border-color: #363eb3;
  color: #363eb3;
}

.service_section .row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Client Section */
.client_section {
  background-color: #f9f9f9;
}

.client_section .heading_container h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 75px;
}

.client_section .box .img-box {
  width: 145px;
  align-items: center;
}

.client_section .box .img-box img {
  width: 100%;
  align-items: center;
}

.contact_link2 {
  color: #363eb3;
}

.client_section .contact_link2 span {
  font-size: 25px;
  font-weight: bold;
}

.client_section .box .detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #ffffff;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}

/* Info Section */
.info_section {
  background-color: #101010;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row > div {
  margin-bottom: 25px;
}

.info_section .row {
  justify-content: center;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.square-img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.info_section .info_logo {
  align-items: center;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;
}

.info_section .info_contact {
  display: flex;
  flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 30px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #363eb3;
  border-radius: 30px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* Footer Section */
.footer_section {
  font-weight: 500;
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: #101010;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: rgba(254, 254, 255, 0.7);
}

/* Header Bottom */
.header-logo {
  height: 50px; /* Fix magasság */
  width: auto;  /* Arányok megtartása */
}


.header_bottom {
  background-color: #0A0907;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.header_bottom.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: #0A0907;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

/* Product Card */
.product-card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
  width: 400px;
  margin: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.product-card .card-text {
  flex-grow: 1;
}

.card {
  border: none;
}

.card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.card-body .card-text {
  flex-grow: 1;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-body img {
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 10px;
}

.card-body button {
  margin-top: auto;
}

.product-card:hover {
  transform: translateY(-10px);
}

.card-img-top {
  max-width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}

/* Product List Section */
.product_list_section {
  background-color: #1c1c1c;
}

.product_list_section .heading_container {
  color: #f9f9f9;
}

.product_list_section .container .heading_container.heading_center .filter {
  color: #f9f9f9;
}

.filter {
  display: inline-block;
  vertical-align: middle;
}

.card-title {
  text-align: center;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}

.product_list_section .row {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Responsive Images */
.desktop-img {
  display: block;
}

.mobile-img {
  display: none;
}

/* Scroll Arrow */
.scroll-arrow {
  display: flex;
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
}

.scroll-arrow:hover {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate(-50%, 0);
  }
  40% {
    transform: translate(-50%, -10px);
  }
  60% {
    transform: translate(-50%, -5px);
  }
}

#featured-products {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  justify-content: flex-start;
}

#featured-products .product {
  scroll-snap-align: start;
}

.product-card {
  flex: 0 0 auto;
  width: 400px;
  scroll-snap-align: start;
}

.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  min-height: 300px;
}

.product-card .card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-bottom: 50px;
}

.product-card .btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
  text-align: center;
}

.modal-body {
  font-size: 0.9rem;
}

.modal-body h6 {
  margin-top: 10px;
  font-weight: bold;
}

.modal-body ul {
  padding-left: 20px;
  list-style-type: disc;
}

.modal-body img {
  max-width: 100%;
  height: auto;
}

/* Contact Section */
.contact_section {
  background-color: #f9f9f9;
  padding: 50px 0;
}

.contact_section .heading_container {
  margin-bottom: 40px;
}

.contact_section .contact_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.contact_section .contact_item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  transition: color 0.3s ease;
}

.contact_section .contact_item i {
  font-size: 24px;
  margin-right: 10px;
  color: #555;
}

.contact_section .contact_item:hover {
  color: #007bff;
}

.contact_section .contact_item:hover i {
  color: #007bff;
}

.btn_container {
  text-align: center;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #363eb3;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

.btn2 {
  background-color: #CE1118;
}

.btn:hover {
  background-color: #363eb3;
}

.btn2:hover{
  background-color: #CE1118;
}

.filters {
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.filters select {
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.filters select:hover {
  border-color: #363eb3;
}

@media (max-width: 768px) {
  /* Heading container beállítások */
  .heading_container.heading_center h2::before,
  .heading_container h2::before {
      left: 50%;
      transform: translateX(-50%);
  }

  /* Sectionek beállításai */
  section,
  .about_section,
  .service_section,
  .client_section,
  .contact_section {
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
      max-width: 100%;
      text-align: center; /* text-align hozzáadva */
  }

  .slider_section {
      height: auto; /* állítható magasság */
      padding-top: 20px;
      padding-bottom: 20px;
  }

  /* About szekció képek és boxok */
  .about_section .img_container .img-box img {
      width: 100%;
      height: auto;
      border-radius: 15px;
  }

  .about_section .detail-box {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }

  /* Hero szekció beállításai */
  .hero_area {
      height: 60vh;
  }

  .hero_background .img-box img {
      object-fit: cover;
      object-position: center;
  }

  .hero_background .img-box,
  .contact_section .contact_bg_box .img-box {
      object-fit: cover;
      object-position: center;
  }

  /* Kép mobil nézetben */
  .desktop-img {
      display: none;
  }

  .hero-img {
    margin-top: 50px;
  }

  .mobile-img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  /* Header top elrejtése */


  /* Heading h2 beállítások */
  .heading_container h2 {
      position: relative;
      font-weight: bold;
      text-transform: uppercase;
      padding-bottom: 10px;
      text-align: center; /* text-align hozzáadva */
  }

  .heading_container h2::before {
      content: "";
      width: 50%;
      height: 7px;
      background-color: #0008ff;
      border-radius: 10px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
  }

  .product-card {
      width: 300px;
    }
}

/* Mobil nézet: 3 oszlopos grid */
@media (max-width: 768px) {
  .product-card {
    height: auto;
  }

  html, body {
    overflow-x: hidden;
  }

  #featured-products {
    padding-top: 20px; /* Megnövelt padding a tetején */
  }

  #featured-products {
    padding-top: 20px; /* Megnövelt padding a tetején */
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 80%;
    max-width: 300px;
    padding: 20px;
    background-color: #1c1c1c;
    z-index: 999999;
    transition: all 0.1s ease;
    overflow-y: auto;
  }

  .navbar-collapse.show {
    left: 0;
    box-shadow: 3px 0 15px rgba(0,0,0,0.2);
  }

  .custom_nav-container .navbar-nav {
    margin-left: 0;
    padding-top: 50px;
    flex-direction: column;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 15px 0 !important;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .navbar-toggler {
    position: relative;
    z-index: 9999999;
  }

  /* Hamburger animáció */
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: #fff;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before {
    transform: rotate(-90deg) translate(-10px, 0);
    opacity: 0;
  }

  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    transform: rotate(90deg) translate(-10px, 0);
    opacity: 0;
  }

  /* Overlay */
  .navbar-collapse::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.1s;
  }

  .navbar-collapse.show::before {
    opacity: 1;
    left: 0;
  }
}
/* Menüpontok hover effekt */
.nav-link {
  position: relative;
  padding: 0.5rem 1rem !important;
  transition: all 0.1s;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #363eb3;
  transition: width 0.1s;
}

.nav-link:hover::after {
  width: 100%;
}


#termékek::before {
  content: "";
  display: block;
  height: 100px; /* Amennyivel feljebb akarod tolni */
  margin-top: -50px;
  visibility: hidden;
}
#kapcsolat::before {
  content: "";
  display: block;
  height: 150px; /* Amennyivel feljebb akarod tolni */
  margin-top: -50px;
  visibility: hidden;
}
#rólunk::before {
  content: "";
  display: block;
  height: 150px; /* Amennyivel feljebb akarod tolni */
  margin-top: -50px;
  visibility: hidden;
}