@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  /* line-height: 1.5; */
  color: rgba(0, 0, 0, 0.726);
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}

.sector {
  padding: 60px 0;
}
a {
  text-decoration: none;
}

/* Navbar */
.logo {
  width: 230px;
  margin-bottom: 11px;
}

.navbar.scrolled {
  background: #ffffff;

  padding: 25px;
}

.navbar.scrolled .nav-link {
  color: #4382ab !important;
}
.nav-link {
  color: #4382ab;
  font-family: "Hind Madurai", sans-serif;
}
.navbar {
  background: transparent;
  padding: 25px;
}
.navbar-nav.nav-link .nav-link.is-active,
.navbar-nav .nav-link.show {
  color: white !important;
}
.nav-link,
.nav-link:hover,
.is-active {
  font-size: 18px;
}

.book-now {
  background-color: transparent;
  color: #4382ab;
  border-radius: 10px;
  border: 2px solid #4382ab;
  width: fit-content;
}
.book-now1 {
  background-color: #ffc400;
  color: #ffffff;
  border-radius: 10px;
  border: 2px solid #ffc400;
  width: fit-content;
}
/* HERO SECTION */
.hero-section {
  background: #ffffff;
  background-size: cover;
  padding-top: 100px;
  margin: auto;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  overflow-y: hidden;
}
.hero-image {
  width: 50% !important;
  display: block;
  margin: 0 auto;
}
.kolona-hero {
  padding-top: 160px;
}

.super-title {
  font-size: 88px;
  color: #112142;
  font-family: "Hind Madurai", sans-serif;
}

.super-title + h4 {
  margin: 20px 0;
  font-size: 16px;
}
.circle-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.social-label {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff; /* change to match your design */
}
/* Company Name */
.sub-title {
  font-size: 18px;
}

.parallax-overlay {
  background-color: #ffffff;
  padding: 30px 0;
}

.logos-slider {
  overflow: hidden;
  width: 100%;
}

.logos-track {
  display: flex;
  gap: 60px;
  animation: scroll 18s linear infinite;
}

.logos-track img {
  height: 40px;
  opacity: 0.9;
  transition: 0.3s;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}
.wrap {
  color: #d69635;
  border-right: 3px solid #d69635;
  padding-right: 4px;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  0%,
  100% {
    border-color: #d69635;
  }
  50% {
    border-color: transparent;
  }
}
/* About Text */
.about-scroll {
  height: auto; /* natyral */
}

.sticky-container {
  position: relative; /* jo sticky me këtë metodë */
  overflow: hidden;
}

.detalis {
  color: #104568;
  font-weight: 500;
  font-size: 16px;
}

.title {
  color: #4382ab;
  font-size: 40px;
  font-weight: 600;
}

.learn {
  color: #febd1b;
  text-decoration: underline;
}

/* Audience */
.title2 {
  font-size: 32px;
  font-weight: 300;
}
.subtitle2 {
  font-weight: 300 !important;
}

/* ── GRID ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ── CARD ── */
.audience-card {
  background: #111b2b;
  border-radius: 20px;
  padding: 46px 42px 42px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  border: 1px solid #1e2d42;
  transition:
    border-color 0.3s ease,
    transform 0.3s ease;
  cursor: default;
}

.audience-card:hover {
  border-color: #f5c518;
  transform: translateY(-4px);
}

/* decorative glow on hover */
.audience-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f5c51840, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.audience-card:hover::before {
  opacity: 1;
}

.card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f5c518;
  margin-bottom: 14px;
}

.card-label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f5c518;
}

.audience-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.25;
}

.audience-card p {
  font-size: 14px;
  color: #6b7a8d;
  line-height: 1.7;
  flex: 1;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f5c518;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 24px;
  transition: gap 0.2s ease;
}

.card-link:hover {
  gap: 10px;
}

.card-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}
.card-link:hover svg {
  transform: translateX(3px);
}


.card-illustration {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 110px;
  height: 110px;
  opacity: 0.9;
}

/* Tab Buttons */
.tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  border-radius: 100px;
  border-radius: 16px;
  width: fit-content;
  margin: auto;
  padding: 10px;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.tab-btn {
  padding: 10px 20px;
  border-radius: 100px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: black !important;
}

.tab-btn:hover,
.tab-buttons .active {
  background-color: #fee600;
  color: #504e4e !important;
}

.tab-btn.active {
  color: #ffffff;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Portfolio Section */
.portfolio-sector {
  padding: 80px 0;
  background-color: #ffffff; 
}

.logo-wrapper {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px; 
  transition: all 0.3s ease-in-out;
}

.logo-wrapper img {
  max-width: 160px !important;
  width: auto !important;
  height: auto;
  opacity: 0.6;
  transition: all 0.4s ease;
}

.logo-wrapper:hover img {
  filter: grayscale(0%); 
  opacity: 1;
  transform: scale(1.05);
}


.client-logo-carousel .owl-dots {
  margin-top: 30px !important;
}
.footer-p {
  color: #ffffff;
  font-size: 15px;
}
.footer .copyright {
  color: white;
}

/* Kontakt US  */

.section-prind {
  background-color: #0a192f;
  padding-top: 70px;
  padding-bottom: 70px;
}
.specific-section {

  background: rgba(255, 255, 255, 0.062);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 60px;
  color: white;
}

/* Footer */
.footer {
  padding: 60px 25px;
  background-color: #0a192f;
}

.footer-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

.footer a {
  color: rgb(255, 255, 255);
  font-size: 15px;
}

.footer-menu li {
  margin: 5px 0;
}

.projects-columns {
  column-count: 2;
  column-gap: 20px;
  padding: 0;
  margin: 0;
}

.projects-columns li {
  break-inside: avoid;
}

.embended {
  background-color: #ffffff;
  padding: 10px;
  width: 70px;
  margin: auto;
  border-radius: 50%;
}

.service-tours {
  border-right: solid 3px #ffffff;
}

.logo-footer {
  width: 160px;
}

.circle {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s;
}

.circle:hover {
  animation: moveIcon 0.6s ease-in-out infinite;
}

.social-icon {
  padding: 18px;
  color: black;
  background-color: transparent;
  border-radius: 50%;
}

/* price   section */
.pricing-section {
  background-color: #f8f9fa;
}

.pricing-card {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

/* Featured Card (Pro) */
.pricing-card.featured {
  border: 2px solid #fee600 !important;
  transform: scale(1.05);
  z-index: 10;
}

.badge-popular {
  background-color: #fee600;
  color: white;
  text-align: center;
  padding: 5px 0;
  font-size: 0.85rem;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Custom Buttons */
.btn-custom {
  background-color: #fee600;
  border-color: #fee600;
  color: white;
}

.btn-custom:hover {
  background-color: #06233a;
  color: white;
}

.btn-outline-custom {
  color: #fee600;
  border-color: #fee600;
}

.btn-outline-custom:hover {
  background-color: #fee600;
  color: white;
}

/* Icon Color */
.text-primary-custom {
  color: #fee600;
}

ul li {
  margin-bottom: 12px;
  font-size: 0.95rem;
}
/* Footer buton */

.res-footer {
  background: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  padding: 4em 0;
  min-height: 71vh;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.Kontakt-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.Kontakt-info p {
  font-size: 1.1rem;
  color: #4382ab;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.308);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  flex-shrink: 0;
}

.info-icon svg {
  width: 24px;
  height: 24px;
  color: #c4c4c5;
}

.info-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #4382ab;
}

.info-content p {
  margin: 0;
  color: #110f0f;
  font-size: 1rem;
}

.Kontakt-form {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 2.5rem;
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 10;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  background: #fef9db;
  border-radius: 8px;
  padding: 1rem;
  color: rgb(17, 17, 17);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 3px rgba(219, 142, 142, 0.1);
  border-color: #000000;

  color: rgb(0, 0, 0);
}

.form-control::placeholder {
  color: #050505;
}

.form-select {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 1rem;
  color: white;
  font-size: 1rem;
}

.form-select option {
  background: #2a2a2a;
  color: white;
}

.btn-submit {
  background: linear-gradient(135deg, #fee600 0%, #fee600 100%);
  border: none;
  border-radius: 8px;
  padding: 1rem 2.5rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}
.btn-submit1 {
  background: linear-gradient(135deg, #873737 0%, #783b3b 100%);
  border: none;
  border-radius: 8px;
  padding: 1rem 2.5rem;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-submit1:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(173, 69, 69, 0.3);
}
.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 169, 169, 0.3);
}
.book {
  padding: 100px 0px;
  margin: 100px 0px;
}


.map-banner {
  background-color: #f8f9fa;
}

.map-container iframe {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* konyakt */

.sure-yet {
  background: #0a192f;

  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: 120px;
}

/* ── LEFT CONTENT ── */
.cta-left {
  flex: 1 1 45%;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.brand-icon {
  width: 52px;
  height: 52px;
  background: #fee600;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-icon svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.cta-left p {
  font-size: 1rem;
  color: #a0a0b0;
  line-height: 1.65;
  max-width: 380px;
  margin: 0;
}

.cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-signup {
  background: #fee600;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition:
    background 0.25s,
    transform 0.15s;
}
.btn-signup:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

.btn-sales {
  background: transparent;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 8px;
  border: 2px solid #444;
  cursor: pointer;
  transition:
    border-color 0.25s,
    background 0.25s,
    transform 0.15s;
}
.btn-sales:hover {
  border-color: #888;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}

/* ── RIGHT SCROLLING PANEL ── */
.cta-right {
  flex: 1 1 55%;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

/* Each column is a vertical ticker */
.img-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* will-change for GPU compositing */
  will-change: transform;
}

/* Column 1 scrolls UP */
.col-up {
  animation: scrollUp 10s linear infinite;
}

/* Column 2 scrolls DOWN */
.col-down {
  animation: scrollDown 12s linear infinite;
}

/* Column 3 scrolls UP (slightly different speed) */
.col-up2 {
  animation: scrollUp 14s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.img-column img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* Gradient fades at top & bottom */
.cta-right::before,
.cta-right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 2;
  pointer-events: none;
}
.cta-right::before {
  top: 0;
  background: linear-gradient(to bottom, #0d0d0d 0%, transparent 100%);
}
.cta-right::after {
  bottom: 0;
  background: linear-gradient(to top, #0d0d0d 0%, transparent 100%);
}

.item-1 {
  width: 70px !important;
}
/* contact page */

/* About US */
.page-top {
  background-color: #104568;

  color: white;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 800px;
}

.mision-card {
  background-color: #ececfd;
  padding: 30px;
  border-radius: 30px;
}
.top-title {
  color: #ffffff;

  font-size: 58px;
}
.contact-info1 {
  padding: 60px 0;
}

.box-5 {
  padding: 24px;
  border: 1.5px solid #e2e8f0;
  border-radius: 12px;
  transition: border-color 0.2s;
}

.box-5:hover {
  border-color: #d69635;
}

.icon-glass {
  font-size: 28px;
  margin-bottom: 16px;
}

.box-5 h3 {
  font-size: 17px;
  font-weight: 600;
  color: #0f1f3d;
  margin-bottom: 8px;
}

.box-5 p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* about */
.about-hero {
  background: #104568;
  padding: 160px 0 100px;
  position: relative;
  overflow: hidden;
  color: white;
}

.about-hero h1 {
  font-size: clamp(36px, 5vw, 60px);
  color: #fff;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 24px;
}



.hero-stat-bar {
  background: #fee600;
  padding: 28px 0;
}

.hero-stat-bar .stat-item {
  text-align: center;
}

.hero-stat-bar .stat-num {
  font-family: "DM Serif Display", serif;
  font-size: 36px;
  color: #104568;
  line-height: 1;
  display: block;
}

.stat-divider {
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
  height: 40px;
  align-self: center;
}

/* ─── INTRO ─── */
.about-intro {
  padding: 96px 0;
  background: #ffffff;
}

.badge-icon {
  width: 44px;
  height: 44px;
  background: #fee600;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #104568;
  font-size: 20px;
}

.badge-text .bt {
  font-size: 15px;
  font-weight: 600;
  color: #104568;
  display: block;
}

.badge-text .bs {
  font-size: 12px;
  color: #64748b;
}

/* ─── ALTERNATING SECTIONS ─── */
.alt-section {
  padding: 80px 0;
}

.alt-section.bg-light-soft {
  background: #f8fafc;
}

.alt-section.bg-navy {
  background: #104568;
}

.alt-section.bg-navy {
  color: #fff;
}

.alt-section.bg-navy .section-body {
  color: rgba(255, 255, 255, 0.6);
}

.alt-section.bg-navy .section-eyebrow {
  color: #fee600;
}

.pill-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pill-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #1e293b;
  line-height: 1.5;
}

.pill-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f5e6c8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: #f3f3f3;
}

.pill-check i {
  font-size: 12px;
  color: #000000;
}

.alt-section.bg-navy .pill-list li {
  color: rgba(255, 255, 255, 0.75);
}

.alt-section.bg-navy .pill-check {
  background: rgba(214, 150, 53, 0.2);
}

/* ─── VALUES ─── */
.values-section {
  padding: 96px 0;
  background: #ffffff;
}

.value-card {
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  transition: all 0.25s;
  background: #ffffff;
}

.value-card:hover {
  border-color: #fee600;
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f5e6c8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000000;
  margin-bottom: 20px;
}

.value-card h4 {
  font-family: "DM Serif Display", serif;
  font-size: 20px;
  color: #104568;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}

/* ─── MANIFESTO QUOTE ─── */
.manifesto-section {
  padding: 96px 0;
  background: #0a192f;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.manifesto-section::before {
  content: "\201C";
  position: absolute;

  font-size: 400px;
  color: rgba(255, 255, 255, 0.03);
  top: -60px;
  left: 5%;
  line-height: 1;
}

.manifesto-section blockquote {
  font-size: clamp(22px, 3.5vw, 38px);
  color: #fff;
  line-height: 1.4;
  max-width: 860px;
  margin: 0 auto 28px;
  letter-spacing: -0.3px;
}

.manifesto-author {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ─── CTA STRIP ─── */
.cta-strip {
  background: #fee600;
  padding: 56px 0;
}

.cta-strip h2 {
  font-size: 34px;
  color: #104568;
  margin-bottom: 8px;
}

.cta-strip p {
  font-size: 16px;
  color: rgba(15, 31, 61, 0.7);
}

.btn-navy {
  background: #104568;
  color: #fff;
  padding: 14px 32px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s;
  display: inline-block;
}

.btn-navy:hover {
  background: #1a3460;
  color: #fff;
  transform: translateY(-2px);
}

/* responsive tweaks */
@media (max-width: 991px) {
  .about-hero {
    padding: 130px 0 60px;
  }

  .hero-image-wrap {
    min-height: 220px;
    margin-top: 40px;
  }

  .stat-divider {
    display: none;
  }

  .alt-image {
    height: 280px;
    margin-bottom: 32px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .sure-yet {
    flex-direction: column;
  }
  .cta-right {
    height: 280px;
    padding: 0 16px 16px;
  }
  .cta-left {
    padding: 40px 32px;
  }
  .cta-left h2 {
    font-size: 2rem;
  }

  @media (max-width: 640px) {
    .cards-grid {
      grid-template-columns: 1fr;
    }
    .audience-card {
      min-height: auto;
    }
    .card-illustration {
      width: 80px;
      height: 80px;
    }
  }
}
@media (max-width: 768px) {
  .Kontakt-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .Kontakt-info h1 {
    font-size: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .res-footer {
    padding: 2em 0;
  }
}