/* WEBOLDAL */

.weboldal {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 50%, var(--bg) 100%),
    url("../assets/weboldal_hero_bg.jpg") no-repeat center center;
  background-size: cover;
}
.weboldal-title {
  overflow: visible !important;
}
@media screen and (max-width: 1024px) {
  .weboldal-title {
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .weboldal-title {
    max-width: 400px;
  }
}
.weboldal-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.weboldal-left {
  width: 300px;
  height: 600px;
  min-width: 300px;
  min-height: 600px;
  background-image: url("../assets/iphone_dark.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.swiper-weboldal-11 {
  width: 260px;
  height: 160px;
  overflow: hidden;
  pointer-events: none;
}
.swiper-wrapper-weboldal-11 {
  transition-timing-function: linear !important; /* Smooth auto sliding*/
}
.swiper-slide-weboldal-11 {
  max-width: 80px;
}
.swiper-slide-weboldal-11 img {
  width: 80px;
  height: 160px;
  overflow: hidden;
}
.swiper-weboldal-12 {
  width: 260px;
  height: 160px;
  overflow: hidden;
  pointer-events: none;
}
.swiper-wrapper-weboldal-12 {
  transition-timing-function: linear !important; /* Smooth auto sliding*/
}
.swiper-slide-weboldal-12 {
  max-width: 80px;
}
.swiper-slide-weboldal-12 img {
  width: 80px;
  height: 160px;
  overflow: hidden;
}
.weboldal-right {
  max-width: 700px;
  min-width: 400px;
  flex: 1 1;
}
@media screen and (max-width: 405px) {
  .weboldal-right {
    min-width: 300px;
  }
}
.swiper-weboldal-2 {
  max-width: 100%;
  border-radius: 15px;
}
.swiper-wrapper-weboldal-2 {
  max-width: 300px;
}
.swiper-slide-weboldal-2 {
  color: var(--text);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background-color: var(--pop);
  border-radius: 20px !important;
  max-width: 250px;
  max-height: 250px;
  height: 230px !important;
}
.swiper-slide-weboldal-2 span {
  font-size: 35px;
  color: var(--blue);
  padding-top: 30px;
}
.swiper-slide-weboldal-2 h4 {
  font-size: 20px;
  font-weight: 500;
  padding-top: 5px;
}
.swiper-slide-weboldal-2 p {
  color: var(--text2);
  padding: 10px 20px;
  text-align: center;
  padding-bottom: 30px;
}
.swiper-navigation-weboldal-2 {
  display: flex;
  gap: 20px;
}
.swiper-button-prev-weboldal-2,
.swiper-button-next-weboldal-2 {
  padding: 10px 20px;
  font-size: 25px;
  background: var(--pop);
  color: var(--color1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.swiper-pagination-szolgaltatas {
  box-sizing: border-box;
}
@media screen and (max-width: 1025px) {
  .swiper-navigation-weboldal-2 {
    display: none;
  }
  .swiper-weboldal-2 {
    border-radius: 0px;
  }
}

/* PROMPT */
.prompt {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 50%, var(--bg) 100%),
    url("../assets/prompt_bg.jpg") no-repeat center center;
  background-size: cover;
}
.prompt-title {
  overflow: visible !important;
}
.prompt-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.prompt-container {
  max-width: 1000px;
}

.prompt p {
  max-width: 800px;
}
.prompt-window {
  max-width: 600px;
}
.prompt-buttons {
  display: flex;
  gap: 8px;
  padding: 10px;
}
.button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: gray; /* Fallback color */
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.close {
  background-color: #ff5f57;
}
.minimize {
  background-color: #ffbd2e;
}
.maximize {
  background-color: #28c840;
}
.prompt-window {
  font-family: "Courier New", Courier, monospace;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.5;
}

/* SZOLGÁLTATÁS */
.szolgaltatas {
  background: linear-gradient(to bottom, var(--bg) 0%, var(--bg-tr) 50%, var(--bg) 100%),
    url("../assets/szolgaltatas_bg.jpg") no-repeat center center;
  background-size: cover;
}
.szolgaltatas-title {
  overflow: visible !important;
}
.szolgaltatas-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.szolgaltatas-container {
  max-width: 1000px;
}
.img-container {
  width: 90vw;
  max-width: 700px;
  max-height: 280px;
  aspect-ratio: 12 / 5;
  overflow: hidden;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.szolgaltatas p {
  max-width: 800px;
}
.szolgaltatas-wrapper {
  max-width: 1000px;
  position: relative;
}
.swiper-szolgaltatas {
  border-radius: 20px;
}
@media screen and (max-width: 1000px) {
  .swiper-szolgaltatas {
    border-radius: 0px;
  }
}
.swiper-slide-szolgaltatas {
  max-width: 350px;
}
.swiper-card-szolgaltatas {
  width: 100%;
  box-sizing: border-box;
}
.swiper-card-szolgaltatas-1 {
  background: url("../assets/weboldal_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card-szolgaltatas-2 {
  background: url("../assets/arculat_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card-szolgaltatas-3 {
  background: url("../assets/grafika_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card-szolgaltatas-4 {
  background: url("../assets/szovegiras_bg.jpg") no-repeat top center;
  background-size: 100% auto;
  background-color: var(--pop);
}
.swiper-card img {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .swiper-slide-szolgaltatas {
    max-width: 320px;
  }
}

/* FAQ */

.faq-container {
  max-width: 800px;
}
@media screen and (max-width: 1025px) {
  .faq-container {
    max-width: 600px;
  }
}
.faq-title {
  overflow: visible !important;
}
.faq-title-word {
  display: inline-block;
  overflow: visible !important;
  padding-right: 4px;
  will-change: transform, opacity;
  transform: translateY(0);
}
.faq-item {
  overflow: hidden;
  transition: all 0.3s ease;
}
.faq-question {
  cursor: pointer;
}
.faq-icon i {
  transition: transform 0.5s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.faq-item.active .faq-answer {
  max-height: 500px;
}
.faq-item.active .faq-icon i {
  transform: rotate(45deg);
}
.faq-item.active .faq-question h3 {
  color: var(--blue);
}
