
:root,
[data-bs-theme=light] {
  --bs-primary: #ffffff;
  --bs-primary-rgb: 255, 255, 255;
  --bs-link-color: #3e92d0; }

[data-bs-theme=dark] {
  color-scheme: dark; }

/*# sourceMappingURL=style.css.map */

/*ALAP*/
html{
  margin: 0;
}
body{
  overflow-x: hidden;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
}
body a, .blog-data{
  color: #3d92d0;
  text-decoration: none;
}
body a:hover{
  color: #2e6f9e;
}
h5{
  color: white;
}

h6{
  font-family: 'Roboto', sans-serif;
  color: #3d92d0;
  margin: 0;
}

h1, h2, h3, h4, p, .social{
  color: #575757;
}
/*HEADER*/
.header-menu{
    display: flex;
    gap: 15px; 
    list-style: none;
    margin-top: 15px;
}
.header-menu a {
    position: relative;
    text-decoration: none;
    padding-bottom: 5px;
    transition: color 0.3s ease-in-out;
    color: #575757;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 20px;
}
.social a{
  text-decoration: none;
  color: #575757;
  margin-left: 5px;
}
.header-menu .navbar-nav .menu-item li {
    display: inline-block;
}

.header-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, white, #3e92d0, white);
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.header-menu a:hover::after {
    opacity: 1;
}

.header-menu li {
    display: inline-block;
}
.header-menu a:hover, .social a:hover{
  color: black ;
}
.header-menu, .mobile-menu{
  justify-content: flex-end;
}
/*FOOTER*/
footer{
  background: #4a4949;
  color: white;
}
footer .container .adatok a{
  color: #f2f2f2 !important;
  text-decoration: none;
}

.footer-menu li{
  display: inline-block;
}
.footer-menu a{
  color: #f2f2f2;
  text-decoration: none;
  padding-left: 15px;
}
.footer-menu a:hover, footer .container .adatok a:hover{
  color: white;
}
/*AJANLATKERES_BOX*/
.ajanlatkeres, .szolg, .szolgal{
  background-color: #eaeaea;
}
.hirek-btn{
  color: white;
  background-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: white;
  transition: color 0.3s ease-in-out;
  padding: 5px 20px;
  border-width: 1px;
}
.hirek-btn:hover{
  color:#3d92d0;
  background-color: white ;
}
.ajanlatkeres-btn{
  color: #3d92d0;
  background-color: transparent;
  border-radius: 0;
  border-style: solid;
  border-color: #3d92d0;
  transition: color 0.3s ease-in-out;
  padding: 5px 20px;
}
.ajanlatkeres-btn:hover{
  border-color: black;
}
.csomagok{
  background: #eaeaea;
}
/*STATIKUS*/
.stat-hero{
  background-size: cover;
  background-position: center; 
  width: 100%; 
  min-height: 60vh;
}
/*BLOG*/
.blog-elem{
  height: 50vh;
  width: 50vh;
  background: red;
  margin: 0;
  padding: 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
.blog-elem:hover{
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.blog-cap{
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 100px;
  transition: all 0.3s ease-in-out;
}
.blog-cap:hover{
  background-color: rgba(255, 255, 255);
}
.blog-cap a{
  color: black;
}
/*SZOLGÁLTATÁSOK*/
.row .csomag-wrap{
  background-color: white;
}

.ar{
  background: #3d92d0;
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2),
              4px 4px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}

.ar:hover{
  box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.2),
              0px 4px 10px rgba(0, 0, 0, 0.4);
}
.csillag{
  color: #575757;
  font-size: 35px;
}
/*SZOLGÁLTATÁS_BEJEGYZÉS*/
.szolg{
  min-height: 50rem;
}
.szolg .szeles-box{
  display: flex;
  width: 70%;
}
.box-item{
  margin-top: -25vh;
}
.box-ok, .szolg .szeles-box{
  width: 80%;
}

/*KAPCSOLAT*/
.custom-input,
.custom-textarea {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background-color: transparent;
    transition: border-color 0.3s ease;
}

.custom-input:focus,
.custom-textarea:focus {
    border-color: #3d92d0;
    background-color: #fff;
    outline: none;
}

.custom-textarea {
    height: 150px;
    resize: vertical;
}

.custom-submit {
    background-color: transparent;
    margin: 20px 0px;
    color: #3d92d0;
    padding: 3px 40px;
    border: 2px solid #3d92d0;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-submit:hover {
    background-color: #3d92d0;
    color: white;
}
.kapcsolat{
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
/*FŐOLDAL*/
#customGallerySlider .carousel-item.active{
    display: flex; 
    justify-content: space-between;
    align-items: center; 
}

#customGallerySlider .carousel-item .col-3 {
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
}

#customGallerySlider .custom-bw-image {
    max-height: 100px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

#customGallerySlider .custom-bw-image:hover {
    filter: grayscale(0%);
}

#customGallerySlider .carousel-inner {
    display: flex;
    flex-wrap: nowrap;
}
/*RESZPONZÍV*/
@media (max-width:425px){
  .szolg .szeles-box{
    display: flex!important;
    width: 100%!important;
  }
  .box-item{
    margin-top: 0;
  }
  .box-ok, .szolg .szeles-box{
    width: 100%;
  }
  .blog-data a, .blog-cap a{
    font-size: 20px !important;
  }
}
