/* --- Miért minket? vízszintes kártyák --- */
.whyus-horizontal-list {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.whyus-horizontal-card {
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 6px 32px 0 rgba(0, 116, 162, 0.07), 0 1.5px 8px 0 rgba(0, 0, 0, 0.04);
  border: 1.5px solid #e0e6ea;
  overflow: hidden;
  min-height: 180px;
  margin-bottom: 0.7rem;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  transition: box-shadow 0.25s, transform 0.25s;
}

.whyus-horizontal-card:hover {
  box-shadow: 0 6px 32px 0 rgba(0, 116, 162, 0.747), 0 1.5px 8px 0 rgba(0, 0, 0, 0.61);
  transform: translateY(-6px) scale(1.02);
}

.whyus-horiz-left {
  position: relative;
  flex: 0 0 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 180px;
  background: #f5f8fa;
  overflow: hidden;
}

.whyus-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.72;
}

.whyus-horiz-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, #f5f7facf 0%, #e3f0fa 100%);
  opacity: 0.82;
}

.whyus-horiz-iconbox {
  position: relative;
  z-index: 3;
  padding-left: 1.2rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
}

.whyus-horiz-iconbox .trust-icon {
  min-width: 68px;
  min-height: 68px;
  max-width: 68px;
  max-height: 68px;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  color: #fff;
  box-shadow: 0 2px 16px 0 rgba(0, 116, 162, 0.13);
  border: 2.5px solid #fff;
  overflow: hidden;
  font-size: 2.1rem;
  margin: 0;
}

.whyus-horiz-title {
  color: var(--steel-blue);
  font-weight: 800;
  font-size: 1.13rem;
  letter-spacing: 0.5px;
  text-align: left;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.12);
}

.whyus-horiz-right {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.2rem;
  background: #fff;
  min-height: 180px;
}

.whyus-horiz-desc {
  color: #2E2E2E;
  font-size: 1.08rem;
  font-weight: 500;
  text-align: left;
  max-width: 370px;
  min-width: 320px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

@media (max-width: 991.98px) {
  .whyus-horizontal-list {
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .whyus-horizontal-card {
    flex-direction: column;
    min-height: 0;
    align-items: stretch;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .whyus-horiz-left {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 1.2rem 1rem 0.5rem 1rem;
    border-radius: 1.5rem 1.5rem 0 0;
    justify-content: flex-start;
    min-height: 120px;
    position: relative;
    overflow: hidden;
  }

  .whyus-horiz-right {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 0.5rem 1.2rem 1.2rem 1.2rem;
    border-radius: 0 0 1.5rem 1.5rem;
    min-height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .whyus-bg-img,
  .whyus-horiz-overlay {
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .whyus-horiz-iconbox {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    justify-content: flex-start;
  }

  .whyus-horiz-desc {
    max-width: 100%;
    min-width: 0;
    font-size: 1.01rem;
    padding: 0;
    min-height: 0;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .whyus-horizontal-list {
    padding-left: 0;
    padding-right: 0;
  }

  .whyus-horizontal-card {
    flex-direction: column !important;
    border-radius: 1.1rem;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    width: 100%;
    align-items: stretch;
    overflow: hidden;
  }

  .whyus-horiz-left {
    min-width: 0;
    width: 100%;
    /* Remove max-width for mobile */
    padding: 0;
    border-radius: 1.1rem 1.1rem 0 0;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/5;
  }

  /* Fallback for browsers without aspect-ratio */
  @supports not (aspect-ratio: 16/7) {
    .whyus-horiz-left {
      height: 38vw;
      min-height: 120px;
      max-height: 220px;
    }
  }

  .whyus-horiz-iconbox {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 1.2rem 0.7rem 1.2rem 0.7rem;
    /* extra vertical padding for icon */
    position: relative;
    z-index: 3;
  }

  .whyus-horiz-right {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    padding: 2rem;
    border-radius: 0 0 1.1rem 1.1rem;
    min-height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .whyus-bg-img,
  .whyus-horiz-overlay {
    border-radius: 1.1rem 1.1rem 0 0;
  }

  .whyus-horiz-iconbox {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start;
  }

  .whyus-horiz-title {
    font-size: 1rem;
  }

  .whyus-horiz-desc {
    font-size: 0.98rem;
    min-width: 0;
    max-width: 100%;
    padding: 0;
    text-align: left;
    min-height: 0;
    display: block;
  }

  /* Remove min-width from .whyus-horiz-desc for mobile */
}


.trust-card {
  background: #f8fafc;
  border-radius: 1.7rem;
  box-shadow: 0 6px 32px 0 rgba(0, 116, 162, 0.07), 0 1.5px 8px 0 rgba(0, 0, 0, 0.04);
  border: 1.5px solid #e0e6ea;
  padding: 2.5rem 1.5rem 1.7rem 1.5rem;
  min-height: 260px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.trust-card:hover {
  box-shadow: 0 12px 40px 0 rgba(0, 116, 162, 0.13), 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  transform: translateY(-10px) scale(1.04);
}

.trust-icon {
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  color: #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  margin: 0 auto 1.2rem auto;
  box-shadow: 0 2px 16px 0 rgba(0, 116, 162, 0.13);
  border: 2.5px solid #fff;
}

@media (max-width: 575.98px) {
  .trust-icon {
    margin-left: 1rem !important;
  }
}

.trust-card h5 {
  color: var(--steel-blue);
  font-weight: 800;
  margin-bottom: 0.6rem;
  font-size: 1.18rem;
  letter-spacing: 0.5px;
}

.trust-card p {
  color: #2E2E2E;
  font-size: 1.08rem;
  font-weight: 500;
}

/* --- Process / Hogyan dolgozunk szekció --- */
.process-section {
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e8f4f8 100%);
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.process-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23e0e6ea" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.4;
  z-index: 1;
  pointer-events: none;
}

.process-section>.container {
  position: relative;
  z-index: 2;
}

.process-title {
  color: var(--steel-blue);
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.process-lead {
  color: var(--main-dark-alt);
  font-size: 1.18rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 3.5rem auto;
}

.process-timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.process-step {
  position: relative;
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 8px 30px rgba(0, 116, 162, 0.08);
  border: 2px solid rgba(0, 116, 162, 0.1);
  padding: 2.5rem 2rem;
  margin-bottom: 2rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.process-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--steel-blue) 0%, var(--cta-orange) 100%);
  opacity: 0;
  transition: opacity 0.4s;
}

.process-step:hover::before {
  opacity: 1;
}

.process-step:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 45px rgba(0, 116, 162, 0.15);
  border-color: var(--steel-blue);
}

.process-step-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.process-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  color: white;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.4rem;
  margin-right: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 116, 162, 0.3);
  position: relative;
  overflow: hidden;
}

.process-number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.process-step:hover .process-number::after {
  width: 100%;
  height: 100%;
}

.process-step-title {
  color: var(--main-dark);
  font-weight: 800;
  font-size: 1.4rem;
  margin: 0;
  flex: 1;
}

.process-step-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.process-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(0, 116, 162, 0.1) 0%, rgba(255, 111, 0, 0.1) 100%);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--steel-blue);
  flex-shrink: 0;
  transition: all 0.3s;
}

.process-step:hover .process-icon {
  transform: rotate(5deg) scale(1.1);
  background: linear-gradient(135deg, rgba(0, 116, 162, 0.15) 0%, rgba(255, 111, 0, 0.15) 100%);
}

.process-description {
  flex: 1;
}

.process-description p {
  color: var(--main-dark-alt);
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.process-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.process-features li {
  color: var(--main-dark-alt);
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
  position: relative;
}

.process-features li::before {
  content: "✓\00A0";
  color: #28a745;
  font-weight: bold;
}

/* Connect lines between steps */
.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 2rem;
  background: linear-gradient(180deg, var(--steel-blue) 0%, rgba(0, 116, 162, 0.3) 100%);
  z-index: 1;
}

@media (max-width: 991.98px) {
  .process-step-content {
    flex-direction: column;
    text-align: center;
  }

  .process-icon {
    margin: 0 auto;
  }

  .process-step-header {
    justify-content: center;
    text-align: center;
  }

  .process-step {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .process-title {
    font-size: 1.8rem;
  }

  .process-step {
    padding: 2rem 1.5rem;
  }

  .process-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    margin-right: 1rem;
  }

  .process-step-title {
    font-size: 1.2rem;
  }

  .process-icon {
    width: 70px;
    height: 70px;
    font-size: 1.8rem;
  }
}

/* --- Miért minket? szekció --- */
.whyus-section {
  position: relative;
  background: var(--light-grey);
  background-image: url('../img/why_us_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 4rem;
  padding-bottom: 3rem;
  z-index: 1;
}

.whyus-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgb(221 221 221 / 90%) 0%, rgb(151 190 205 / 80%) 100%);
  pointer-events: none;
}

.whyus-section>.container,
.whyus-section .row,
.whyus-section .col-lg-10 {
  position: relative;
  z-index: 3;
}

.whyus-title {
  font-size: 2rem;
  color: var(--main-dark);
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 2.2rem;
}

.whyus-card {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.07);
  padding: 2.2rem 1.2rem 1.5rem 1.2rem;
  margin-bottom: 1.2rem;
  transition: box-shadow 0.25s, transform 0.25s;
  text-align: center;
  min-height: 220px;
}

.whyus-card:hover {
  box-shadow: 0 8px 32px 0 rgba(0, 116, 162, 0.13);
  transform: translateY(-6px) scale(1.03);
}

.whyus-icon {
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 1rem auto;
  box-shadow: 0 2px 10px 0 rgba(0, 116, 162, 0.10);
}

.whyus-card h5 {
  color: var(--steel-blue);
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.13rem;
}

.whyus-card p {
  color: #333;
  font-size: 1.04rem;
}

/* --- Partnerlogók / Megbízók szekció --- */
.partners-section {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 3rem;
  border-top: 1px solid #e0e0e0;
}

.partners-title {
  color: var(--main-dark);
  font-weight: 900;
  letter-spacing: 1px;
}

.partners-lead {
  color: var(--steel-blue);
  font-size: 1.13rem;
  margin-bottom: 2.2rem;
}

.partner-logo {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  filter: grayscale(0.2) contrast(1.1);
  opacity: 0.85;
  transition: filter 0.2s, opacity 0.2s, transform 0.2s;
}

.partner-logo:hover {
  filter: grayscale(0) contrast(1.2) drop-shadow(0 2px 8px rgba(0, 116, 162, 0.10));
  opacity: 1;
  transform: scale(1.07);
}

.testimonial-card {
  background: var(--light-grey);
  border-radius: 1.1rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 1.2rem;
}

.testimonial-text {
  color: var(--main-dark-alt);
  font-size: 1.08rem;
  font-style: italic;
}

.testimonial-author {
  color: var(--steel-blue);
  font-size: 1rem;
  font-weight: 600;
}

/* --- Kapcsolat CTA szekció (sales design) --- */
.contact-cta-section {
  position: relative;
  background: var(--steel-blue);
  background-image: url('../img/contact_cta_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  z-index: 1;
}

.contact-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(135deg, rgba(0, 116, 162, 0.85) 0%, rgba(31, 31, 31, 0.75) 100%);
  pointer-events: none;
}

.contact-cta-section>.container,
.contact-cta-section .row,
.contact-cta-section .col-lg-8 {
  position: relative;
  z-index: 3;
}

.contact-cta-title {
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

.contact-cta-lead {
  color: #e8f4f8;
  font-size: 1.15rem;
  line-height: 1.65;
  max-width: 750px;
  margin: 0 auto 2rem auto;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}

.contact-cta-lead strong {
  color: #fff;
  font-weight: 700;
}

.contact-cta-btn {
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
  border-radius: 0.7rem;
  box-shadow: 0 6px 24px rgba(255, 111, 0, 0.25);
  text-transform: none;
  font-weight: 700;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.contact-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 111, 0, 0.4), 0 0 25px rgba(255, 111, 0, 0.3);
  background: var(--cta-orange-alt);
  color: var(--white);
}

.contact-cta-btn:active {
  transform: translateY(-1px);
  transition: all 0.1s;
}

.contact-cta-note {
  color: #d0e7f0;
  font-size: 0.95rem;
  margin-top: 1.5rem;
}

.contact-cta-note i {
  color: var(--cta-orange);
}

@media (max-width: 767.98px) {
  .contact-cta-title {
    font-size: 1.8rem;
  }

  .contact-cta-lead {
    font-size: 1.05rem;
  }

  .contact-cta-btn {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}

/* --- Footer --- */
.footer-section {
  background: var(--main-dark);
  color: #e0e0e0;
  padding: 3.5rem 0 1.5rem 0;
}

.footer-brand {
  font-size: 1.8rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-subtitle {
  display: block;
  font-size: 0.9rem;
  color: #b0b0b0;
  font-weight: 600;
  margin-top: 0.2rem;
}

.footer-desc {
  color: #b0b0b0;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  gap: 0.8rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  color: #e0e0e0;
  border-radius: 50%;
  transition: all 0.3s;
  text-decoration: none;
}

.footer-social-link:hover {
  background: var(--steel-blue);
  color: #fff;
  transform: translateY(-2px);
}

.footer-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1.2rem;
  font-family: 'Montserrat', Arial, sans-serif;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: var(--steel-blue);
}

.footer-contacts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contacts li {
  color: #b0b0b0;
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
}

.footer-contacts i {
  color: var(--steel-blue);
  width: 16px;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 2.5rem 0 1.5rem 0;
}

.footer-copyright {
  color: #888;
  font-size: 0.9rem;
}

.footer-developer {
  color: #888;
  font-size: 0.9rem;
}

.footer-developer a {
  color: var(--steel-blue);
  text-decoration: none;
  font-weight: 600;
}

.footer-developer a:hover {
  color: var(--cta-orange);
}

@media (max-width: 767.98px) {
  .footer-section {
    padding: 2.5rem 0 1.5rem 0;
  }

  .footer-brand {
    font-size: 1.5rem;
  }

  .col-md-6.text-md-end {
    text-align: left !important;
    margin-top: 0.5rem;
  }
}

.contact-info {
  border-radius: 1.1rem;
}

.contact-info-title {
  font-weight: 800;
  color: var(--main-dark);
  margin-bottom: 0.25rem;
}

.contact-info-lead {
  color: var(--main-dark-alt);
}

.contact-contacts li {
  color: var(--main-dark-alt);
  margin-bottom: 0.45rem;
}

.contact-form .form-control {
  border-radius: 0.65rem;
  border: 1px solid #e6e9ec;
  padding: 0.85rem 0.9rem;
  font-size: 0.98rem;
}

.contact-form .form-control:focus {
  box-shadow: 0 6px 24px rgba(0, 116, 162, 0.08);
  border-color: var(--steel-blue);
}

.contact-form .form-check-label a {
  color: var(--steel-blue);
  text-decoration: underline;
}

.contact-form .btn-cta {
  padding: 0.7rem 1.2rem;
}

.contact-cta-link {
  border-radius: 0.6rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#contactResult {
  min-height: 1.2rem;
}

@media (max-width: 991.98px) {
  .contact-section .row {
    gap: 1rem;
  }
}

/* --- Kapcsolat / Contact section redesign --- */
.contact-section {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.01));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.contact-info {
  border-radius: 1.1rem;
}

.contact-info-title {
  font-weight: 800;
  color: var(--main-dark);
  margin-bottom: 0.25rem;
}

.contact-info-lead {
  color: var(--main-dark-alt);
}

.contact-contacts li {
  color: var(--main-dark-alt);
  margin-bottom: 0.45rem;
}

.contact-form .form-control {
  border-radius: 0.65rem;
  border: 1px solid #e6e9ec;
  padding: 0.85rem 0.9rem;
  font-size: 0.98rem;
}

.contact-form .form-control:focus {
  box-shadow: 0 6px 24px rgba(0, 116, 162, 0.08);
  border-color: var(--steel-blue);
}

.contact-form .form-check-label a {
  color: var(--steel-blue);
  text-decoration: underline;
}

.contact-form .btn-cta {
  padding: 0.7rem 1.2rem;
}

.contact-cta-link {
  border-radius: 0.6rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#contactResult {
  min-height: 1.2rem;
}

@media (max-width: 991.98px) {
  .contact-section .row {
    gap: 1rem;
  }
}

/* --- Kapcsolatfelvétel szekció --- */
.contact-section {
  background: var(--steel-blue);
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.contact-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
}

.contact-lead {
  color: #e0e0e0;
  font-size: 1.13rem;
  margin-bottom: 2.2rem;
}

.contact-form {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
  padding: 2rem 1.5rem;
}

.contact-form .form-control {
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.contact-form .form-control:focus {
  border-color: var(--steel-blue);
  box-shadow: 0 0 0 2px rgba(0, 116, 162, 0.10);
}

.contact-form .btn-cta {
  font-size: 1.08rem;
  padding: 0.7rem 2rem;
}

:root {
  /* Főszín: Sötétszürke */
  --main-dark: #1F1F1F;
  --main-dark-alt: #2E2E2E;
  /* Kiemelő szín: Acélkék */
  --steel-blue: #0074A2;
  --steel-blue-dark: #005B82;
  /* Másodlagos színek */
  --white: #FFFFFF;
  --light-grey: #F5F5F5;
  /* Call-to-action */
  --cta-orange: #FF6F00;
  --cta-orange-alt: #FF8C00;
  --cta-rust: #C1440E;
}

.nav-sticky {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.10);
}

.nav-sticky.navbar-custom {
  background: rgba(31, 31, 31, 0.8) !important;
  background: color-mix(in srgb, var(--main-dark) 100%, transparent 20%) !important;
}

.navbar-custom {
  background: rgba(31, 31, 31, 0.5) !important;
  background: rgba(31, 31, 31, 0.5) !important;
  /* fallback */
  background: color-mix(in srgb, var(--main-dark) 100%, transparent) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.5s, backdrop-filter 0.5s;
}

/* Egységes, átmenetes, halványszürke kártya háttér, hoverre narancsos outer glow */

.service-card {
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  border-radius: 1.25rem;
  box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.10);
  transition: transform 0.25s cubic-bezier(.4, 2, .6, 1),
    box-shadow 0.25s,
    filter 0.25s;
  border: none;
  min-height: 340px;

  will-change: transform;
  overflow: hidden;
  position: relative;

  z-index: 2;
}

.service-card.card-in {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: none;
}

.service-card:not(.card-in) {
  opacity: 0;
  transform: translateY(40px) scale(0.98);

  .service-card {
    background: linear-gradient(135deg, var(--light-grey) 0%, #e0e0e0 100%);
    border-radius: 1.25rem;
    box-shadow: 0 6px 32px 0 rgba(0, 0, 0, 0.10);
    transition: transform 0.25s cubic-bezier(.4, 2, .6, 1), box-shadow 0.25s, filter 0.25s;
    border: none;
    min-height: 340px;
    will-change: transform;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }

  animation: cardIn 0.8s cubic-bezier(.4, 2, .6, 1) forwards;
}

.service-card:hover {
  transform: translateY(-12px) scale(1.01);
  box-shadow: 0 0 32px 0 rgba(255, 255, 255, 0.40), 0 8px 32px 0 rgba(0, 116, 162, 0.10);

  .service-card h5 {
    color: var(--steel-blue);
    font-weight: 700;
    margin-bottom: 0.7rem;
    font-size: 1.18rem;
  }

  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.40));
}

.service-card h5 {
  color: #0074A2;
  font-weight: 700;
  margin-bottom: 0.7rem;
  font-size: 1.18rem;
}

.service-card p {
  color: #333;
  font-size: 1.08rem;

  .service-icon {
    background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
    box-shadow: 0 2px 12px 0 rgba(0, 116, 162, 0.10);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    color: var(--white) !important;
  }

  min-height: 80px;
}

/* Szolgáltatások szekció fejlettebb design */
.services-gradient-bg {
  background: linear-gradient(135deg, #1F1F1F 0%, #0074A2 100%);
  position: relative;
  overflow: hidden;
}

.btn-cta {
  background: var(--cta-orange);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(255, 111, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.btn-cta:hover {
  background: var(--cta-orange-alt);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 111, 0, 0.3), 0 0 20px rgba(255, 111, 0, 0.2);
}

.btn-cta:active {
  transform: translateY(0);
  transition: all 0.1s;
}

.services-gradient-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/industrial_texture.jpg');
  opacity: 0.10;
  z-index: 1;
  pointer-events: none;
}

.bg-dark {
  background: var(--main-dark);
  color: var(--white);
}

.bg-steel {
  background: var(--steel-blue);
  color: var(--white);
}

.bg-light {
  background: var(--light-grey);
}

.services-section-inner {
  position: relative;
  z-index: 2;
}


.service-card:nth-child(1) {
  animation-delay: 0.1s;
}

.service-card:nth-child(2) {
  animation-delay: 0.25s;
}

.service-card:nth-child(3) {
  animation-delay: 0.4s;
}

.service-card:nth-child(4) {
  animation-delay: 0.55s;
}

.service-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 40px 0 rgba(0, 116, 162, 0.18);
}

@keyframes cardIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.service-card:not(.card-in) {
  opacity: 0;
  transform: translateY(40px) scale(0.98);
  animation: cardIn 0.8s ease forwards;
}

.service-icon {
  background: linear-gradient(135deg, #0074A2 0%, #005B82 100%);
  box-shadow: 0 2px 12px 0 rgba(0, 116, 162, 0.10);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  color: #fff !important;
  border: 2.5px solid #fff;
}

.service-icon i {
  color: #fff !important;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.10));
}

.service-card h5 {
  color: #0074A2;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.service-card p {
  color: #333;
  font-size: 1.08rem;
}

.services-section-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

.services-section-lead {
  color: #e0e0e0;
  font-size: 1.18rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
  .service-card {
    min-height: 280px;
  }
}

/* Navbar stílus módosítások */


.navbar-custom {
  background: rgba(31, 31, 31, 0) !important;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background 0.5s, backdrop-filter 0.5s;
}

.nav-sticky.navbar-custom {
  background: rgba(31, 31, 31, 0.8) !important;
}

.navbar-custom .navbar-toggler {
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent !important;
}

.navbar-custom .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 2rem;
  height: 2rem;
}

@media (max-width: 991.98px) {
  .navbar-custom {
    background: rgba(31, 31, 31, 0.6) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

/* Hero szekció igazítás, hogy a navbar "ráüljön" */
.hero-section {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-section .hero-overlay {
  background: rgba(31, 31, 31, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}


body {
  padding-top: 0 !important;
}

/* Alap színpaletta és betűtípusok */
:root {
  --main-dark: #1F1F1F;
  --main-dark-alt: #2E2E2E;
  --steel-blue: #0074A2;
  --steel-blue-dark: #005B82;
  --white: #FFFFFF;
  --light-grey: #F5F5F5;
  --cta-orange: #FF6F00;
  --cta-orange-alt: #FF8C00;
  --cta-rust: #C1440E;
}

body {
  font-family: 'Open Sans', 'Roboto', Arial, sans-serif;
  background: var(--light-grey);
  color: var(--main-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--main-dark);
}

.btn-cta {
  background: var(--cta-orange);
  color: var(--white);
  border: none;
  border-radius: 4px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 15px rgba(255, 111, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.section {
  padding: 4rem 0 3rem 0;
}

.bg-dark {
  background: var(--main-dark);
  color: var(--white);
}

.bg-steel {
  background: var(--steel-blue);
  color: var(--white);
}

.bg-light {
  background: var(--light-grey);
}

/* --- Kiemelt referenciaprojekt --- */
.featured-project-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  background: #fff;
}

.featured-card {
  position: relative;
  border-radius: 1.2rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.92);
  color: var(--main-dark);
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.featured-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.featured-title {
  color: var(--main-dark);
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
}

.featured-desc {
  color: var(--main-dark-alt);
  font-size: 1.03rem;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .featured-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* --- Szolgáltatások oldal speciális stílusok --- */

/* Services Hero Section with Stats */
.services-hero-section {
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--main-dark) 0%, var(--steel-blue) 100%);
  background-image: url('../img/services_hero.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 1;
}

.services-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(31, 31, 31, 0.85) 0%, rgba(0, 116, 162, 0.75) 100%);
  z-index: 2;
}

.services-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {

  .services-hero-content {
    text-align: center;
    margin-top: 3rem;
  }

}


.services-hero-stats {
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
  padding: 1rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--cta-orange);
  line-height: 1;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.stat-label {
  font-size: 0.95rem;
  color: #e0e0e0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Service Showcase Items */
.services-showcase-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.service-showcase-item {
  margin-bottom: 6rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-showcase-item.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.service-content {
  padding: 2rem;
}

.service-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  border-radius: 20px;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
}

.service-icon-wrapper i {
  font-size: 2.2rem;
  color: white;
}

.service-showcase-item:hover .service-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 30px rgba(0, 116, 162, 0.3);
}

.service-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--main-dark);
  margin-bottom: 1.5rem;
  position: relative;
}

.service-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--cta-orange) 0%, var(--steel-blue) 100%);
  border-radius: 2px;
}

.service-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--main-dark-alt);
  margin-bottom: 1.5rem;
}

.service-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.service-features li {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: var(--main-dark-alt);
}

.service-features i {
  color: #28a745;
  margin-right: 0.8rem;
  font-size: 1.1rem;
}

.service-image-wrapper {
  position: relative;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.service-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}

.service-showcase-item:hover .service-image {
  transform: scale(1.05);
}

.service-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}

.service-badge {
  background: rgba(255, 255, 255, 0.95);
  color: var(--main-dark);
  padding: 0.8rem 1.5rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Reverse layout for alternating design */
.service-showcase-item.reverse .service-content {
  order: 2;
}

/* Service CTA Button */
.service-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  background: var(--cta-orange);
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.7rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 6px 24px rgba(255, 111, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.service-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 111, 0, 0.4), 0 0 25px rgba(255, 111, 0, 0.3);
  background: var(--cta-orange-alt);
  color: white;
  text-decoration: none;
}

.service-cta-btn:active {
  transform: translateY(-1px);
  transition: all 0.1s;
}

.service-cta-btn i {
  transition: transform 0.3s;
}

.service-cta-btn:hover i {
  transform: translateX(5px);
}

/* Detailed Info Grid */
.service-detailed-info {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid #e9ecef;
}

.info-item {
  margin-bottom: 1.5rem;
}

.info-item h5 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--steel-blue);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.info-item p {
  margin: 0;
  color: var(--main-dark-alt);
  font-size: 0.95rem;
}

/* Equipment Grid */
.equipment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
}

.equipment-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s;
}

.equipment-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.equipment-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}

.equipment-info h6 {
  margin: 0 0 0.3rem 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--main-dark);
}

.equipment-info span {
  font-size: 0.9rem;
  color: var(--main-dark-alt);
}

/* Service Highlight */
.service-highlight {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border: 1px solid #ffc107;
  border-radius: 10px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  color: #856404;
}

.service-highlight i {
  color: #ffc107;
  font-size: 1.2rem;
}

/* Certifications */
.service-certifications {
  margin: 2rem 0;
}

.service-certifications h6 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--main-dark);
  margin-bottom: 1rem;
}

.cert-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cert-badge {
  background: var(--steel-blue);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Services CTA Section */
.services-cta-section {
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--main-dark) 100%);
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.services-cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  z-index: 1;
}

.services-cta-section>.container {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: white;
  margin-bottom: 1.5rem;
}

.cta-subtitle {
  font-size: 1.2rem;
  color: #e0e0e0;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn-primary {
  background: var(--cta-orange);
  color: white;
  padding: 1.2rem 2.5rem;
  border-radius: 0.7rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 6px 24px rgba(255, 111, 0, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  overflow: hidden;
}

.cta-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 111, 0, 0.4), 0 0 25px rgba(255, 111, 0, 0.3);
  background: var(--cta-orange-alt);
  color: white;
  text-decoration: none;
}

.cta-btn-primary:active {
  transform: translateY(-1px);
  transition: all 0.1s;
}

.cta-btn-secondary {
  background: transparent;
  color: white;
  padding: 1.2rem 2.5rem;
  border: 2px solid white;
  border-radius: 0.7rem;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.cta-btn-secondary:hover {
  background: white;
  color: var(--steel-blue);
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .services-hero-section {
    min-height: 75vh;
    background-attachment: scroll;
  }

  .stat-number {
    font-size: 2rem;
  }

  .service-content {
    padding: 1.5rem 0;
  }

  .service-title {
    font-size: 1.7rem;
  }

  .service-image-wrapper {
    height: 300px;
    margin-bottom: 2rem;
  }

  .equipment-grid {
    grid-template-columns: 1fr;
  }

  .cta-title {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn-primary,
  .cta-btn-secondary {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .services-showcase-section {
    padding: 3rem 0;
  }

  .service-showcase-item {
    margin-bottom: 4rem;
  }

  .stat-item {
    padding: 0.5rem;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: 0.85rem;
  }

  .service-detailed-info {
    padding: 1.5rem;
  }

  .equipment-item {
    padding: 1rem;
  }

  .service-cta-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* --- Kapcsolat oldal speciális stílusok --- */

/* Contact Hero Section */
.contact-hero-section {
  position: relative;
  min-height: 85vh;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--main-dark) 100%);
  background-image: url('../img/contact_hero.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  z-index: 1;
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 116, 162, 0.85) 0%, rgba(31, 31, 31, 0.75) 100%);
  z-index: 2;
}

.contact-hero-content {
  position: relative;
  z-index: 3;
}

.contact-hero-features {
  margin-top: 2rem;
}

.hero-feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  color: #e0e0e0;
  font-size: 1.05rem;
  font-weight: 600;
}

.hero-feature-item i {
  color: var(--cta-orange);
  font-size: 1.2rem;
  width: 20px;
  text-align: center;
}

.contact-quick-info {
  position: relative;
  z-index: 3;
}

.quick-contact-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.quick-contact-header {
  margin-bottom: 1.5rem;
}

.quick-contact-header i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--cta-orange);
  color: white;
  border-radius: 50%;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  animation: pulse 2s infinite;
}

.quick-contact-header h4 {
  color: var(--main-dark);
  font-weight: 800;
  font-size: 1.3rem;
  margin: 0;
}

.phone-number {
  display: block;
  color: var(--steel-blue);
  font-size: 1.8rem;
  font-weight: 900;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
}

.phone-number:hover {
  color: var(--cta-orange);
  text-decoration: none;
  transform: scale(1.05);
}

.quick-contact-details p {
  color: var(--main-dark-alt);
  margin: 0;
  font-weight: 600;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 111, 0, 0.4);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px rgba(255, 111, 0, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 111, 0, 0);
  }
}

/* Contact Main Section */
.contact-main-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-section-title {
  color: var(--main-dark);
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  position: relative;
}

.contact-section-title::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--steel-blue) 0%, var(--cta-orange) 100%);
  border-radius: 2px;
}

/* Contact Info Cards */
.contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
  transition: all 0.3s;
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 116, 162, 0.12);
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.contact-info-content h5 {
  color: var(--main-dark);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.contact-info-content p {
  color: var(--main-dark-alt);
  margin: 0;
  line-height: 1.5;
}

.contact-info-content a {
  color: var(--steel-blue);
  text-decoration: none;
  font-weight: 600;
}

.contact-info-content a:hover {
  color: var(--cta-orange);
  text-decoration: underline;
}

/* Map Section */
.contact-map-section {
  margin-top: 3rem;
}

.map-container {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 116, 162, 0.8) 0%, rgba(31, 31, 31, 0.6) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s;
  cursor: pointer;
}

.map-info {
  text-align: center;
  color: white;
}

.map-info h5 {
  color: white;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.map-info p {
  color: #e0e0e0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

/* Contact Form */
.contact-form-section {
  padding-left: 2rem;
}

.contact-form-card {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  position: sticky;
  top: 2rem;
}

.contact-form-header {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-form-header h3 {
  color: var(--main-dark);
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.contact-form-header p {
  color: var(--main-dark-alt);
  margin: 0;
}

.contact-form .form-label {
  color: var(--main-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.contact-form .form-control {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  transition: all 0.3s;
  background: #f8f9fa;
}

.contact-form .form-control:focus {
  border-color: var(--steel-blue);
  box-shadow: 0 0 0 0.2rem rgba(0, 116, 162, 0.1);
  background: white;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form .form-check-input:checked {
  background-color: var(--steel-blue);
  border-color: var(--steel-blue);
}

.contact-form .form-check-label {
  font-size: 0.9rem;
  color: var(--main-dark-alt);
}

.contact-form .form-check-label a {
  color: var(--steel-blue);
  text-decoration: none;
}

.contact-form .form-check-label a:hover {
  color: var(--cta-orange);
  text-decoration: underline;
}

.btn-cta-contact {
  background: var(--cta-orange);
  color: white;
  border: none;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 6px 24px rgba(255, 111, 0, 0.25);
  position: relative;
  overflow: hidden;
}

.btn-cta-contact:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 111, 0, 0.4), 0 0 25px rgba(255, 111, 0, 0.3);
  background: var(--cta-orange-alt);
  color: white;
}

.btn-cta-contact:active {
  transform: translateY(-1px);
  transition: all 0.1s;
}

/* Quick Contact Options */
.quick-contact-options h6 {
  color: var(--main-dark);
  font-weight: 600;
  text-align: center;
}

.quick-contact-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.quick-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  text-decoration: none;
  color: var(--main-dark-alt);
  transition: all 0.3s;
  flex: 1;
  max-width: 80px;
}

.quick-contact-btn:hover {
  background: var(--steel-blue);
  border-color: var(--steel-blue);
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
}

.quick-contact-btn i {
  font-size: 1.3rem;
}

.quick-contact-btn span {
  font-size: 0.85rem;
  font-weight: 600;
}

/* Alert Styling */
.alert {
  border-radius: 10px;
  border: none;
  padding: 1rem 1.5rem;
}

.alert-success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
}

.alert-info {
  background: linear-gradient(135deg, #cce7ff 0%, #b3d9ff 100%);
  color: #0c5460;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .contact-hero-section {
    min-height: 70vh;
    background-attachment: scroll;
  }

  .quick-contact-card {
    margin-top: 2rem;
  }

  .contact-form-section {
    padding-left: 0;
    margin-top: 3rem;
  }

  .contact-form-card {
    position: static;
  }

  .contact-section-title {
    font-size: 1.6rem;
    text-align: center;
  }

  .contact-section-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 767.98px) {
  .contact-hero-section {
    min-height: 75vh;
  }

  .contact-hero-content {
    text-align: center;
    margin-top: 3rem;
  }

  .contact-hero-content h1 {
    font-size: 2rem;
  }

  .quick-contact-card {
    padding: 1.5rem 1rem;
    margin-top: 1.5rem;
  }

  .quick-contact-header i {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }

  .quick-contact-header h4 {
    font-size: 1.1rem;
  }

  .phone-number {
    font-size: 1.3rem;
  }

  .contact-form-card {
    padding: 2rem 1.5rem;
  }

  .quick-contact-buttons {
    flex-direction: row;
    gap: 0.5rem;
  }

  .quick-contact-btn {
    max-width: none;
    flex: 1;
  }

  .map-container iframe {
    height: 300px;
  }
}

/* --- Projekt oldal speciális stílusok --- */

/* Project Hero Section */
.project-hero-section {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  color: white;
  overflow: hidden;
}

.project-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.project-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 116, 162, 0.8) 0%, rgba(0, 91, 130, 0.9) 100%);
  z-index: 2;
}

.project-hero-content {
  position: relative;
  z-index: 3;
}

.project-meta .badge {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 25px;
}

/* Project Content Section */
.project-content-section {
  background: #f8f9fa;
}

.project-description,
.project-technical {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.section-title {
  color: var(--steel-blue);
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--cta-orange);
  border-radius: 2px;
}

.section-subtitle {
  color: var(--main-dark);
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.content-text {
  color: var(--main-dark-alt);
  line-height: 1.7;
  font-size: 1.05rem;
}

.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6 {
  color: var(--steel-blue);
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.content-text p {
  margin-bottom: 1rem;
}

.content-text ul,
.content-text ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.content-text li {
  margin-bottom: 0.5rem;
}

/* Project Gallery */
.project-gallery {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
  display: block;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img.gallery-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s, filter 0.3s;
}

.gallery-item:hover img.gallery-thumbnail {
  transform: scale(1.1);
  filter: brightness(0.8);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 116, 162, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 1.5rem;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

/* Sidebar Cards */
.project-info-card,
.contact-cta-card,
.related-projects-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.project-info-card h4,
.contact-cta-card h5,
.related-projects-card h5 {
  color: var(--steel-blue);
  font-weight: 700;
  margin-bottom: 1rem;
}

.info-item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e9ecef;
}

.info-item:last-child {
  border-bottom: none;
}

.info-item strong {
  color: var(--main-dark);
  display: block;
  margin-bottom: 0.25rem;
}

.info-item div {
  color: var(--main-dark-alt);
  font-size: 0.95rem;
}

/* Contact CTA Card */
.contact-cta-card {
  background: linear-gradient(135deg, var(--steel-blue) 0%, var(--steel-blue-dark) 100%);
  color: white;
  text-align: center;
}

.contact-cta-card h5 {
  color: white;
}

.contact-cta-card p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.5rem;
}

/* Related Projects */
.related-project-item {
  padding: 1rem 0;
  border-bottom: 1px solid #e9ecef;
}

.related-project-item:last-child {
  border-bottom: none;
}

.related-project-item h6 a {
  color: var(--steel-blue);
  transition: color 0.3s;
}

.related-project-item h6 a:hover {
  color: var(--cta-orange);
}

.related-project-item img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}

/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-item a {
  text-decoration: none;
  transition: color 0.3s;
}

.breadcrumb-item a:hover {
  color: white !important;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
  .project-hero-section {
    min-height: 50vh;
    text-align: center;
  }

  .project-meta .row {
    flex-direction: column;
    align-items: center;
  }

  .project-meta .col-auto {
    margin-bottom: 0.5rem;
  }

  .project-description,
  .project-technical,
  .project-gallery {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .project-hero-section {
    min-height: 40vh;
    padding: 2rem 0;
  }

  .project-hero-content h1 {
    font-size: 2rem;
  }

  .project-description,
  .project-technical,
  .project-gallery {
    padding: 1.5rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 1.2rem;
  }

  .gallery-item img {
    height: 150px;
  }

  .project-info-card,
  .contact-cta-card,
  .related-projects-card {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* --- Projektek lista oldal stílusok --- */

/* Projects Filter Section */
.projects-filter-section {
  border-bottom: 1px solid #e9ecef;
}

.projects-filter-section .form-label {
  font-weight: 600;
  color: var(--main-dark);
  margin-bottom: 0.5rem;
}

/* Projects Grid */
.projects-grid-section {
  background: #f8f9fa;
}

.project-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border: none;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 116, 162, 0.15);
}

.project-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.project-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.project-card:hover .project-card-image img {
  transform: scale(1.05);
}

.placeholder-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--cta-orange);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  z-index: 2;
}

.project-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 116, 162, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.project-card:hover .project-card-overlay {
  opacity: 1;
}

.project-meta {
  margin-bottom: 0.75rem;
}

.project-meta .badge {
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
}

.project-card .card-title a {
  color: var(--steel-blue);
  transition: color 0.3s;
}

.project-card .card-title a:hover {
  color: var(--cta-orange);
}

.project-card .card-text {
  color: var(--main-dark-alt);
  font-size: 0.95rem;
  line-height: 1.5;
}

.project-card .card-footer {
  background: white;
  border-top: 1px solid #f8f9fa;
  padding: 1rem 1.25rem;
}

/* Pagination */
.pagination .page-link {
  color: var(--steel-blue);
  border-color: #e9ecef;
  padding: 0.5rem 0.75rem;
}

.pagination .page-link:hover {
  color: var(--cta-orange);
  background-color: #f8f9fa;
  border-color: #e9ecef;
}

.pagination .page-item.active .page-link {
  background-color: var(--steel-blue);
  border-color: var(--steel-blue);
  color: white;
}

/* Mobile Responsiveness for Projects */
@media (max-width: 767.98px) {
  .projects-filter-section .row > div {
    margin-bottom: 1rem;
  }
  
  .projects-filter-section .col-md-4:last-child {
    text-align: center;
  }
  
  .project-card-image {
    height: 180px;
  }
  
  .services-hero-content h1 {
    font-size: 2rem;
  }
  
  .services-hero-stats {
    margin-top: 2rem;
  }
}