/*------------------Általános stílusok------------------*/
body{
    font-family: 'Montserrat' !important;
}

/*------------------Navbar stílusok------------------*/
#navbar{
    background-color: #09293D;
}

#navbarItem:hover{
    color: #D5BEA9;
}

.disabled{
    color: #D5BEA9 !important;
}

.offcanvas-header{
    background-color: #09293D;
}

.offcanvas-body{
    background-color: #09293D;
}

#logo{
    height: 5vh;
}

#navbarIcon{
    height: 4vh;
}

.navbarIcon{
    background-color: transparent;
    border: none;
    padding: 0;
}

/*-------------------Aláhúzás------------------*/
a {
  display: block;
  position: relative;
  padding: 0.2em 0;
}

#navbarItem::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #D5BEA9;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}

#navbarItem:hover::after,
#navbarItem:focus::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
}

#navbarItem::after {
  transform: scale(0);
  transform-origin: center;
}

#navbarItem:hover::after,
#navbarItem:focus::after{
  transform: scale(1);
}

/*------------------Képésszöveg stílusok------------------*/
#kep1{
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 0.349) 60%, rgba(0, 0, 0, 0.493) 80%, rgba(0,0,0,0) 100%);
}

#kepesszoveg{
    border: none;
    border-radius: 0;
}

#kep1szoveg{
    display: none;
    /*flex-direction: row;*/
    align-items: center;
    text-align: center;
    width: 50vw;
    font-size: 50px;
    font-style: italic;
    font-weight: bold;
    text-shadow: #000000 5px 3px 4px;
    height: 100%;
    animation: 0.6s ease-out 0s 1 slideInFromLeft;
}

#kep1szovegDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*------------------Szlogen stílusok------------------*/
#szlogen{
    width: 20.1ch;
    font-size: 4vh;
    text-wrap: nowrap;
    overflow: hidden;
    animation: typing 0.8s steps(25) alternate;
}

/*------------------Kártya stílusok------------------*/
#tile{
    width: 16vw;
    min-height: fit-content;
    height: 50vh;
    border: 1px solid #09293D;
    transition: all 0.1s ease-in-out;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

#cardText{
    font-size: 85%;
}

#tile:hover{
    cursor: pointer;
    box-shadow: 0px 0px 10px 10px #09293d48;
    scale: 103%;
    transition: all 0.1s ease-in-out;
}

#cardImg{
    height: 10vh;
    width:fit-content;
    align-self: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

/*------------------Accordion stílusok------------------*/

.accordion-button{
    background-color: #09293D !important;
    color: white !important;
    position: relative;
    box-shadow: none !important;
}

.accordion-button:focus, .accordion-button:active{
    border: none !important;
}

.accordion-button:hover{
    background-color: #0b3a51 !important;
}

.accordion-button::after{
    filter: invert(1);
}

/*------------------Footer stílusok------------------*/

#logofooter{
    height: 6vh;
}

#socialLogo{
    height: 4vh;
}

/*------------------Betűtípusok------------------*/
.montserrat-font> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

/*------------------Kapcsolatfelvétel stílusok------------------*/
.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hivasBtn {
  min-width: 300px;
  min-height: 60px;
  display: inline-flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.3px;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #1c4863 0%, #09293D 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px #0e54807e;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

#hivasBtn::before {
  content: '';
  border-radius: 1000px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);
  border: 6px solid #D5BEA9;
  box-shadow: 0 0 60px #D5BEA9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

#hivasBtn:hover, 
#hivasBtn:focus {
  color: #D5BEA9;
  transform: translateY(-6px);
}

#hivasBtn:hover::before, 
#hivasBtn:focus::before {
  opacity: 1;
}

#hivasBtn::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #12537cb2;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 2s infinite;
  perspective: 1000px;
  backface-visibility: hidden;
  opacity: 0;
}

#hivasBtn:hover::after, 
#hivasBtn:focus::after {
  animation: none;
  display: none;
}

/*-------------------Rólam---------------------*/
#rolamkep{
    height: 80vh;
    position: relative;
}

#rolamszovegDiv{
    text-align: justify;
    color: white;
    font-size: 2vh;
    position: relative;
    left: 5vh;
}

#rolamCim{
    font-size: 8vh;
    animation: 0.5s ease-out 0s 1 slideInFromLeft;
}

#rolamSzoveg{
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

#rolamContainer{
    background-color: #09293D;
}

/*------------------Vonalak--------------------*/
.separator {
	 margin-bottom: 60px;
	 border: 0;
}
 .separator--line {
	 border: 0;
	 border-bottom: 3px solid #D5BEA9;
	 width: 0;
	 animation: separator-width 1s ease-out forwards;
}

/*------------------RólamSzlogen---------------*/
#szlogenSzovegContainer{
    width: 60vw;
}

#szlogenSzoveg{
    text-align: center;
}

#szlogenCim{
    font-size: 3vh;
    text-align: center;
    text-wrap: nowrap;
}

#szlogenSzoveg{
    font-size: 2vh;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

#ferdeCim{
    position: relative;
    color: #09293D;
    margin-left: 33%;
}

#ferdeCimUtani{
    position: relative;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

/*----------------Szolgáltatások--------------*/
#servicesTile{
    width: 31vw;
    height: 50vh;
    border: none;
    transition: all 0.1s ease-in-out;
    color: white;
    background-color: #0b3a51;
    border-radius: 30px;
    transition: all 0.1s ease-in-out;
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}

#servicesTile:hover{
    cursor: pointer;
    box-shadow: 0px 0px 10px 10px #d5bea911;
    scale: 103%;
    transition: all 0.1s ease-in-out;
}

#cardSzoveg{
    margin-left: 5%;
    margin-bottom: 4%;
    margin-right: 4%;
}

#servicesCardImg{
    height: 100%;
    mask-image: linear-gradient(
        to bottom,
        black 0%,
        black 20%,
        transparent 100%
    );
}

#flipImg{
    height: auto;
    width: auto;
    max-height: 30px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.cardFlip {
  perspective: 1000px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.cardFlip-content {
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.cardFlip-content.is-flipped {
  transform: rotateY(180deg);
}

.cardFlip-inside {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  inset: 0;
  border-radius: 30px;
}

.cardFlip-inside--back {
  background-color: var(--light);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cardFlip-inside--front img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.cardFlip-back-content{
    margin: 40px;
}


/*-------------------Kapcsolat-----------------*/
.contact-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 35px #d5bea94d;
    overflow: hidden;
    width: 100%;
    max-width: 40vw;
    transition: transform 0.3s ease;
}

/* Fejléc stílus */
.card-header-custom {
    background: linear-gradient(to right, #09293dd7, #d5bea99f);
    padding: 30px 20px;
    text-align: center;
    color: white;
    position: relative;
}

.profile-img-container {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.profile-icon {
    height: 70%;
    position: relative;
    top: 3px;
    right: 3px;
}

/* Tartalom lista */
.contact-list {
    padding: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #ecdac81c;
}

.contact-item:hover {
    background: white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transform: translateX(5px);
}

.icon-box {
    width: 45px;
    height: 45px;
    background: linear-gradient(to bottom, #09293d1e, #d5bea954);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-right: 15px;
    flex-shrink: 0;
}

#contactImages{
    height: 90%;
}

.contact-info h6 {
    margin: 0;
    font-size: 0.85rem;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info a, .contact-info span {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.2s;
}

.contact-info a:hover {
    color: #D5BEA9;
}

/* Közösségi média gombok */
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Egyedi színek hover-nél */
.social-btn.facebook:hover { 
    background: #1876f2b7; color: white; transform: scale(1.15);
}
.social-btn.instagram:hover { 
    background: #e4405eb0; color: white; transform: scale(1.15); 
}

#kapcsolat{
    background-color: #09293D;
    display: flex;
    justify-content: center;
}

#kapcsolatCim{
    color: white;
    text-align: center;
    font-size: 4vh;
    animation: appear 0.5s 1;
}

#kapcsolatSzoveg{
    color: transparent;
    text-align: center;
    font-size: 3vh;
    font-style: italic;
    transition: color ease 0.5s;
}

/*------------------Impresszum-----------------*/
#impresszumCard{
    border: none;
    width: 50vw;
}

#impresszumCardHeader{
    background: linear-gradient(to right, #09293dd7, #d5bea99f);
}


/*------------------Animációk------------------*/
@keyframes slide-left {
  from {
    margin-right: -33%;
  }
  to {
    margin-left: 0%;
  }
}

@keyframes typing {
    from {
         width: 0ch; 
    }
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes appear{
    from {
        opacity: 0;
        clip-path: inset(100% 100% 10);
    }
    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

@keyframes separator-width {
	 0% {
		 width: 0;
	}
	 100% {
		 width: 100%;
	}
}

/*------------------Responsive design------------------*/

@media screen and (min-width: 1024px){
    .offcanvas-body{
        font-size: 2vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px){
    .offcanvas-body{
        font-size: 6vw;
        display: flex;
        align-items: center;
    }

    #closeBtn{
        font-size: 5vw;
        border: 1px solid transparent;
        padding: 19px;
    }

    #closeBtn:active, #closeBtn:hover{
        border: 1px solid #D5BEA9;
        border-radius: 100%;
    }
    
    #szlogen{
        font-size: 3vh;
    }

    #kep1{
        height: 50vh;
    }

    #kep1szoveg{
        font-size: 2.5vh;
        width: 80vw;
    }

    #tile{
        width: 80vw;
        height: fit-content;
    }

    #cardImg{
        height: auto;
        width: auto;
        max-height: 60px;
        max-width: 100%;
        object-fit: contain;
        display: block;
    }

    #card-title{
        font-size: 140%;
    }

    #gyik{
        font-size: 4vw;
    }

    #kapcsolatfelvetel{
        font-size: 4vw;
    }

    #elerhetosegIdo{
        font-size: 3vw;
    }



    #rolamCim{
        margin-top: 40px;
        font-size: 6vh;
    }

    #rolamszovegDiv{
        width: 85vw;
        left: 0;
    }

    #rolamkep{
        margin-top: 40px;
        height: 40vh;
        width: 100%;
    }

    #szlogenSzovegContainer{
        width: 80vw;
    }

    #ferdeCim{
        margin-left: 0%;
    }

    #ferdeCimUtani{
        text-wrap: wrap;
        text-align: center;
        opacity: 1;
    }

    #szlogenCim{
        display: flex;
        flex-direction: column;
    }



    #servicesTile{
        width: 48vw;
    }



/*-------------------Kapcsolat-----------------*/
    .contact-card {
        max-width: 100vw;
    }

    /* Tartalom lista */
    .contact-list {
        padding: 10px;
    }

    .contact-item {
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .contact-item:hover {
        transform: translateX(3px);
    }

    #kapcsolat{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }


    /*-------------Impresszum-----------------*/
    #impresszumCard{
        width: 90vw;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 90%;
    }
}

@media screen and (min-width: 350px) and (max-width: 767px){
    .offcanvas-body{
        font-size: 8vw;
        display: flex;
        align-items: center;
        position: relative;
        left: 0;
    }

    #closeBtn{
        font-size: 8vw;
        border: 1px solid transparent;
        padding: 19px;
    }

    #closeBtn:active, #closeBtn:hover{
        border: 1px solid #D5BEA9;
        border-radius: 100%;
    }

    #szlogen{
        text-align: center;
        width: 20.1ch;
        font-size: 2vh;
        text-wrap: nowrap;
        overflow: hidden;
        animation: typing 0.8s steps(25) alternate;
    }

    #kep1{
        height: 50vh;
    }

    #kep1szoveg{
        font-size: 2vh;
        width: 70vw;
    }

    #tile{
        width: 80vw;
        height: fit-content;
    }

    #cardImg{
        height: auto;
        width: auto;
        max-height: 60px;
        max-width: 100%;
        object-fit: contain;
        display: block;
    }

    #card-title{
        font-size: 140%;
    }

    #gyik{
        font-size: 5vw;
    }

    #kapcsolatfelvetel{
        font-size: 5vw;
    }

    #elerhetosegIdo{
        font-size: 4vw;
    }


    #rolamCim{
        margin-top: 40px;
        font-size: 6vh;
    }

    #rolamszovegDiv{
        width: 85vw;
        left: 0;
    }

    #rolamkep{
        margin-top: 40px;
        height: 40vh;
        width: 100%;
    }
/**/
    #szlogenSzovegContainer{
        width: 80vw;
    }

    #ferdeCim{
        margin-left: 0%;
    }

    #ferdeCimUtani{
        text-wrap: wrap;
        text-align: center;
        opacity: 1;
    }

    #szlogenCim{
        display: flex;
        flex-direction: column;
    }

    #servicesTile{
        width: 90vw;
    }


    /*-------------------Kapcsolat-----------------*/
    .contact-card {
        max-width: 100vw;
    }

    /* Tartalom lista */
    .contact-list {
        padding: 10px;
    }

    .contact-item {
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .contact-item:hover {
        transform: translateX(3px);
    }

    #kapcsolat{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }


    /*-------------Impresszum-----------------*/
    #impresszumCard{
        width: 90vw;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 90%;
    }
}

@media screen and (max-width: 349px){
    .offcanvas-body{
        font-size: 8vw;
        display: flex;
        align-items: center;
        position: relative;
        left: 0;
    }

    #closeBtn{
        font-size: 8vw;
        border: 1px solid transparent;
        padding: 19px;
    }

    #closeBtn:active, #closeBtn:hover{
        border: 1px solid #D5BEA9;
        border-radius: 100%;
    }

    #szlogen{
        text-align: center;
        width: 20.1ch;
        font-size: 1.5vh;
        text-wrap: nowrap;
        overflow: hidden;
        animation: typing 0.8s steps(25) alternate;
    }

    #kep1{
        height: 50vh;
    }
   
    #kep1szoveg{
        font-size: 1.5vh;
        width: 80vw;
    }    
    

    #tile{
        width: 80vw;
        height: fit-content;
    }

    #cardImg{
        height: auto;
        width: auto;
        max-height: 60px;
        max-width: 100%;
        object-fit: contain;
        display: block;
    }

    #card-title{
        font-size: 140%;
    }

    #gyik{
        font-size: 5vw;
    }

    #kapcsolatfelvetel{
        font-size: 5vw;
    }

    #elerhetosegIdo{
        font-size: 4vw;
    }


    #rolamCim{
        margin-top: 40px;
        font-size: 6vh;
    }

    #rolamszovegDiv{
        width: 85vw;
        left: 0;
    }

    #rolamkep{
        margin-top: 40px;
        height: 40vh;
        width: 100%;
    }
/**/
    #szlogenSzovegContainer{
        width: 80vw;
    }

    #ferdeCim{
        margin-left: 0%;
        font-size: 80%;
    }

    #ferdeCimUtani{
        text-wrap: wrap;
        text-align: center;
        opacity: 1;
        font-size: 80%;
    }

    #szlogenCim{
        display: flex;
        flex-direction: column;
    }

    #servicesTile{
        width: 90vw;
    }


    /*-------------------Kapcsolat-----------------*/
    .contact-card {
        max-width: 100vw;
    }

    /* Tartalom lista */
    .contact-list {
        padding: 10px;
    }

    .contact-item {
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .contact-item:hover {
        transform: translateX(3px);
    }

    #kapcsolat{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }


    /*-------------Impresszum-----------------*/
    #impresszumCard{
        width: 90vw;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 90%;
    }
}