/* Inter Font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

/* Alapértelmezett stílusok itt kezdődnek */
body {
  font-family: "Inter", sans-serif;
}

/* all-round-gothic */


/* Utilities */
.bg-red {
  background-color: #f0413b;
}

.text-red {
  color: #f0413b;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  background-color: rgba(255, 243, 211, 0.15);
  /* #FFF3D3 15% opacity */
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "all-round-gothic", sans-serif;
}

/* Reusable font helper classes (inline style-ok kiváltása) */
.font-inter {
  font-family: "Inter", sans-serif !important;
}

.font-allround {
  font-family: "all-round-gothic", sans-serif !important;
}

h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

.section-title h2 {
  color: #77191d;
}

/* Overlay */
.body-overlay {
  position: fixed;
  top: 97px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

/* Navbar CSS Start Here  */
.navbar-custom {
  background-color: #ffffff;
}

/* Always keep the header/nav above page content and overlays */
header, .navigation, .navbar-custom {
  position: relative;
  z-index: 1100;
}

.navbar-brand {
  max-width: 140px;
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-card.has-popular {
  position: relative;
  overflow: hidden;
  /* vágja a kilógó szalagot */
}

.ribbon-popular {
  position: absolute;
  top: 17px;
  right: -25px;
  background: #FFF500;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 3px 28px;
  transform: rotate(45deg);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
  border-radius: 2px;
  pointer-events: none;
  white-space: nowrap;
}

@media (max-width:640px) {
  .ribbon-popular {
    right: -30px;
    top: 8px;
  }

  .pricing-card {
    width: 125px !important;
  }
}

.navbar-brand img {
  width: 80%;
  height: auto;
}

/* Header text in Inter 17px */
.nav-item a {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #000;
}



/* Dropdown items in Inter 15px */
.dropdown-menu li a {
  display: block;
  width: 90%;
  margin: auto !important;
  text-align: center !important;
  border-radius: 8px;
  font-size: 15px;
  color: #000;
  font-family: "Inter", sans-serif;
}

/* Dropdown Menü Alap Stílusok */
.navbar .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  width: 250px;
  min-width: 200px;
  background-color: #ffffff;
  z-index: 1200; /* render above other sections/shapes */
}

.navbar .dropdown-menu .dropdown-item {
  padding: 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.3s ease;
}

.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus {
  background-color: #000;
  color: #f8f8f8;
}

/* Navbar toggler */
.navbar-toggler {
  border: none !important;
  background-color: #ffffff;
  color: #000;
  margin-left: auto;
}

.navbar-toggler i {
  font-size: 24px;
  color: #000;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

/* Center navbar items */
.navbar-nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.navbar-nav .nav-item {
  margin: 0 15px;
}

.m-nav {
  padding: 16px 0px;
}

.offcanvas-header {
  background-color: #ffffff;
}

.btn-close {
  background-color: #fff;
  opacity: 1;
}

/* Banner szöveg elhelyezése */
.banner-overlay {
  top: 47.5%;
  left: 0;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: translate(0%, -50%);
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8) !important;
  /* Banner overlay 80% átlátszóság */
}

.banner-overlay h2 {
  font-family: "Inter", sans-serif;
  font-size: 25px;
}

.banner-overlay p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

/* Services Section CSS Start Here */
.overlay-inner {
  top: 25px;
  left: -12px;
  color: #fff;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.services-items {
  padding-top: 200px;
}

.service-item h2 {
  font-size: 20px;
  font-family: "all-round-gothic", sans-serif;
}

.services-section-large-btn {
  margin-top: 80px;
}

.services-section-large-btn p {
  font-size: 24px;
}

.section-btn div,
.section-btn div a {
  border-radius: 30px;
}

.section-btn div a {
  background-color: yellow;
  font-size: 13px;
}

.btn-shadow {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.btn-shadow:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}


/* Hogyan dolgozunk Section CSS Start Here */
.section-title.hogyan-dolgozunk-title h1,
.graphic-designer-title h1 {
  font-family: "all-round-gothic", sans-serif !important;
  font-weight: bold !important;
  font-size: 35px !important;
  line-height: 1.2;
}

.hogyan-dolgozunk-item-title p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}

.base-fill {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
}

.hogyan-dolgozunk-item {
  width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 20px 40px;
}

.timeline-content p {
  font-size: 17px;
  line-height: 30px;
}

.timeline-fill {
  position: relative;
}

.timeline-fill::after {
  position: absolute;
  top: 0;
  left: -12px;
  content: " ";
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.fill-contne {
  position: relative;
}

.fill-contne:after {
  position: absolute;
  top: 8px;
  left: -14px;
  content: " ";
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.fill-contne p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 20.57px;
}

.hogyan-dolgozunk .row {
  display: flex;
  align-items: flex-start;
}

.hogyan-dolgozunk-item-right {
  margin-top: 5rem;
}

.hogyan-dolgozunk-item-right img {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.hogyan-dolgozunk-item-right p {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 18.15px;
}

.about-overlay {
  top: 0;
}

.about-item {
  transition: 0.5s all;
}

.about-item:hover {
  transform: scale(1.3, 1.3);
}

.shap-bg {
  top: 2%;
  right: 0px;
}

.shap-bg-1 {
  top: -10%;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}

.shap-bg-1 img {
  width: 100%;
  max-width: none;
  height: auto;
}

section.hogyan-dolgozunk {
  overflow: hidden;
}

/* Graphic Designer Section CSS Start Here */
.graphic-designer-title {
  margin-bottom: 150px;
}

.graphic-designer-overlay {
  top: 0;
}

.graphic-designer .img-shaps img {
  position: absolute;
  top: -50px;
  width: 45%;
  border-radius: 10px;
  z-index: 10;
}

/* Graphic Designer Section CSS End Here */

/* Contact Section CSS Start Here */
.contact {
  padding: 20px 0px;
  padding-bottom: 80px !important;
}

.contact-title {
  margin: 25px 0px;
}

.contact-text i {
  display: block;
  opacity: 0;
  animation: fadeInOut 15s infinite;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  transition: opacity 1s ease-in-out;
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0;
  }

  25%,
  75% {
    opacity: 1;
  }
}

form input,
form textarea {
  border: 0.5px solid #000 !important;
  border-radius: 0 !important;
  background: transparent !important;
  width: 100%;
  /* biztosan széles */
}

form input,
form textarea:hover {
  box-shadow: none !important;
}

#textarea {
  height: 100px !important;
}

.btn {
  background-color: #000;
  color: #fff;
  width: 100px;
  border-radius: 40px;
  border: 2px solid #000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.btn-shadow {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.form-check-input {
  appearance: auto !important;
}

.btn-shadow:hover {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.form-check label {
  font-size: 10px;
}

.contact-details a {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  font-size: 15px;
  color: #000;
  border: 1px solid transparent !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  justify-content: flex-start;
  text-align: left;
}

.contact-details a:hover {
  border: none;
  background-color: transparent;
}

.contact-details img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.contact-details p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 15pt;
}

.input-error {
  border: 2px solid red !important;
}

.contact .form-check label a {
  text-decoration: underline;
  font-weight: 400;
  font-style: italic;
}

/* Lent található szövegek Inter Light és 15pt */
.contact-details p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 10pt;
}

/* Footer Section CSS Start Here */




/* Footer Section CSS End Here */


/* Footer Section CSS End Here */

/* Oldal jobb alsó sarkába a háromszög */
.bottom-right-triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

/* Shape design, image design, etc. */
.shape-design-bg {
  right: 0px;
  top: 50px;
}

.img-design img {
  width: 351px;
  /* Fix szélesség */
  height: 273px;
  /* Fix magasság */
  border-radius: 10px;
  /* Lekerekített sarkok megtartása */
  object-fit: cover;
  /* Kép kitöltése a konténerben, arányok megtartása */
  object-position: center;
  /* Kép középre igazítása (opcionális) */
  top: 18rem;
}

.logo-design img {
  height: auto;
  width: 100px;
}

/* Weboldal design: image + logo side-by-side, logo pinned to right edge */
body.nyomdai-page .image-and-logo-row {
  position: relative;
}
body.nyomdai-page .image-and-logo-row .shape-design-bg.shape-bottom-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 640px){
  body.nyomdai-page .image-and-logo-row .shape-design-bg.shape-bottom-right { display:none; }
}

/* If the shape is placed directly under main (outside the container) */
body.nyomdai-page > main > .shape-design-bg.shape-bottom-right {
  right: 0; /* pin to viewport right */
  z-index: 2;
}

.business-card-design-1 {
  left: 0;
  z-index: -1;
}

.business-card-design-2 {
  top: 115% !important;
}

.web-design {
  top: 50%;
}

.img-design-container {
  padding-top: 180px;
  padding-bottom: 140px;
}

.web-design-container {
  padding-top: 150px !important;
  padding-bottom: 80px;
}

.img-design-title h1 {
  font-family: "all-round-gothic Demi", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
}

.img-design-title p {
  font-size: 17px;
  line-height: 20.57px;
}

.pricing-card-1,
.pricing-card-2,
.pricing-card-3 {
  width: 275px !important;
}

.pricing-card-1 {
  margin-top: 150px;
  height: 310px;
}

.pricing-card-2 {
  height: 410px;
  margin-top: 100px;
}

.pricing-card-3 {
  height: 630px;
  margin-top: 20px;
}

.pricing-card-4 {
  width: 237px !important;
  height: 360px;
}

.pricing-card-5 {
  height: 275px;
  margin-top: 50px;
}

.pricing-card-5,
.pricing-card-6,
.pricing-card-7 {
  margin-top: -20px;
  width: 200px !important;
}

.pricing-card-6 {
  height: auto;
  margin-top: 50px;
}

.pricing-card-7 {
  height: auto;
  margin-top: 55px;
}

.pricing-right {
  margin-top: 70px;
}

.pricing-card img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.popular-title {
  position: relative;
}

.popular {
  position: absolute;
  color: #000;
  font-size: 12px;
  right: -25px;
  top: 7px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: transparent transparent #fff500 transparent;
  border-width: 0 25px 25px 25px;
  height: 0;
  box-sizing: content-box;
  width: 60px;
}

.card-header {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.card-header p {
  font-size: 12px;
}

.card {
  border: none;
  background-color: transparent !important;
  border-radius: 0 !important;
}

.list-group li {
  border: none !important;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 18.15px;
}

.list-group p {
  font-size: 10px;
}

.card-footer {
  background-color: transparent;
}

.card-footer p {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 18.15px;
}

.list-group h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 32.4px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 10px 0px;
  margin: 10px 0px;
}

.pricing-right h2 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.pricing-right p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
}

.img-design-btn {
  padding: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

/* Logo Design Section CSS Start Here */
.pricing-bottom-img-section {
  height: 330px;
}

.pricing-bottom-img {
  width: 200%;
  left: 0;
}

/* Logo Design Section CSS End Here */

/* Portfolio Section CSS Start Here */
.portfolio-section-title h1 {
  font-size: 60px;
  font-family: "all-round-gothic", sans-serif;
}

.portfolio-item img {
  max-width: 60%;
  height: auto;
  max-height: 300px;
  /* Állítsd be igény szerint */
  object-fit: cover;
  border-radius: 8px;
  /* Opció: lekerekített sarkok */
}

.modal img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.modal-footer {
  border: none;
}

.modal-dialog {
  max-width: 70%;
}

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


/* Portfolio Section CSS End Here */

/* Rolam Section CSS Start Here */
.rofile {
  position: relative;
  z-index: 100;
}

.rolam-contnet h3 {
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

.rolam-contnet p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  z-index: 1;
}

.rolam-list {
  z-index: 1;
  margin: 50px 0px;
}

.rolam-list li {
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

.rolam-list h3 {
  z-index: 1;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
}

.rolam-techology h3 {
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-size: 17px;
}

.rolam-techology-logo img {
  z-index: 1;
  width: 27px;
  height: 27px;
  margin: 7px;
}

.rolam-techology {
  z-index: 1;
  margin-top: 80px;
}

.rotated-borders img {
  position: absolute;
  right: 13%;
  z-index: 0;
  top: -50px;
  height: 1000px;
}

/* Rolam Section CSS End Here */

/* Contact Page CSS End Here */
.contact .contact-title {
  margin: 25px 0px;
}

.contact {
  padding: 40px 0px;
  padding-bottom: 0px;
}

.work-hours p {
  font-size: 14px;
}

.contact-info-detiasl a {
  font-size: 12px;
  color: #000;
}

.contact-info-detiasl {
  margin-bottom: 20px;
}

.work-hours-details span {
  font-size: 15px;
}

.work-hours-details p .first-text {
  font-size: 17px;
}

/* Igazítás a nyitvatartásnál */
.work-hours-details p {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

/* Új, csak az Social media kezelés oldalhoz tartozó class-ok */
body.online-arculat-page {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 243, 211, 0.09);
  font-family: "Montserrat", sans-serif;
}

.online-arculat-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
}

.online-arculat-top-label {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 14px;
  line-height: 1.4;
}

.online-arculat-top-label span {
  display: block;
  color: #fff;
}

.online-arculat-content-area {
  display: flex;
  align-items: flex-start;
}

.online-arculat-left {
  width: 50%;
  padding-right: 20px;
  box-sizing: border-box;
}

.online-arculat-left h1 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}

.online-arculat-left p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

.online-arculat-post-image img {
  width: 50%;
  border-radius: 10px;
}

.online-arculat-right {
  margin-top: -10rem;
  margin-bottom: 50px;
  margin-left: 200px;
  width: 35%;
}

/* Nyomdai oldal beállításai */
body.nyomdai-page {
  margin: 0;
  padding: 0;
  background-color: rgba(255, 243, 211, 0.19);
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nyomdai-container {
  position: relative;
  width: 80%;
  box-sizing: border-box;
  padding: 50px 50px 50px 0;
  margin: 0 auto;
  flex: 1;
}

.nyomdai-top-label {
  position: absolute;
  top: 70px;
  left: 0;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 3rem;
}

.nyomdai-top-label span {
  display: block;
  color: #fff;
}

.nyomdai-content-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 80px;
}

.nyomdai-left {
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
  margin-top: 2rem !important;
}

.nyomdai-left h1 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}

.nyomdai-left img {
  display: block;
  margin: 0 auto;
}

.nyomdai-right {
  width: 50%;
  margin-left: auto;
}

/* Képek centrikus megjelenítése a kártyákban */
.card img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

/* Inputok hátterének eltávolítása már megtörtént (transparent)*/

/* Animációk */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInBoth {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.service-overlay {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.5s;
}

.service-item {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInLeft 1s ease-out forwards;
}

.service-item:nth-child(1) {
  animation-delay: 0.6s;
}

.service-item:nth-child(2) {
  animation-delay: 0.8s;
}

.service-item:nth-child(3) {
  animation-delay: 1s;
}

.service-item:nth-child(4) {
  animation-delay: 1.2s;
}

.service-item:nth-child(5) {
  animation-delay: 1.4s;
}

.contact-form {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease-out forwards;
  animation-delay: 1s;
}

.hogyan-dolgozunk {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.7s;
}

.image-marquee .image-track img {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s ease-out forwards;
}

.image-marquee.marquee-right .image-track img {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease-out forwards;
}

.hogyan-dolgozunk-item-right p,
.graphic-designer .timeline-content p {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 1.5s;
}

.graphic-designer {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.9s;
}

.graphic-designer .img-shaps img {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease-out forwards;
  animation-delay: 1.1s;
}

.section-title h1,
.section-title h2 {
  opacity: 0;
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 0.3s;
}

.graphic-designer .img-shaps img {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease-out forwards;
  animation-delay: 1.1s;
}

/* Vége */

/* Responsive Animáció a mozgó képekhez */
.image-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
  height: 300px;
  display: flex;
  align-items: center;
}

.image-marquee .image-track {
  display: flex;
  gap: 20px;
  animation: marquee-left 3000s linear infinite;
}

.image-marquee.marquee-right .image-track {
  animation: marquee-right 7000s linear infinite;
}

.image-marquee img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  object-fit: contain;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.portfolio-item img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  display: block;
}

.section-title.hogyan-dolgozunk-title h1,
.graphic-designer-title h1 {
  font-family: "all-round-gothic", sans-serif !important;
  font-weight: bold !important;
  font-size: 35px !important;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "all-round-gothic", sans-serif !important;
}

/* Új szabályok a kért módosításokhoz */

/* Banner overlay 80% átlátszóság */
.banner-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* Minden oldalon tiltsuk le a vízszintes scroll-t, hogy ne legyen üres tér jobbra */
body {
  overflow-x: hidden !important;
}

/* Logó oldal specifikus: h2 fekete */
body.logo-page h2 {
  color: #000 !important;
  font-family: "Inter", sans-serif !important;
}

/* Social media kezelés oldal: h2 ugyanaz, mint a logó oldalon */
body.online-arculat-page h2 {
  color: #000 !important;
  font-family: "Inter", sans-serif !important;
}

/* Logó oldal - pipa lista */
body.logo-page .logo-benefits-list {list-style:none; padding-left:0;}
body.logo-page .logo-benefits-list li {position:relative; padding-left:1.6rem; font-family:"Inter",sans-serif; font-size:16px; line-height:1.4;}
body.logo-page .logo-benefits-list li:before {content:"✅"; position:absolute; left:0; top:0; line-height:1.2; font-size:1rem;}
/* Weboldal design oldal (nyomdai-page class) - ugyanaz a pipa lista stílus */
body.nyomdai-page .logo-benefits-list {list-style:none; padding-left:0;}
body.nyomdai-page .logo-benefits-list li {position:relative; padding-left:1.6rem; font-family:"Inter",sans-serif; font-size:16px; line-height:1.4;}
body.nyomdai-page .logo-benefits-list li:before {content:"✅"; position:absolute; left:0; top:0; line-height:1.2; font-size:1rem;}
/* Social media kezelés oldal - ugyanaz a pipa lista stílus */
body.online-arculat-page .logo-benefits-list {list-style:none; padding-left:0;}
body.online-arculat-page .logo-benefits-list li {position:relative; padding-left:1.6rem; font-family:"Inter",sans-serif; font-size:16px; line-height:1.4;}
body.online-arculat-page .logo-benefits-list li:before {content:"✅"; position:absolute; left:0; top:0; line-height:1.2; font-size:1rem;}
/* Weboldal design (nyomdai-page) h2 és recommend lista */
body.nyomdai-page h2 {color:#000 !important; font-family:"Inter", sans-serif !important; font-weight:700; line-height:1.2;}
body.nyomdai-page .logo-recommend-list {list-style:none; padding-left:0; margin:0 0 2rem;}
body.nyomdai-page .logo-recommend-list li {position:relative; font-family:"Inter",sans-serif; font-size:16px; line-height:1.4; margin-bottom:.5rem;}

/* Weboldal design (nyomdai-page) - pricing cards next to intro */
/* Engedjük a sortörést, hogy a kép (basis-full) a kártyák alá kerüljön */
body.nyomdai-page .web-pricing-row {flex-wrap:wrap; align-items:flex-start;}
body.nyomdai-page .web-pricing-card {
  width: 200px;
  background:#1B1919;
  color:#FFFEFA;
  border:1px solid #2a2727;
  border-radius:26px;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
  display:flex;
  flex-direction:column;
  height:auto;
}
body.nyomdai-page .web-pricing-card h3 {font-family:"all-round-gothic",sans-serif;}
body.nyomdai-page .web-pricing-card .price-value {border-top:1px solid #FFFEFA; border-bottom:1px solid #FFFEFA; display:block; padding:6px 0; margin:0;}
body.nyomdai-page .web-pricing-card ul {padding-left:0; margin-left:0;}
body.nyomdai-page .web-pricing-card p {font-family:"Inter",sans-serif;}
@media (max-width:640px){
  body.nyomdai-page .web-pricing-row {gap:.75rem;}
  body.nyomdai-page .web-pricing-card {width:150px;}
  body.nyomdai-page .web-pricing-card p {font-size:11px;}
  body.nyomdai-page .web-pricing-card ul {font-size:12px;}
  body.nyomdai-page .web-pricing-card .price-value {font-size:14px !important;}
}

/* Social media kezelés oldal – ugyanaz a web-pricing-card stílus */
body.online-arculat-page .web-pricing-card {
  width: 260px;
  background:#1B1919;
  color:#FFFEFA;
  border:1px solid #2a2727;
  border-radius:26px;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
  display:flex;
  flex-direction:column;
  height:auto;
}
body.online-arculat-page .web-pricing-card h3 {font-family:"all-round-gothic",sans-serif;}
body.online-arculat-page .web-pricing-card ul {padding-left:0; margin-left:0;}
body.online-arculat-page .web-pricing-card p {font-family:"Inter",sans-serif;}
body.online-arculat-page .web-pricing-card.has-popular {position:relative; overflow:hidden;}
@media (max-width:640px){
  body.online-arculat-page .web-pricing-card {width:200px;}
  body.online-arculat-page .web-pricing-card p {font-size:11px;}
  body.online-arculat-page .web-pricing-card ul {font-size:12px;}
}

/* web-image2 width constraint (≈ sum of 3 cards incl gaps) */
body.nyomdai-page .web-image2-wrapper {max-width:700px;}
@media (max-width:640px){
  body.nyomdai-page .web-image2-wrapper {max-width:540px;}
}

/* Nyomdai árlista kártya (bal oldal) */
body.nyomdai-page .price-list-card{
  background:#1B1919;
  color:#FFFEFA;
  border:1px solid #2a2727;
  border-radius:26px;
  box-shadow:0 4px 8px rgba(0,0,0,.25);
  padding:18px 22px;
  width:100%;
  max-width: 420px;
}
body.nyomdai-page .price-list-heading{
  font-family:"all-round-gothic",sans-serif !important;
  font-weight:500;
  font-size:44px;
  text-align:center;
  color:#000;
  margin:0 0 10px;
}
body.nyomdai-page .price-list-title{
  font-family:"all-round-gothic",sans-serif;
  font-weight:600;
  font-size:20px;
  margin:0 0 10px;
}
body.nyomdai-page .price-list{
  list-style:none;
  margin:0;
  padding:0;
}
body.nyomdai-page .price-list li{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:16px;
  padding:8px 0;
  font-family:"Inter",sans-serif;
  font-size:16px;
  line-height:1.4;
}
body.nyomdai-page .price-list li + li{
  border-top:1px solid rgba(255,254,250,0.08);
}
body.nyomdai-page .price-list .label{opacity:.95}
body.nyomdai-page .price-list .value{white-space:nowrap}
@media (max-width:640px){
  body.nyomdai-page .price-list-card{max-width:310px; margin-left:auto; margin-right:auto;}
  body.nyomdai-page .price-list{font-size:14px;}
}

/* Pricing card CTA hover text color: make text black on hover */
.web-pricing-card a:hover,
.logo-pricing-card a:hover,
.pricing-card a:hover { color:#000 !important; }
/* Finomított kisebb kép + árnyék és középre igazítás */
body.nyomdai-page .web-image2-wrapper img#web-image2 {
  width:100%;
  max-width:100%;
  margin:0 auto;
  display:block;
}
@media (max-width:640px){
  body.nyomdai-page .web-image2-wrapper img#web-image2 {width:100%; max-width:100%;}
}

  /* Mobil összecsukható pricing (csak < 1024px látszik, markup-ban lg: hidden) */
  /* Mobil pricing pill sor + panel */
  body.nyomdai-page .mobile-web-pricing {max-width:620px; margin:0 auto;}
  body.nyomdai-page .mobile-price-pills {display:flex; gap:.75rem; justify-content:space-between;}
  body.nyomdai-page .mobile-price-pills .pill-btn {
    flex:1 1 0;
    background:#1B1919;
    color:#FFFEFA;
    border:none;
    border-radius:10px;
    padding:12px 0; /* kicsit szélesebb, hogy elférjen a badge */
    font-family:"Inter",sans-serif;
    font-size:13px;
    font-weight:600;
    position:relative;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    transition:background .25s ease, box-shadow .25s ease;
    min-width: 84px;
  }
  /* Népszerű jelölés a Simple pill-en (forgatott szalag, jobb szélen) */
  body.nyomdai-page .mobile-price-pills .pill-btn.is-popular { overflow: hidden; }
  body.nyomdai-page .mobile-price-pills .pill-btn.is-popular::before {
    content: "Népszerű";
    position: absolute;
    top: 9px;
    right: -15px; /* a gomb jobb szélén belül */
    background: #FFF500;
    color: #000;
    font-size: 6px;
    font-weight: 700;
    padding: 2px 12px;
    transform: rotate(50deg);
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    border-radius: 2px;
    pointer-events: none;
    white-space: nowrap;
    z-index: 2;
  }
  /* A caret igazítása: a padding biztosít helyet, nem kell extra margó */
  body.nyomdai-page .mobile-price-pills .pill-btn.is-popular::after { margin-right: 0; }
  /* A Simple pill (is-popular) ugyanolyan, mint a többiek */
  body.nyomdai-page .mobile-price-pills .pill-btn.is-popular {color:#FFFEFA;}
  body.nyomdai-page .mobile-price-pills .pill-btn .pill-badge {
    position:absolute;
    top:-8px;
    right:6px;
    background:#FFF500;
    color:#000;
    font-size:8px;
    font-weight:700;
    padding:2px 6px;
    border-radius:6px;
    box-shadow:0 2px 4px rgba(0,0,0,.25);
  }
  /* Aktív tab kiemelés sárga keret nélkül; apró caret a felirat után */
  body.nyomdai-page .mobile-price-pills .pill-btn.active {box-shadow:none; outline:none;}
  body.nyomdai-page .mobile-price-pills .pill-btn::after {content:"\25BE"; /* ▼ */ margin-left:6px; font-size:10px; opacity:.9;}
  /* Semleges panel, hogy a desktop kártya stílusát használjuk belül */
  body.nyomdai-page .pill-panel {margin-top:1rem; display:none;}
  body.nyomdai-page .pill-panel.active {display:block;}
  body.nyomdai-page .pill-panel .web-pricing-card {margin:0 auto;}
  /* Szélesebb kártya a mobil panelben */
  @media (max-width:640px){
    body.nyomdai-page .pill-panel .web-pricing-card {width:100%; max-width:300px;}
  }
  /* Mobil kártya: a Népszerű szalag ne lógjon túl a kártyán */
  body.nyomdai-page .web-pricing-card.has-popular { position: relative; overflow: hidden; }
  @media (max-width:640px){
    body.nyomdai-page .web-pricing-card.has-popular .ribbon-popular {
      right: -20px; /* a kártyán belül */
      top: 18px;
      font-size: 9px;
      padding: 2px 25px;
      transform: rotate(45deg);
    }
  }
  @media (min-width:1024px){body.nyomdai-page .mobile-web-pricing {display:none !important;}}

/* Logó oldal - ajánljuk lista pontok nélkül */
body.logo-page .logo-recommend-list {list-style:none; padding-left:0; margin:0 0 1.25rem 0;}
body.logo-page .logo-recommend-list li {font-family:"Inter",sans-serif; font-size:16px; line-height:1.4; margin-bottom:.4rem;}
/* Social media kezelés oldal - ugyanaz a recommend lista stílus mint a logo oldalon */
body.online-arculat-page .logo-recommend-list {list-style:none; padding-left:0; margin:0 0 1.25rem 0;}
body.online-arculat-page .logo-recommend-list li {font-family:"Inter",sans-serif; font-size:16px; line-height:1.4; margin-bottom:.4rem;}

/* Logó oldal - pricing kártyák */
body.logo-page .logo-pricing-card {
  width: 225px;
  background:#1B1919;
  color:#FFFEFA;
  border:1px solid #2a2727;
  border-radius:26px;
  box-shadow:0 4px 8px rgba(0,0,0,.25);
  display:flex;
}

body.logo-page .logo-design-pricing-row {align-items:stretch !important;} 
body.logo-page .logo-pricing-card.align-bottom {margin-top:auto;}

body.logo-page .logo-pricing-card h3 {font-family:"all-round-gothic",sans-serif;}
body.logo-page .logo-pricing-card .price-value {border-top:1px solid #FFFEFA; border-bottom:1px solid #FFFEFA; display:block; padding:6px 0; margin:0;}
body.logo-page .logo-pricing-card ul {padding-left:0; margin-left:0;}
@media (max-width:640px){
  body.logo-page .logo-pricing-card {width:150px;}
}

/* Logo oldal - Noah kép igazítása a kártyák szélességéhez */
body.logo-page #logo-image {
  max-width:100%;
  height:auto;
  display:block;
  margin: 0 auto;
}
@media (max-width:640px){
  body.logo-page #logo-image {max-width:150px;}
}

body.logo-page .img-design-container {
  padding-top: 100px !important;
  padding-bottom: 80px;
}

/* Fejléc elemek középre igazítása */
.navbar-custom .container-fluid,
.navbar-custom .navbar-nav {
  justify-content: center !important;
}

.narrowInput {
  border-width: 1px !important;
}


/* Névjegykártya tervezés oldal - ugyanaz a benefits lista és h2 stílus */
body.nevjegykartya-tervezes-page h2 {color:#000 !important; font-family:"Inter", sans-serif !important;}
body.nevjegykartya-tervezes-page .logo-benefits-list {list-style:none; padding-left:0;}
body.nevjegykartya-tervezes-page .logo-benefits-list li {position:relative; padding-left:1.6rem; font-family:"Inter",sans-serif; font-size:16px; line-height:1.4;}
body.nevjegykartya-tervezes-page .logo-benefits-list li:before {content:"✅"; position:absolute; left:0; top:0; line-height:1.2; font-size:1rem;}
body.nevjegykartya-tervezes-page .pricing-bottom-img { height: auto;}

/* Névjegykártya tervezés oldal - pricing card stílus (logó.html alapján, de szélesebb) */
body.nevjegykartya-tervezes-page .logo-pricing-card {
  width: 230px;
  background: #1B1919;
  color: #FFFEFA;
  border: 1px solid #2a2727;
  border-radius: 26px;
  box-shadow: 0 4px 8px rgba(0,0,0,.25);
  display: flex;
  flex-direction: column;
}
body.nevjegykartya-tervezes-page .logo-pricing-card.align-bottom {margin-top:auto;}
body.nevjegykartya-tervezes-page .logo-pricing-card h3 {font-family: "all-round-gothic",sans-serif;}
body.nevjegykartya-tervezes-page .logo-pricing-card .price-value {border-top:1px solid #FFFEFA; border-bottom:1px solid #FFFEFA; display:block; padding:6px 0; margin:0;}
body.nevjegykartya-tervezes-page .logo-pricing-card ul {padding-left:0; margin-left:0;}
@media (max-width:640px){
  body.nevjegykartya-tervezes-page .logo-pricing-card {width:200px;}
}

/* Névjegykártya oldal - shape igazítás jobb alulra */
body.nevjegykartya-tervezes-page .img-design-container {position:relative;}
body.nevjegykartya-tervezes-page .shape-design-bg.shape-bottom-right {
  position:absolute !important;
  right: 0 !important;
  bottom: 50px !important;
  top: auto !important;
  left: auto !important;
  transform: none;
  pointer-events:none;
}
body.nevjegykartya-tervezes-page .shape-design-bg.shape-bottom-right img {max-width:280px; height:auto; display:block;}
@media (max-width:992px){
  body.nevjegykartya-tervezes-page .shape-design-bg.shape-bottom-right img {max-width:200px;}
}
@media (max-width:576px){
  body.nevjegykartya-tervezes-page .shape-design-bg.shape-bottom-right {display:none;}
}

/* Névjegykártya oldal - kettős (kártya + kép) elrendezés */
body.nevjegykartya-tervezes-page .dual-offer {gap:1.5rem; align-items:center;}
body.nevjegykartya-tervezes-page .dual-offer > .logo-pricing-card,
body.nevjegykartya-tervezes-page .dual-offer > .pricing-bottom-img-wrapper {flex:1 1 0;}
body.nevjegykartya-tervezes-page .dual-offer > .logo-pricing-card {align-self:center; height:auto; width:100%; max-width:260px; margin:0 auto;}
body.nevjegykartya-tervezes-page .dual-offer > .pricing-bottom-img-wrapper {display:flex; align-items:center; justify-content:center;}
body.nevjegykartya-tervezes-page .dual-offer .pricing-bottom-img {width:100%; margin-bottom: 0 !important;}
body.nevjegykartya-tervezes-page .dual-offer .pricing-bottom-img img {
  max-width:230px;
  width:auto;
  height:auto;
  max-height:400px;
  display:block;
  border-radius:18px;
}
@media (max-width:992px){
  body.nevjegykartya-tervezes-page .dual-offer {flex-direction:row; align-items:stretch;}
  body.nevjegykartya-tervezes-page .dual-offer > .pricing-bottom-img-wrapper {align-items:flex-end; justify-content:center;}
}

/* Névjegykártya oldal – mobil: még keskenyebb kártya és kép limit */
@media (max-width:640px){
  body.nevjegykartya-tervezes-page .dual-offer > .logo-pricing-card { max-width:200px; }
  body.nevjegykartya-tervezes-page .dual-offer .pricing-bottom-img img { max-width:220px; }
}

body.nevjegykartya-tervezes-page .guarantees-list {
  list-style: none;
  padding-left: 0;
}

body.nevjegykartya-tervezes-page .img-design-container {
  padding-bottom: 20px;
}

/* Social media kezelés és nyomdai oldalak már mobileszközre optimalizálva a responsive.css-ben, 
   itt csak az overflow-x hidden szükséges, amit már megtettünk body szinten. */
/* Checkbox pipa színének beállítása */


.small-italic-link {
  font-size: 0.75rem;
  /* Kisebb betűméret */
  font-style: italic;
  /* Dőlt betűstílus */
  padding-top: -1rem;
}


/* Animáció: Beúszás balról */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Animáció: Beúszás jobbról */
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Animáció: Fade-in (előbukkanás) */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Alap animáció osztályok */
.animate-left {
  animation: slideInLeft 1s forwards;
  opacity: 0;
}

.animate-right {
  animation: slideInRight 1s forwards;
  opacity: 0;
}

.animate-fade {
  animation: fadeIn 1s forwards;
  opacity: 0;
}

/* Animáció késleltetések */
.animate-left.delay-1 {
  animation-delay: 0.3s;
}

.animate-left.delay-2 {
  animation-delay: 0.6s;
}

.animate-left.delay-3 {
  animation-delay: 0.9s;
}

.animate-right.delay-1 {
  animation-delay: 1.2s;
}

.animate-fade.delay-1 {
  animation-delay: 1.5s;
}

/* Alap beállítások az animált elemekhez */
.animate-left,
.animate-right,
.animate-fade {
  opacity: 0;
  /* Kezdetben rejtett */
}

/* Animáció befejezésekor látható marad */
.animate-left,
.animate-right,
.animate-fade {
  animation-fill-mode: forwards;
}

/* Animációk kisebb képernyőkön */
@media (max-width: 992px) {
  .pricing-row {
    flex-direction: column;
    align-items: center;
  }

  .animate-left,
  .animate-right,
  .animate-fade {
    transform: translateX(0) !important;
    /* Az animáció kikapcsolása, ha szükséges */
    opacity: 1 !important;
  }
}



/* =========================
   Animation Keyframes
   ========================= */

/* Animáció: Beúszás balról */
@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Animáció: Fade-in (előbukkanás) */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* =========================
 Animation Classes
 ========================= */

/* Fade-in animation */
.animate-fade-in {
  animation: fadeIn 1s ease-in-out forwards;
}

/* Slide-in from left */
.animate-slide-in-left {
  animation: slideInLeft 1s ease-in-out forwards;
}

/* Slide-in from right */
.animate-slide-in-right {
  animation: slideInRight 1s ease-in-out forwards;
}

/* Barba Wrapper és Container alapbeállításai */
#barba-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.barba-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* Előre animációk elrejtése */
  opacity: 1;
  transition: opacity 0.5s ease;
}

/* Overlay animációk stílusa */
.transition-overlay-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* Fekete félig átlátszó overlay */
  z-index: 9999;
  transform: translateX(0);
  transition: transform 1s ease;
}

/* Példa animáció osztályok */
.animate-left {
  opacity: 0;
  transform: translateX(-50px);
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

.delay-3 {
  animation-delay: 0.9s;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


button {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background-color: #007BFF;
  color: white;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}

button:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}


.carousel-control-prev {
  box-shadow: none;
}

.carousel-control-next {
  box-shadow: none;
}


/* Animáció: Beúszás balról */
@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Animáció: Fade-in (előbukkanás) */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Animáció osztályok */
.animate-left {
  animation: slideInLeft 1s ease-in-out forwards;
  opacity: 0;
  /* Kezdetben rejtett */
}

.animate-fade {
  animation: fadeIn 1s ease-in-out forwards;
  opacity: 0;
  /* Kezdetben rejtett */
}

/* Animáció késleltetések */
.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

.delay-3 {
  animation-delay: 0.9s;
}

.delay-4 {
  animation-delay: 1.2s;
}

.delay-5 {
  animation-delay: 1.5s;
}

.delay-6 {
  animation-delay: 1.8s;
}

/* Alap beállítások az animált elemekhez */
.animate-left,
.animate-fade {
  opacity: 0;
  /* Kezdetben rejtett */
  animation-fill-mode: forwards;
  /* Látható marad az animáció után */
}

/* Animációk kisebb képernyőkön */
@media (max-width: 992px) {

  .rolam-contnet,
  .rolam-list,
  .rolam-techology {
    transform: translateX(0) !important;
    opacity: 1 !important;
    animation: none !important;
  }

  .profile {
    opacity: 1 !important;
    animation: none !important;
    padding: 20px;
  }
}


/* overlay-inner */
.overlay-inner {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  /* Semi-bold súly */
}


/* Dropdown caret eltüntetése */
.nav-item.dropdown.no-caret .dropdown-toggle::after {
  display: none;
}


/* Footer Section CSS Start Here */
/* Footer Section CSS Start Here */

footer {
  background-color: #000;
  color: #fff;
  position: relative;
  border: none;
  margin-top: auto;
  font-size: 12px !important;
  /* Betűméret 15px-re módosítva */
  padding-top: 5px;
  /* Felső padding megtartása vagy szükség szerint módosítás */
  padding-bottom: 5px;
  /* Alsó padding megtartása vagy szükség szerint módosítás */
}

footer p {
  font-size: 12px !important;
  /* Betűméret 15px-re módosítva */
  margin: 0;
  padding: 0;
}

footer a {
  font-size: 12px !important;
  /* Betűméret 15px-re módosítva */
  color: #fff;
}

footer a:hover {
  color: #f8f8f8;
}

footer span {
  font-size: 12px !important;
  /* Betűméret 15px-re módosítva */
}

/* Footer Section CSS End Here */
/* Kibővített / módosított stílusok a dobozhoz és a gombhoz */
.services-section-large-btn .bg-dark {
  background-color: #000 !important;
  /* Fő doboz fekete háttér */
}

.services-section-large-btn .bg-dark p {
  color: #fff !important;
  /* Fő doboz szövege fehér */
}

.services-section-large-btn .bg-dark a {
  background-color: yellow !important;
  /* Gomb alapból sárga háttér */
  color: #000 !important;
  /* Gomb szövege fekete */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.services-section-large-btn .bg-dark a:hover {
  background-color: #000 !important;
  /* Hoverkor a gomb fekete */
  color: yellow !important;
  /* Hoverkor a gomb szövege sárga */
}

.line-tight {
  line-height: 1.2 !important;
  /* Sortörés esetén kicsit szorosabb sorköz */
  margin-bottom: 15px !important;
  /* Kis távolság a bekezdés alján, hogy elkülönüljön a következő elemtől */
}

.hogyan-dolgozunk-item-title p {
  font-family: "all-round-gothic", sans-serif !important;
  font-weight: 600 !important;
  font-size: x-large;

}

.contact-details a {
  padding: 2px 0 !important;
  /* Csökkentett padding felülírása */
  margin-bottom: 2px !important;
  /* Esetleges plusz margó felülírása */
  line-height: 1.2 !important;
  /* Ha még szorosabb sortávolság kell */
}

/* Egységes betűméret a .work-hours szekcióban 
   (Elérhetőségek, telefon, email, hétfő, kedd stb.) */
.work-hours,
.work-hours * {
  font-size: 16px !important;
}

/* Ugyanakkora ikonok és egyenlő térköz a logók között */
.rolam-techology-logo {
  display: flex;
  flex-wrap: wrap;
  /* Ha nem fér ki egy sorban, új sorba törik */
  gap: 10px;
  /* Ikonok közötti hézag, tetszés szerint módosíthatod */
}

.rolam-techology-logo img {
  width: 40px;
  /* Minden ikon 40px széles */
  height: 40px;
  /* Minden ikon 40px magas */
  object-fit: contain;
  /* Megőrzi az eredeti logó arányait, de kitölti a 40×40 keretet */
  margin: 0;
  /* Nincs extra margó */
}


/* Adjuk meg a .portfolio-item alap- és hover-stílusait */
.portfolio-item {
  transition: transform 0.3s ease;
  /* szép finom átmenet */
  cursor: pointer;
  /* kurzor váltás, hogy kattinthatónak tűnjön */
}

.portfolio-item:hover {
  transform: scale(1.3);
  /* kissé nagyítsuk fel hover állapotban */
}

.modal-title {
  text-align: center;
}

.form-check-input {
  accent-color: black;
}

.overlay-inner a {
  font-weight: 400;
  /* Válaszd ki a kívánt font-weight értéket */
}

/* Mobile-only rejtése */
.mobile-only {
  display: none !important;
}

/* 800px és alatta megjelenítjük a mobile-only szakaszt */
@media screen and (max-width: 800px) {
  .mobile-only {
    display: block !important;
    /* Ha flex elrendezésre van szükség, használhatod a flex-et */
    /* Például, ha a belső div flexbox, akkor lehet:
    display: flex !important;
    flex-direction: column;
    */
  }
}

/* === CUSTOM ADJUSTMENTS PER CLIENT REQUEST === */
/* 1. Headline és body text mérete kicsit kisebb (10%-kal csökkentve) */


/* 2. Modal belső görgetésének letiltása, hogy a képek ne lógjanak egymásra */
.modal-body {
  overflow-y: hidden !important;
}

/* 3. Képek között 1rem távolság (fent és lent) */
.modal-body img,
.modal-footer img,
.portfolio-item img {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* === VÉGE A CUSTOM ADJUSTMENTS-nek === */


/* 2. Modal belsejében ne lehessen külön görgetni */
.modal-body {
  overflow-y: hidden !important;
}

/* 3. A modal-okban és a portfolio elemek képei között 1 rem távolság */
.modal-body img,
.modal-footer img,
.portfolio-item img {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.modal .modal-body {
  overflow-y: hidden !important;
}

.modal .modal-body img,
.modal .modal-footer img,
.portfolio .portfolio-item img {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.custom-portfolio-img {
  width: 1944px;
  height: 300px;
  border-radius: 15px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.img-design {
  position: absolute;
  top: 18rem;
  /* Alapértelmezett pozíció */
  transform: translateY(6rem);
  /* 6rem-el lejjebb tolja */
  right: -2rem;
  z-index: 1;
}


/* Modal tartalom görgethetőségének beállítása */
.modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

/* Modal képek közötti térköz növelése */
.modal-body img,
.modal-footer img,
.portfolio-item img {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* Modal tartalom görgethetőségének beállítása */
.modal-body {
  overflow-y: auto;
  /* Görgethető, ha túl hosszú a tartalom */
  padding: 20px;
}

/* Képek közötti térköz a portfolio-ban */
.portfolio-item img {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* Ensure the body and html take up the full height */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Flexbox layout to push the footer to the bottom */
body {
  display: flex;
  flex-direction: column;
}

/* Main content area should grow to take up available space */
main {
  flex: 1;
}

/* Footer styling */
footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  margin-top: auto;
  /* Push the footer to the bottom */
}

/* Ensure the footer content is centered */
footer .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Footer text styling */
footer p {
  margin: 0;
  font-size: 14px;
}

/* Footer links styling */
footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* Left-aligned text */
.footer-left {
  text-align: left;
}

/* Right-aligned text */
.footer-right {
  text-align: right;
}

.custom-portfolio-img {
  /* Let the image size itself. No forced width or height: */
  max-width: 100%;
  height: auto;

  /* If you still want a box but show entire image: */
  /* object-fit: contain; */

  border-radius: 15px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 2. Modal belső görgetésének letiltása */
.modal-body {
  overflow-y: hidden !important;
}

.modal .modal-body {
  overflow-y: hidden !important;
}

.modal-body img {
  overflow: visible !important;
}

/* Allow scrolling in modal body instead of hiding overflow */
.modal-body,
.modal .modal-body {
  overflow-y: auto !important;
}

/* You can remove the following if not needed */
/* .modal-body img {
  overflow: visible !important;
} */

@media (max-width: 576px) {
  .modal-title.my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

footer .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}

footer .row {
  margin: 0;
}

/* Left side content flush left */
.footer-left {
  text-align: left !important;
  padding-left: 1rem;
  /* Adjust as needed */
}

/* Right side content flush right */
.footer-right {
  text-align: right !important;
  padding-right: 1rem;
  /* Adjust as needed */
}


html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}


.body-overlay {
  display: none !important;
}

.offcanvas {
  overflow-y: auto !important;
}

.offcanvas-body .nav-link {
  position: relative;
  z-index: 10;
}


/* ======= Képek teljes láthatósága ======= */
.portfolio-item img,
.modal-body img,
.modal-footer img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  /* A teljes kép megjelenítése vágás nélkül */
  display: block;
  margin: 0 auto;
}

/* ======= Modal címek láthatósága ======= */
.modal-title {
  text-align: center;
  /* Középre igazított cím */
  font-size: 24px;
  /* Nagyobb betűméret */
  font-weight: bold;
  /* Erőteljesebb címek */
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* ======== MODAL JAVÍTÁSOK ======== */

/* A modalok teljes szélességben nyíljanak meg, hogy minden kép elférjen */
.modal-dialog {
  max-width: 90vw;
  /* A modál szélességének növelése */
  margin: 2rem auto;
}

/* A modal tartalma ne legyen túl keskeny, és ne vágja le a képeket */
.modal-content {
  max-height: none !important;
  overflow: visible !important;
  padding: 20px;
}

/* A modal testében ne legyen felesleges görgetés */
.modal-body {
  overflow-y: visible !important;
  padding: 20px;
}

/* ======== KÉPKEZELÉS ======== */

/* Az összes modalban lévő kép teljes szélességben jelenjen meg */
.modal-body img,
.modal-footer img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  /* A teljes kép látható marad */
  display: block;
  margin: 0 auto;
}

/* Ha két kép egymás mellett van, biztosítjuk, hogy ne vágja le őket */
.modal-body .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  /* Képek közötti tér */
}

.modal-body .row img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* ======== CÍMEK JAVÍTÁSA ======== */

/* A címek mindig középen jelenjenek meg */
.modal-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 10px;
}

/* A cím és a képek közötti megfelelő tér biztosítása */
.modal-body .modal-title {
  margin-bottom: 20px;
}

/* ======== MODAL LÁTHATÓSÁG ÉS FORMÁZÁS ======== */

/* A modal ne tartalmazzon felesleges görgetést */
.modal-content {
  max-height: none;
  overflow-y: visible;
}

/* A modal cím és a tartalom közötti megfelelő tér */
.modal-body-content {
  padding: 10px 0;
}

/* Térköz a modal lábrészében lévő képek között */
.modal-footer img {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ======== RESPONSIVE BEÁLLÍTÁSOK ======== */

/* Mobilnézetben a modal szélességének optimalizálása */
@media (max-width: 576px) {
  .modal-dialog {
    max-width: 95vw;
  }

  .modal-title {
    font-size: 20px;
  }
}


html,
body {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  position: relative !important;
  height: 100% !important;
}

/* Hidden utility for IO-triggered animations */
.hidden {
  opacity: 0;
}

/* ================= Partners Section ================= */
.partners-section {
  padding: 40px 0 20px;
  /* kisebb alsó padding, hogy az overlap harmonikus legyen */
  position: relative;
  z-index: 1;
}

.partners-section .section-title h2 {
  font-size: 30px;
  font-weight: 900;
  color: #737373;
  font-family: "Inter", sans-serif !important;
}

.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 10px;
}

.partners-logos .partner-item {
  flex: 0 1 200px;
  text-align: center;
  opacity: 0.85;
  transition: all .3s ease;
}

.partners-logos .partner-item:hover {
  opacity: 1;
  transform: translateY(-4px);
}

.partners-logos img {
  max-width: 180px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Price value borders */
.price-value {
  display: block;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 600;
  /* medium-bold */
  font-size: 24px;
  color: #FFFEFA;
  border-top: 1px solid #FFFEFA;
  border-bottom: 1px solid #FFFEFA;
  padding: 8px 0;
  margin: 0;
}

/* Mobil optimalizáció */
@media (max-width: 576px) {
  .partners-logos {
    gap: 2rem;
  }

  .partners-logos img {
    max-width: 140px;
  }
}

/* Extra hely a global-contact-details fölött, hogy ne lógjon össze */
/* Overlap: húzzuk fel a globális kontakt dobozt, hogy belelógjon a partnerek szekcióba */
.global-contact-details {
  margin-top: -100px;
  /* tovább feljebb húzva (-90px előtt volt) finomhangolható: -90..-120 */
  position: relative;
  z-index: 5;
  /* a partnerek logói fölé kerüljön, ha takarás lenne */
}

/* Mobil nézetben NE lógjon bele a partnerek szekcióba */
@media (max-width: 768px) {
  .global-contact-details {
    margin-top: 20px !important;
    /* vissza normál flow-ba */
  }
  /* Pricing kártyák feljebb tolása mobilon */
  .mobile-card-lift {
    margin-top: -180px; /* finomhangolható érték */
  }
}