.open-sans-<uniquifier> {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
    "wdth" 100;
}

:root {
    --primary: #03bfc0;
    --secondary: #004488;
    --light: #F0FBFC;
    /*--dark: #181d38;*/
    --dark: #004488;
    
    --red: #c10d0b;
    --blue: #0a3683;
    --green: #36830a;
    --yellow: #ffe115;
    --beige: #dbcfa2;
}
.btn.btn-primary{
    background: var(--primary);
    border-color: var(--primary);
}
.text-primary {
    color: var(--primary) !important;
}
.text-gradient{
    background: linear-gradient(45deg, #004488, #03bfc0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
::selection {
    background: #004488;
    color: #fff; /* opcionális, hogy látszódjon */
}

/* Firefox miatt */
::-moz-selection {
    background: #004488;
    color: #fff;
}

body{
    font-family: "Open Sans", sans-serif;
    background: #e3f3f3;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-20{
    border-radius: 20px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 25px;
    bottom: 100px;
    z-index: 99;
}
.text-info {
    color: #03bfc0 !important;
}
.bg-info {
    background-color: #03bfc0 !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bg-dark {
    /*background-color: #004488 !important;*/
    background-color: #002d5a !important;
}
.btn-primary {
    letter-spacing: initial;
    }
.btn-blue {
    color: #fff;
    background-color: #03bfc0;
    border-color: #03bfc0;
    border-radius: 50px !important;
}
.btn-dark-blue {
    color: #fff!important;
    background-color: #004488;
    border-color: #004488;
    border-radius: 50px !important;
}
.btn-dark-blue:hover {
    transform: translateY(-1px);
}
.btn-info {
    color: #ffffff;
    background-color: #03bfc0;
    border-color: #03bfc0;
}
.btn-info:hover {
    color: #fff;
    background-color: #004488;
    border-color: #004488;
}
.navbar .dropdown-toggle{
    padding: 12px 25px !important;
}
.navbar .dropdown-toggle.btn-primary:active, .nav-item.dropdown.show .btn-primary{
    color: #fff!important;
    background-color: #004488!important;
    border-color: #004488!important;
}
.shadow-sm {
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
.alert{
    border: 0;
    border-radius: 12px;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*.img-fluid{
    border-radius: 20px;
}*/

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px!important;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    border-radius: 50px;
}

.slideInRight{
    border-radius: 50px;
}

.border-16{
    border-radius: 16px;
}

.border-20{
    border-radius: 20px;
}

.border-50{
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/*Jobs*/
/*select.select2 {
    visibility: hidden;
}*/

select.select2 {
    visibility: hidden;
    height: 46px;
}

.select2-container {
    visibility: visible !important;
}

.select2-loading-placeholder {
    position: absolute;
    width: 97%;
    top: 0;
    left: 0;

    border-radius: 6px;
    background: #f6f7fb;
    border: 0;
    border-radius: 12px;
    min-height: 46px;
    display: flex;
    align-items: center;
}

.btn-input{
    background: #f6f7fb;
    border: 0 !important;
    border-radius: 12px;
    height: 46px;
    font-weight: 400;
}
.btn-input:hover{
    background: initial;
}

.dropdown-menu{
    border-radius: 12px;
    border: 0;
    overflow: hidden;
}

/* Ha multiple */
.select2-loading-placeholder.multiple {
    height: 120px; /* állítsd a magasságot */
}
.form-control:disabled, .form-control:read-only {
    background-color: #f6f7fb;
}
.form-control:focus, .btn-check:focus+.btn-light, .btn-light:focus {
    color: #52565b;
    background-color: #f9f9fb;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e0e2eb;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 10px;
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    right: 0;
    left: auto;
    padding: 0 7px;
}

.search-wrap{ max-width: 1080px; margin: 0 auto; }
    .search-bar{
      background:#fff; border-radius:18px; padding:18px; box-shadow:0 6px 20px rgba(0,0,0,.04); padding-right:15px!important; padding-left: 15px!important;
    }
    .s-input{
      background:#f6f7fb; border:0; border-radius:12px; height:46px; padding:0 14px;
    }
    .s-btn{
      width:46px; height:46px; border-radius:12px;
      display:flex; align-items:center; justify-content:center;
    }

    /* Select2 to match pill look */
    .select2-container--default .select2-selection--multiple,
    .select2-container--default .select2-selection--single{
      background:#f6f7fb; border:0; border-radius:12px; min-height:46px;
      display:flex; align-items:center;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
      padding-left:20px;
      font-size: 15px;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered{
      padding: 6px 10px;
      margin-bottom: 0;
    }
    .select2-container--default .select2-selection--multiple .select2-selection__choice{
      margin-top: 6px; border:0; border-radius:10px;
    }

    .job-grid, .listing-grid{ margin-top: 18px; }
    .job-card{
      border:0; border-radius:16px; overflow:hidden;
      box-shadow:0 10px 24px rgba(0,0,0,.06);
    }
    .job-cover{
      position:relative; height:140px; background:#111;
      background-size:cover; background-position:center;
    }
    /* black overlay */
    .job-cover:after{
      content:""; position:absolute; inset:0;
      background:rgba(0,0,0,.55);
    }

    .job-badge, .listing-badge{
      position:absolute; z-index:2; top:12px; left:12px;
      background:rgba(0,0,0,.65); color:#fff;
      padding:4px 10px; border-radius:999px; font-size:12px;
    }
    .job-heart{
      position:absolute; z-index:2; top:12px; right:12px;
      width:34px; height:34px; border-radius:999px;
      background:rgba(255,255,255,.18);
      display:flex; align-items:center; justify-content:center;
      color:#fff;
    }
    .job-title{
      position:absolute; z-index:2; left:14px; right:14px; bottom:12px;
      color:#fff;
    }
    .job-title h6{
      margin:0; font-weight:700; color:#fff;
      text-shadow:0 2px 10px rgba(0,0,0,.55);
    }
    .job-title .salary{
      font-size:13px; opacity:.95; margin-top:4px; color:#fff;
      text-shadow:0 2px 10px rgba(0,0,0,.55);
    }
    .course-item .salary{
        margin-bottom: 20px;
    }

    .job-meta{ padding:14px; }
    .meta-line{
      display:flex; gap:10px; flex-wrap:wrap; color:#6b7280; font-size:13px;
      margin-top:10px;
    }
    .chip{
      display:inline-flex; align-items:center;
      padding:4px 10px; border-radius:999px;
      background:#f3f4f6; color:#374151; font-size:12px;
    }
    .chip.paid{ 
        background:#fff3cd; color:#7a5a00; 
        position: absolute;
        z-index: 9;
        top: 12px;
        right: 12px;
        padding: 4px 10px;
        border-radius: 999px;
        font-size: 12px;
}
    .small-muted{ color:#9ca3af; font-size:12px; }

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: 0;
    }

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    /*content: "\f107";*/
    content: "\ea4e";
    /*font-family: "Font Awesome 5 Free";
    font-weight: 900;*/
    font-family: 'remixicon' !important;
    font-style: normal;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -18px;
    transform: rotate(0deg)!important;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0 20px;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}
.dropdown-item {
    text-transform: initial;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

.text-primary{}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
/*.navbar-light a.btn {
    height: 75px;
}*/

.navbar-light .navbar-nav .nav-link {
    color: var(--dark)!important;
    font-weight: 600;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    height: 85px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.blog__item__pic.big img{
    object-fit: cover;
    height: 460px;
    max-width: 100% !important;
    width: 100%;
    border-radius: 15px;
}
.blog__item__pic img{
    object-fit: cover;
    height: 230px;
    max-width: 100% !important;
    width: 100%;
    border-radius: 15px;
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

/*.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}*/


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}
.course_buttons{
    margin-bottom: -15px;
}

/*** Categories & Courses ***/

.courses img{
    border-radius: 20px;
}
.course-item a{
    text-decoration: none;
    color: initial;
}
/*.featured .btn-dark-blue{
    color: #a15a21 !important;
    background-color: #fff3cd;
    border-color: #fff3cd;
}*/
.courses .horizontal{
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.course-item, .team-item, .service-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1.5625rem 2.8125rem rgb(111 121 149 / 16%) !important;
    background: #fff;
}
.course-item.featured, .team-item.featured, .service-item.featured{
    background: #fffdf7;
    box-shadow: 0 0rem 2rem rgb(255 243 205) !important;
    border: 2px solid #fff3cd;
}
.course-item img {
    object-fit: cover;
    object-position: center;
    height: 230px;
    width: 100%;
    display: block;
}
.course-item h5{
    min-height: 50px;
}
.course-image{
    position: relative;
    border-radius: 20px;
}
.course-image::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    /*box-shadow: inset 0 0 40px rgba(255,255,255,0.8);*/
}
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item .testimonial-text{
    border-radius: 20px;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
    border-radius: 10px;
}

.testimonial-carousel .owl-dot.active {
    /*background: var(--primary);
    border-color: var(--primary);*/
    background: var(--secondary);
    border-color: var(--secondary);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}
.page-wrap{ max-width: 1140px; margin: 0 auto; }

.alert-info {
    background-color: #9be1e1a3;
}
  /* HERO */
.hero{
  color:#fff;
  padding: 60px 0;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  box-shadow:0 10px 24px rgba(0,0,0,.06);
}
.hero_main{
    object-fit: contain;
    width: 100%;
}
    .hero_inside{
        height: 100%;
    }
.hero__search__form {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 50px;
    position: relative;
}
.hero__search__form .hero-search{
    width: 100%;
    color: #686868;
    font-size: 15px;
    padding-left: 20px;
    height: 65px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
}
.hero__search__form form button {
    width: 54px;
    height: 54px;
    position: absolute;
    right: 27px;
    top: 25px;
    font-size: 22px;
    background: #03b7b8;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hero__search__icons{ 
    font-size: 12px;
}
.hero__search__icons i{  
    font-size: 32px;
}
.hero__search__icons li{
    width: 18.5%;
    margin-right: 0;
}
/*.hero__search__icons li{
    padding: 10px 0 10px;
}*/

.hero__search__icons li.active, .hero__search__icons li:hover{
  margin-bottom: -4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px 50px 0 0 / var(--r);
  position: relative;
  --r: 25px; /* control the radius */
  line-height: 1.8; /* control the height */
  border-inline: var(--r) solid #0000;
  /*padding-inline: .5em;*/
  /*border-radius: calc(2*var(--r)) calc(2*var(--r)) 0 0/var(--r);*/
  mask: 
    radial-gradient(var(--r) at var(--r) 0,#0000 98%,#000 101%)
      calc(-1*var(--r)) 100%/100% var(--r) repeat-x,
    conic-gradient(#000 0 0) padding-box;
  background: rgba(255, 255, 255, 0.4) border-box; /* border-box is needed for a gradient coloration */
  /*width: fit-content;*/
}
.hero .select2-selection__clear{
    display: none;
}
.hero .select2-loading-placeholder {
    position: absolute;
    width: 40%;
    top: 20px;
    right: 20px;
    left: auto;
    border-radius: 50px;
    background: #f6f7fb;
    border: 0;
    min-height: 65px;
    display: flex;
    align-items: center;
}
.hero__search__icons li:not(.active):hover{
    background: rgba(255, 255, 255, 0.1);
}
.hero__search__form .select2-container{
    width: 40% !important;
    position: absolute;
    top: 20px;
    right: 20px;
}
.hero__search__form .select2-container--default .select2-selection--multiple, .hero__search__form .select2-container--default .select2-selection--single{
    border-radius: 50px;
    min-height: 65px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-radius: 20px 40px 0 0;
}

.hero .select2-selection__arrow{
    display: none;
}

.select2-results li.select2-results__option{
    padding: 10px 20px!important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #03b7b8;
}
.select2-dropdown {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
}
.select2-dropdown.select2-dropdown--below{
    box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
}
/*.hero__search__icons li:first-child::before{
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 120px;
    height: 60px;

    background: white;
    
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;

    z-index: -1;
}*/

.hero__search__icons li a{
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 13px;
}
.hero__search__icons li a:hover{
    color: #fff;
}
.hero__search__icons li.active a, .hero__search__icons li.active i {
    /*color: #005657;*/
    background: linear-gradient(45deg, #004488, #03bfc0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero__search__icon{
    /*width: 70px;*/
    width: auto;
    height: 70px;
    /*background: #fff;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;  
    transition: .2s ease; 
    margin-bottom: 0;
    color: #fff;
}
.hero__search__icon img{
    transition: .2s ease;
    width: 100%; 
}
.hero__search__icon:hover img{
    transform: scale(1.2);
}
.hero-title{
    font-weight: 800;
    line-height: 1.3;
    position: relative;
    z-index: 10;
    /*color: #004488;*/
    color: #005657;
}
.nav-link {
    display: block;
    /*padding: .5rem 1rem 1.5rem;*/
    /*padding: .5rem 0.1rem 1.5rem;    */
    color: #06BBCC;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.hero__search__icons .nav-link {
    padding: .5rem 0.1rem 1.5rem;    
}
.text-wrapper{
    display: inline-block;
    min-height: 1.5em;
    overflow: hidden;
    vertical-align: bottom;
    margin-bottom: -10px;
}

.slide-text{
    display: inline-block;
    font-weight: 800;
    /*background: #005657;*/    
    text-shadow: 0 4px 12px rgba(0,166,178,0.25);
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    text-shadow: 0 4px 12px rgba(0, 166, 178, 0.25);
    border-radius: 50px;
}

/* animáció */
.slide-in{
    animation: slideIn 0.4s ease forwards;
}

.slide-out{
    animation: slideOut 0.4s ease forwards;
}

@keyframes slideIn{
    from{
        transform: translateY(-12px) scale(0.95);
        opacity: 0;
    }
    to{
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes slideOut{
    from{
        transform: translateY(0) scale(1);
        opacity: 1;
    }
    to{
        transform: translateY(12px) scale(0.95);
        opacity: 0;
    }
}


.hero-glass{
  display:inline-block;
  padding:10px 12px;
  border-radius:14px;
  background: rgba(0,0,0,.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.14);
}
  .hero-inner{ max-width: 1140px; margin: 0 auto; padding: 0 16px; }
  .hero h1{ font-size: 48px; font-weight: 700; margin: 0 0 20px; color: #ebf8f8; letter-spacing: -1px;}
  .hero-meta{
    display:flex; flex-wrap:wrap; gap:14px; align-items:center;
    opacity:.95; font-size: 13px;
  }
  .hero-meta .meta{
    display:inline-flex; align-items:center; gap:6px;
    color: rgba(255,255,255,.85);
    margin-top: 0;
  }
  .hero-meta span{ display:inline-flex; align-items:center; gap:6px; }
  .hero-actions{ display:flex; gap:10px; justify-content:flex-end; align-items:flex-start; }
  .pill{
    display:inline-flex; align-items:center;
    padding: 4px 10px; border-radius: 999px;
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.92);
    font-size: 12px;
  }
  .pill.yellow{
    background:#f6e3b2; color:#3b3b3b;
  }

  .hero-actions{
    display:flex; gap:10px; justify-content:flex-end; align-items:flex-start;
  }
  .btn-apply{
    border:0;
    font-weight:700;
    height: 42px; padding: 0 18px;
    border-radius: 10px;
    line-height: 42px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .btn-apply:hover{ opacity:.95; }
  .btn-fav{
    width: 42px; height: 42px; 
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.25);
    background: transparent; color:#fff;
    display:flex; align-items:center; justify-content:center;
  }
  .btn-fav:hover{ background: rgba(255,255,255,.10); }

  /* CONTENT */
  .content-card{
    background:#fff; border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    padding: 26px;
  }
  .section-title{
    font-size: 14px; letter-spacing:.2px;
    color:#6b7280; font-weight:700; margin-bottom: 10px;
  }
  .big-headline{
    font-size: 34px; font-weight: 900; line-height: 1.15;
    margin: 0 0 14px;
    color:#111827;
  }
  .desc{
    color:#4b5563; font-size: 14px; line-height: 1.7;
  }

  .side-box{
    background:#fff; border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    padding: 18px;
  }
  .side-item{
    display:flex; gap:10px; padding: 10px 0;
    border-bottom: 1px solid #eef0f3;
  }
  .side-item .text{
    width: 100%;    
  }
  .side-item>div>div{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    white-space: nowrap;
    display: block;
  }
  a .side-item{
    color: #222;
  }
  .side-item:last-child{ border-bottom:0; }
  .side-item .label{ font-weight:800; color:#111827; font-size: 13px; }
  .side-item .value{ color:#6b7280; font-size: 13px; margin-top:2px; }
  .side-icon{
    width: 45px;
    height: 45px;
    border-radius: 18px;
    background:#f6f7fb;
    display:flex; align-items:center; justify-content:center;
    color:#6b7280;
    flex: 0 0 auto;
  }
    .side-icon i{
        font-size: 1.5rem;
    }
  .tag-chip{
    display:inline-flex; align-items:center;
    padding: 5px 10px; border-radius: 999px;
    background:#f3f4f6; color:#374151; font-size: 12px;
    margin: 6px 6px 0 0;
  }

  .hero-meta a.meta{
    color: rgba(255,255,255,.85);
    transition: .2s ease;
  }
  .hero-meta a.meta:hover{
    color:#fff;
    text-decoration: underline;
  }  

  /*profiles*/

  .cover{
    height:220px;
    background: linear-gradient(90deg, #194282 0%, #57bdbf 100%);
    position:relative; overflow:hidden;
    box-shadow:0 10px 24px rgba(0,0,0,.06);
    
  }
  .profile-card{
    background:#fff; border-radius:18px;
    box-shadow:0 10px 24px rgba(0,0,0,.06);
    margin-top:-70px; padding:22px;
  }
  .avatar{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit:cover; border:6px solid #fff;
    box-shadow:0 10px 24px rgba(0,0,0,.08);
    margin-top:-40px;
    background:#fff;
  }
  .meta{
    display:flex; flex-wrap:wrap; gap:14px;
    color:#6b7280; margin-top:6px; font-size:14px;
  }
  .meta span{ display:inline-flex; align-items:center; gap:6px; }
  /*.content-card{
    background:#fff; border-radius:16px;
    box-shadow:0 10px 24px rgba(0,0,0,.06);
    padding:26px;
  }*/
  .side-box{
    background:#fff; border-radius:16px;
    box-shadow:0 10px 24px rgba(0,0,0,.06);
    padding:18px;
    font-size: 12px;
  }
  .side-item{ display:flex; gap:10px; padding:10px 0; border-bottom:1px solid #eef0f3; width: 100%}
  .side-item:last-child{ border-bottom:0; }
  .side-icon{
    width:34px; height:34px; border-radius:10px;
    background:#f6f7fb; display:flex; align-items:center; justify-content:center;
    flex:0 0 auto;
  }
  .chip{
    display:inline-flex;
    padding:6px 10px;
    border-radius:999px;
    background:#f3f4f6;
    margin: 6px 6px 6px 0;
    font-size:12px;
  }
  .section-title{
    font-size:12px;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#6b7280;
    font-weight:800;
    margin-bottom:8px;
  }
  .field-label{
    font-size:13px;
    letter-spacing:.06em;
    text-transform:uppercase;
    color:#6b7280;
    font-weight:800;
    margin-bottom:6px;
  }
  .info-box{
    background:#fff;
    padding:6px 7px;
  }
  /*.social-icon{
    width:34px; height:34px;
    border-radius:10px;
    background:#f6f7fb;
    display:flex; align-items:center; justify-content:center;
    flex:0 0 auto;
  }*/
  .rate-item{
    border-radius: 12px;
  }
  .tab-btns .nav-link{
    border-radius:10px !important;
    font-weight:700;
  }

  .btn-fav{
    width: 46px;
    height: 46px;
    border: 1px solid #dfe3ea;
    border-radius: 999px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
    cursor: pointer;
}

.btn-fav i{
    font-size: 22px;
    color: #6b7280;
    transition: .2s ease;
}

.btn-fav:hover{
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.btn-fav.active{
    border-color: #ef4444;
    background: #fff5f5;
}

.btn-fav.active i{
    color: #ef4444;
}

#overlayer{
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
#overlayer.visible {
    display: block;
}
.mobile-modal, #overlayer{display: none}

@media (max-width: 768px) {
    .mobile-modal{display: block}
    .hero h1 {
        font-size: 37px;
    }
    .hero__search__icon{
        height: 60px;
    }
    #mainHero{
        margin-top: 0;
    }
    .slide-text{
        margin-top: 0;
    }
    .hero img{
        object-fit: cover;
        height: 85vh;
        min-height: 700px;
        object-position: center;
    }
    .hero_inside{
        height: 85vh;
        min-height: 700px;
    }
    .hero__search__icons li.active, .hero__search__icons li:hover {
        margin-bottom: 0;
        border-radius: 50px;
        --r: 0;
        mask: none;
        width: 60px;
        height: 60px;
    }
    .hero__search__icons li {
        width: 17%;
        margin-right: 0;
    }
    .hero__search__form .select2-container {
        width: 53% !important;
    }
    .hero__search__icons .nav-link {
        padding: 0;
    }
    .text-wrapper{
        width: 100%;
        display: block!important;
        margin-bottom: 0;
    } 
    #mobile-logo{
    }
    #mainHero{
        margin-top: -85px;
    }
    .topLogo{
        top: 0px;
        position: relative;
        z-index: 1;
        width: 100%;
        /*justify-content: center;*/
        background: #002d5a;
        padding: 10px 0;
    }
    .topLogo.home{
        background: transparent;
    }
    .nav-item.nav-link span{
        display: none;
    }
    #footer{
        position: fixed;
        top: 0;
        left: -100%;
        z-index: 99;
        width: 90%;
    }
    #footer.opened{
        left: 0;
    }
    .mobile-nav {
        position: fixed;
        bottom: 2%;
        left: 3%;
        width: 94%;
        /*background: #fff;*/
        background: rgb(193 193 193 / 40%);
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 75px;
        padding: 10px;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.08);
        z-index: 9999;
        border-radius: 50px;

        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
    }

.mobile-item {
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    flex: 1;
    border: 0;
    padding: 6px 0;
    background: transparent;
    text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5);
}
.mobile-item.active {
    border-radius: 50px;
    background: rgb(255 255 255 / 40%);
}

.mobile-item i {
    font-size: 26px;
    display: block;
    margin-bottom: 5px;
}

/* KÖZÉPSŐ GOMB */
.mobile-center {
    position: relative;
    top: -30px;
    background: #03b7b8;
    background: linear-gradient(45deg, #004488 -50%, #03bfc0 80%);
    color: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* MODAL */
.mobile-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: flex-end;
    z-index: 10000;
}

.mobile-modal-content {
    background: #fff;
    width: 90%;
    border-radius: 20px 20px 0 0;
    padding: 20px;
    animation: slideUp 0.3s ease;
}

.mobile-modal-content a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    color: #333;
    text-decoration: none;
}

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

}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1380px;
    }
}


.city-autocomplete-results {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 9999;
    display: none;
    max-height: 250px;
    overflow-y: auto;
}

.city-autocomplete-item {
    padding: 10px 12px;
    cursor: pointer;
    color: #000 !important;
}

.city-autocomplete-item:hover {
    background: #f5f5f5;
}

#heroCityInput {
    position: absolute;
    width: 40%;
    top: -65px;
    right: 0px;
    left: auto;
    border-radius: 50px;
    background: #f6f7fb;
    border: 0;
    min-height: 65px;
    display: flex;
    align-items: center;
}