:root {
  --skgeo-header-bg: #014d43;
  --skgeo-text: #ffffff;
  --skgeo-accent: #13c8b1;
  --skgeo-accent-hover: #0fb39f;
  --skgeo-border: #d9f4ef;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* =========================
   Header
   ========================= */

.skgeo-header {
  width: 100%;
  background: var(--skgeo-header-bg);
  border-bottom: 1px solid var(--skgeo-border);
}

.skgeo-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 97px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 28px;
}

.skgeo-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.skgeo-logo img {
  display: block;
  height: 52px;
  width: auto;
}

.skgeo-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.skgeo-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 34px;
}

.skgeo-nav a {
  color: var(--skgeo-text);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.skgeo-nav a:hover {
  opacity: 0.8;
}

.skgeo-header-action {
  flex: 0 0 auto;
}

.skgeo-btn-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 38px;
  padding: 0 18px;
  background: var(--skgeo-accent);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.skgeo-btn-contact:hover {
  background: var(--skgeo-accent-hover);
  transform: translateY(-1px);
}

/* =========================
   Footer
   ========================= */

.skgeo-footer {
  background: #000;
  color: #fff;
  padding-top: 70px;
}

.skgeo-footer-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px 60px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.skgeo-footer-col {
  display: flex;
  flex-direction: column;
}

.skgeo-footer-left {
  max-width: 260px;
}

.skgeo-footer-logo {
  width: 150px;
  margin-bottom: 30px;
}

.skgeo-footer-legal a {
  display: block;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  margin-bottom: 6px;
}

.skgeo-footer-legal a:hover {
  opacity: 0.7;
}

.skgeo-footer-menu {
  gap: 12px;
}

.skgeo-footer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.skgeo-footer-menu a:hover {
  opacity: 0.7;
}

.skgeo-footer-contact {
  text-align: right;
  gap: 10px;
}

.skgeo-footer-address,
.skgeo-footer-phone,
.skgeo-footer-email {
  font-size: 13px;
}

.skgeo-footer-social {
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.skgeo-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
}

.skgeo-social:hover {
  background: #00c1a2;
  color: #fff;
}

.skgeo-footer-bottom {
  border-top: 1px solid #444;
  width: 100%;
}

/* =========================
   Mérnökgeodéziai munkák - section1
   ========================= */

.survey-hero {
  width: 100%;
  overflow: hidden;
  background: #efefef;
}

.survey-hero__content {
  display: grid;
  grid-template-columns: 68.2% 31.8%;
  align-items: stretch;
  min-height: 678px;
  width: 100%;
}

.survey-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #efefef;
  padding: 80px 7vw 80px 15vw;
}

.survey-hero__text h1 {
  margin: 0 0 34px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 58px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #014d43;
}

.survey-hero__text p {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: #111111;
}

.survey-hero__text strong {
  font-weight: 700;
}

.survey-hero__image {
  position: relative;
  min-height: 678px;
  overflow: hidden;
}

.survey-hero__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* =========================
   Mérnökgeodéziai munkák - section2
   ========================= */

.survey-services {
  position: relative;
  overflow: hidden;
  background: #014d43;
  padding: 74px 0 0;
}

.survey-services__inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 110px 56px 110px;
}

.survey-services__inner > h2 {
  margin: 0 0 42px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.survey-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 44px 52px;
  align-items: start;
}

.survey-services__item h3 {
  margin: 0 0 18px;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  color: #13c8b1;
}

.survey-services__item p {
  margin: 0;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #ffffff;
  max-width: 290px;
}

.survey-services__item:nth-child(4),
.survey-services__item:nth-child(5) {
  margin-top: 8px;
}

.survey-services__decor {
  position: absolute;
  right: -170px;
  bottom: 18px;
  width: 470px;
  max-width: none;
  opacity: 0.14;
  pointer-events: none;
  z-index: 1;
}

/* =========================
   Mérnökgeodéziai munkák - section3 JAVÍTVA
   ========================= */

.survey-cta {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  background: #0a6f65;
}

.survey-cta__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url("assets/images/section_1a.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
}

.survey-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(31, 177, 158, 0.42) 0%,
      rgba(18, 153, 137, 0.28) 18%,
      rgba(7, 110, 99, 0.56) 45%,
      rgba(3, 84, 74, 0.84) 72%,
      rgba(2, 77, 67, 0.96) 100%
    );
}

.survey-cta__inner {
  position: relative;
  z-index: 3;
  max-width: 1280px;
  min-height: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 30px 110px;
}

.survey-cta__text {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  text-align: center;
}

.survey-cta__text h2 {
  margin: 0;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 33px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

/* =========================
   Responsive - header
   ========================= */

@media (max-width: 1100px) {
  .skgeo-header-inner {
    gap: 20px;
    padding: 0 20px;
  }

  .skgeo-nav ul {
    gap: 20px;
  }

  .skgeo-nav a {
    font-size: 11px;
  }
}

@media (max-width: 860px) {
  .skgeo-header-inner {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 18px 16px;
  }

  .skgeo-logo {
    width: 100%;
    justify-content: center;
  }

  .skgeo-nav {
    width: 100%;
    order: 3;
  }

  .skgeo-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 18px;
  }

  .skgeo-header-action {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* =========================
   Responsive - content
   ========================= */

@media (min-width: 1600px) {
  .survey-hero__text {
    padding-left: 17vw;
    padding-right: 6vw;
  }

  .survey-hero__text h1 {
    font-size: 64px;
  }
}

@media (max-width: 1399.98px) {
  .survey-hero__content {
    grid-template-columns: 66% 34%;
    min-height: 620px;
  }

  .survey-hero__text {
    padding: 70px 6vw 70px 10vw;
  }

  .survey-hero__text h1 {
    font-size: 40px;
  }

  .survey-hero__text p {
    font-size: 17px;
    line-height: 1.68;
  }

  .survey-hero__image {
    min-height: 620px;
  }
}

@media (max-width: 1199.98px) {
  .survey-services__inner {
    padding: 0 64px 52px;
  }

  .survey-services__grid {
    gap: 36px 34px;
  }

  .survey-services__inner > h2 {
    font-size: 30px;
  }

  .survey-services__item h3 {
    font-size: 16px;
  }

  .survey-services__item p {
    font-size: 13px;
    max-width: 100%;
  }

  .survey-services__decor {
    width: 360px;
    right: -120px;
    bottom: 10px;
  }

  .survey-cta__inner {
    padding: 30px 64px;
  }

  .survey-cta__text h2 {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .survey-hero__content {
    grid-template-columns: 1fr;
  }

  .survey-hero__text {
    order: 1;
    padding: 56px 32px 42px;
  }

  .survey-hero__text h1 {
    font-size: 38px;
    line-height: 1.1;
    margin-bottom: 24px;
  }

  .survey-hero__text p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.65;
  }

  .survey-hero__image {
    order: 2;
    min-height: 420px;
  }

  .survey-services__inner {
    padding: 0 32px 44px;
  }

  .survey-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .survey-services__item p {
    max-width: 100%;
  }

  .survey-services__decor {
    width: 300px;
    right: -100px;
    bottom: 0;
  }

  .survey-cta {
    min-height: 240px;
  }

  .survey-cta__image {
    background-size: cover;
    background-position: left center;
  }

  .survey-cta__inner {
    min-height: 240px;
    justify-content: center;
    padding: 28px 32px;
  }

  .survey-cta__text {
    max-width: 100%;
  }

  .survey-cta__text h2 {
    font-size: 28px;
    line-height: 1.45;
  }
}

@media (max-width: 767.98px) {
  .survey-services {
    padding-top: 48px;
  }

  .survey-services__inner {
    padding: 0 20px 34px;
  }

  .survey-services__inner > h2 {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .survey-services__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .survey-services__item:nth-child(4),
  .survey-services__item:nth-child(5) {
    margin-top: 0;
  }

  .survey-services__item h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .survey-services__item p {
    font-size: 14px;
    line-height: 1.65;
  }

  .survey-services__decor {
    width: 210px;
    right: -70px;
    bottom: 110px;
    opacity: 0.1;
  }

  .survey-cta {
    min-height: 220px;
  }

  .survey-cta__image {
    background-size: cover;
    background-position: left center;
  }

  .survey-cta__overlay {
    background:
      linear-gradient(
        90deg,
        rgba(31, 177, 158, 0.48) 0%,
        rgba(18, 153, 137, 0.42) 24%,
        rgba(7, 110, 99, 0.72) 55%,
        rgba(2, 77, 67, 0.95) 100%
      );
  }

  .survey-cta__inner {
    min-height: 220px;
    padding: 24px 20px;
  }

  .survey-cta__text h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media (max-width: 575.98px) {
  .survey-hero__text {
    padding: 46px 22px 34px;
  }

  .survey-hero__text h1 {
    font-size: 30px;
  }

  .survey-hero__text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .survey-hero__image {
    min-height: 320px;
  }
}




.section-image-text {
  position: relative;
  background: url("../images/section_1a.jpg") center center / cover no-repeat;
  height: 420px;
  display: flex;
  align-items: center;
}

/* Overlay */
.section-image-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 70, 60, 0.55) 45%,
    rgba(0, 90, 75, 0.65) 100%
  );
}

/* Halvány kör */
.section-image-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 340px;
  height: 720px;
  pointer-events: none;
  background-image: url(../images/dekorelem_600.png);
  background-size: cover;
  opacity: 0.1;
  z-index: 2;
}

.section-image-text .survey-cta__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 110px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.section-image-text .survey-cta__text {
  max-width: 640px;
  margin-left: auto;
  text-align: right;
}

.section-image-text .survey-cta__text h2 {
  margin: 0;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: 33px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}



@media (max-width: 768px){
  .skgeo-footer-logo {
    margin: 0 auto;
  }
  .skgeo-footer-left {
    max-width: none;
  }
  .skgeo-footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .skgeo-footer-contact {
    text-align: center;
  }
  .skgeo-footer-social {
    justify-content: center;
  }
}




