.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Helvetica Neue', sans-serif;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 5%;
  color: white;
}

.hero-content .left {
  flex: 1;
}

.hero-content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content h1 {
  font-size: 5.5rem;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  color: white;
}

.hero-content small {
  text-transform: uppercase;
  opacity: 0.8;
  letter-spacing: 1px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  display: block;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: white;
  
}

.cta-button {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: white;
  color: #0070f3;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e0e0e0;
}
 /* Homepage after hero img Start */
/* Why Airtrack */
/* =========================
   Why Airtrack (hero)
   ========================= */
.why-airtrack {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 40px;
  background: #fdfcf9;
}

.why-airtrack-text {
  flex: 1 1 400px;
  max-width: 600px;
}

.why-airtrack-text h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.25;
  color: #222;
  margin: 0 0 20px;
}

.why-airtrack-text p {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #333;
  margin: 0 0 20px;
}

.why-airtrack-image {
  flex: 1 1 300px;
  text-align: center;
}

.why-airtrack-image img {
  max-width: 100%;
  height: auto;
}

/* Primär knapp (återanvänd) */
.btn-primary {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  background: #3e8e41;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}


/* =========================
   Iconer – ny kortlayout
   ========================= */
.airtrack-icons-v2{
  display:flex !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:18px !important;
  background:#fff !important;
  padding:28px 16px !important;
  margin-top:8px !important;
  border:0 !important;
}

.airtrack-icons-v2 .icon-card{
  width:170px;
  padding:16px;
  text-align:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
}

.airtrack-icons-v2 .icon-card img{
  width: 40px !important;
  height: 40px !important;
  max-width: none !important;   /* slå ut ev. img { max-width:100% } i temat */
  max-height: none !important;
  display: block;
  margin: 0 auto 8px;
  object-fit: contain;
}
.airtrack-icons-v2 .icon-card p{
  margin:0;
  color:#74c0fc;
  font-weight:600;
}


/* =========================
   Aquatrack – hero med textkort
   ========================= */
.aquatrack-section {
  margin: 32px 0 8px;
}

.aquatrack-bg {
  position: relative;
  min-height: 360px;
  border-radius: 18px;
  overflow: hidden;
  background: center / cover no-repeat; /* sätt bilden inline i HTML style="background-image:url(...)" */
}

.aquatrack-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 85, 120, .25); /* mjuk overlay för läsbar text */
}

.aquatrack-card {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 28px;
  padding: 18px 18px 16px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  backdrop-filter: saturate(120%) blur(1px);
}

.aquatrack-card h2 {
  margin: 0 0 8px;
  color: #2a6b2f;
  letter-spacing: .2px;
}

.aquatrack-card p {
  margin: 0 0 14px;
  color: #222;
}


/* =========================
   Respons
   ========================= */
@media (max-width: 640px) {
  .airtrack-icons-v2 .icon-card { width: 46%; }
  .aquatrack-card { margin: 16px; }
}

@media (max-width: 420px) {
  .airtrack-icons-v2 .icon-card { width: 100%; }
}






 /* Earth Start */
.earthtrack-section {
  display: flex;
  flex-wrap: wrap;
  background-color: #f4f1e9;
  color: #2b2b2b;
  font-family: 'Segoe UI', sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

.earthtrack-left,
.earthtrack-right {
  flex: 1 1 50%;
  position: relative;
  padding: 60px 40px;
  box-sizing: border-box;
}

.earthtrack-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.earthtrack-left h2 span {
  color: #508c0f;
}

.earthtrack-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #444;
  max-width: 500px;
}

.btn-discover {
  background-color: #7d5a38;
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-discover:hover {
  background-color: #5d3d1a;
  transform: scale(1.05);
}

.earthtrack-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  display: block;
  filter: brightness(95%);
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .earthtrack-section {
    flex-direction: column;
  }

  .earthtrack-left,
  .earthtrack-right {
    flex: 1 1 100%;
    padding: 30px 20px;
  }

  .earthtrack-left h2 {
    font-size: 2rem;
  }
}

/* Whole section background */
.earthtrack-section {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f4f0e7;
}

/* Green header bar */
.earthtrack-header {
  width: 100%;
  background-color: #364f27; /* earth green */
  padding: 40px 0;
  text-align: center;
}

.earthtrack-header h1 {
  margin: 0;
  font-size: 3rem;
  color: #f4f0e7;
  font-weight: bold;
  letter-spacing: 1px;
}

/* Flex container for content */
.earthtrack-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 5%;
  max-width: 1600px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* Left side: text */
.earthtrack-text {
  flex: 1 1 500px;
  max-width: 600px;
  padding: 20px;
}

.earthtrack-text h2 {
  font-size: 2.5rem;
  color: #2d1d15;
  margin-bottom: 20px;
}

.earthtrack-text h2 span {
  color: #5f8f3a;
}

.earthtrack-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

/* Button */
.btn-discover {
  display: inline-block;
  background-color: #7a552e;
  color: white;
  padding: 14px 28px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
}

/* Right side: image */
.earthtrack-image {
  flex: 1 1 500px;
  max-width: 600px;
  padding: 20px;
}

.earthtrack-image img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .earthtrack-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .earthtrack-text,
  .earthtrack-image {
    max-width: 100%;
    padding: 10px;
  }

  .earthtrack-text h2 {
    font-size: 2rem;
  }
}

 /* Earth track End */

/* =========================
   IGNItrack – Clean & Responsive
   ========================= */

/* Wrapper */
.ignitrack-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fdf8f3;
  color: #2b2b2b;
  font-family: 'Segoe UI', sans-serif;
}

/* Header */
.ignitrack-header {
  width: 100%;
  background-color: #7a2c17;
  padding: 40px 0;
  text-align: center;
}

.ignitrack-header h1 {
  margin: 0;
  font-size: 3rem;
  color: #fdf8f3;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Layout */
.ignitrack-content {
  display: flex;
  flex-wrap: wrap;         /* får wrap på tablet/mobil */
  gap: 24px;
  padding: 60px 40px;
  align-items: center;
  max-width: 1200px;       /* behaglig radlängd på desktop */
  margin: 0 auto;          /* centrera innehållet */
}

.ignitrack-content.reverse-layout { 
  flex-direction: row-reverse;
}

.ignitrack-left,
.ignitrack-right {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 20px;
}

/* Textblock */
.ignitrack-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ignitrack-left h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 20px;
  color: #3a1e1e;
  letter-spacing: 1px;
}

.ignitrack-left h2 span {
  color: #c1461f;
}

.ignitrack-left p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin: 0 0 30px;
  color: #4a4a4a;
  max-width: 500px;
}

/* Knapp */
.btn-discover {
  background-color: #a15128;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform 0.3s ease, background-color 0.3s ease;
  display: inline-block;
}

.btn-discover:hover {
  background-color: #843c19;
  transform: scale(1.05);
}

/* Bild */
.ignitrack-right {
  position: relative;
}

.ignitrack-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 25px;
  display: block;
  filter: brightness(95%);
}

/* =========================
   Desktop-fixar
   ========================= */

/* Låt inte raden brytas på desktop och dela kolumner 50/50 utan wrap */
@media (min-width: 1025px) {
  .ignitrack-content { 
    flex-wrap: nowrap;      /* hindrar oönskat wrap på desktop */
    gap: 40px;
  }
  .ignitrack-left,
  .ignitrack-right {
    flex: 1 1 0;            /* lika breda kolumner som får krympa */
    min-width: 0;           /* tillåt krymp utan overflow */
  }
  .ignitrack-right img {
    max-width: 560px;       /* tryck inte ut layouten på stora skärmar */
  }
}

/* =========================
   Breakpoints
   ========================= */

/* Tablet (≤ 1024px) */
@media (max-width: 1024px) {
  .ignitrack-header { padding: 32px 0; }
  .ignitrack-header h1 { font-size: 2.5rem; }

  .ignitrack-content { 
    padding: 40px 24px; 
    gap: 20px;
    flex-wrap: wrap;        /* tillåt wrap på tablet */
  }

  .ignitrack-left, .ignitrack-right { padding: 16px; }
  .ignitrack-left h2 { font-size: 2.2rem; }
  .ignitrack-left p { font-size: 1.05rem; }
}

/* Mobil (≤ 640px) — REPLACE YOUR CURRENT MOBILE BLOCK WITH THIS */
@media (max-width: 640px) {
  /* Stapla och neutralisera reverse */
  .ignitrack-content,
  .ignitrack-content.reverse-layout {
    flex-direction: column;
    padding: 20px 16px;
    gap: 12px;
    overflow-x: hidden;              /* undvik horisontell scroll */
  }

  .ignitrack-section { overflow-x: hidden; }

  /* Gör kolumnerna fristående och utan extra padding */
  .ignitrack-left,
  .ignitrack-right {
    flex: 0 0 auto;
    padding: 0;
  }

  /* Bild först och full bredd */
  .ignitrack-right { order: -1; }     
  .ignitrack-right img {
    width: 100%;
    height: auto;
    max-width: none;
    display: block;
    border-radius: 16px;
  }

  /* Header & typografi */
  .ignitrack-header { padding: 20px 0; }
  .ignitrack-header h1 { font-size: 1.6rem; }

  .ignitrack-left h2 {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }

  .ignitrack-left p {
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 16px;
    max-width: none;
  }

  /* Knappen */
  .btn-discover {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
  }
}


/* =========================
   IGNItrack – End
   ========================= */

 /* Homepage intro */

.environment-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 40px;
  background-color: #fff;
  gap: 40px;
}

.environment-image {
  flex: 1 1 40%;
  min-width: 300px;
}

.environment-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.environment-text {
  flex: 1 1 50%;
  color: #083d18;
}

.environment-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.environment-text h3 {
  font-size: 1.3rem;
  color: #0c5723;
  margin-bottom: 20px;
}

.environment-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

.environment-text em {
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}

.green-button {
  background-color: #3a7728;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
}
 /* Homepage Elements */
.element-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 40px 0;
}


.element-panel {
  position: relative;
  
  aspect-ratio: 2 / 3;
  overflow: hidden;
  border-radius: 8px;
}

.element-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.element-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  z-index: 1;
  pointer-events: none; /* Blockar klick – vi styr via länk istället */
}

.element-icon {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}

.element-overlay h2 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
}

/* 👇 Hover-effekt */
.element-panel:hover .element-overlay h2 {
  color: #cccccc;
  transition: color 0.3s ease;
}

/* Klickbar textlänk – används om man bara länkar texten */
.element-overlay a {
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
}

.element-overlay a h2 {
  color: inherit;
  cursor: pointer;
}

.element-overlay a h2:hover {
  text-decoration: underline;
}

.element-overlay a:visited {
  text-decoration: underline;
}

/* Osynlig klickbar länk som täcker hela panelen */
.panel-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* ovanpå video och overlay */
  text-indent: -9999px; /* gör länktext osynlig om någon råkar lägga in något */
}

 /* Homepage Elements end*/
.omnitrack-overview {
  max-width: 1000px;
  margin: auto;
  padding: 60px 20px;
  font-family: sans-serif;
  text-align: center;
}

.omnitrack-overview h2 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 800;
}

.omnitrack-overview h3 {
  font-size: 1.5rem;
  color: #1c3927;
  font-weight: 500;
  margin-bottom: 20px;
}

.omnitrack-overview .intro {
  max-width: 700px;
  margin: 0 auto 50px;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.product-feature {
  display: flex;
  align-items: flex-start;
  text-align: left;
  gap: 20px;
  margin-bottom: 40px;
}

.product-feature img {
  width: 48px;
  height: 48px;
  margin-top: 4px;
}

.product-feature h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 5px;
}

.product-feature .tagline {
  font-weight: 600;
  margin: 0 0 10px;
  color: #333;
}

.product-feature p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem;
}

@media screen and (max-width: 700px) {
  .product-feature {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .product-feature div {
    text-align: center;
  }
}

 /* Homepage after hero img End */



 /* Aquatrack Start */
.aquatrack-header {
  background-image: url("https://cdn.abicart.com/shop/32523/files/A-Endless%20Green/bilder/bildspel/aquatrack-head.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 40px;
  position: relative;
  color: white;
}

.aquatrack-header-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
}

.aquatrack-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: white
}

.aquatrack-header p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.aquatrack-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.aquatrack-btn-primary,
.aquatrack-btn-secondary {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.aquatrack-btn-primary {
  background-color: #0052cc;
  color: white;
}

.aquatrack-btn-secondary {
  border: 2px solid #0052cc;
  color: #0052cc;
  background-color: transparent;
}


.aquatrack-features {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 40px 20px;
  background: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.aquatrack-feature {
  text-align: center;
}

.aquatrack-feature img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.aquatrack-description-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 40px;
  background: #fff;
}

.aquatrack-description-section img {
  max-width: 300px;
  border-radius: 10px;
}

.aquatrack-description-text {
  max-width: 600px;
  line-height: 1.6;
}

.aquatrack-description-text b {
  color: #000;
}

.aquatrack-cta {
  text-align: center;
  padding: 40px;
}

.aquatrack-cta a {
  background: #0052cc;
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  text-decoration: none;
}
 /* Aquatrack End */


 /* Airtrack Start */
  .airtrack-header {
        background-image: url("https://cdn.abicart.com/shop/32523/files/A-Endless%20Green/bilder/bildspel/airtrack-head.jpg");

      background-size: cover;
      background-position: center;
      min-height: 400px;
      display: flex;
      align-items: center;
      padding: 40px;
      position: relative;
      color: white;
    }

    .airtrack-header-content {
      background-color: rgba(0, 0, 0, 0.6);
      padding: 30px;
      border-radius: 10px;
      max-width: 400px;
    }

    .airtrack-header h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
      color: white;
    }

    .airtrack-header p {
      font-size: 1.2rem;
      margin-bottom: 20px;
    }

    .airtrack-buttons {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .airtrack-btn-primary,
    .airtrack-btn-secondary {
      padding: 10px 20px;
      border-radius: 5px;
      font-weight: bold;
      text-decoration: none;
      display: inline-block;
    }

    .airtrack-btn-primary {
      background-color: #0052cc;
      color: white;
    }

    .airtrack-btn-secondary {
      border: 2px solid #0052cc;
      color: #0052cc;
      background-color: transparent;
    }

    /* Features section */
    .airtrack-features {
      display: flex;
      justify-content: center;
      gap: 50px;
      padding: 40px 20px;
      background: #fff;
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
    }

    .airtrack-feature {
      text-align: center;
    }

    .airtrack-feature img {
      width: 40px;
      height: 40px;
      margin-bottom: 10px;
    }

    /* Description section */
    .airtrack-description-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 60px 40px;
      background: #fff;
      flex-wrap: wrap;
    }

    .airtrack-description-text {
      max-width: 600px;
      line-height: 1.6;
    }

    .airtrack-description-section img {
      max-width: 300px;
      border-radius: 10px;
    }

    .airtrack-cta {
      text-align: center;
      padding: 40px;
    }

    .airtrack-cta a {
      background: #0052cc;
      color: white;
      padding: 15px 30px;
      border-radius: 8px;
      font-size: 18px;
      text-decoration: none;
    }

/* New Why Airtrack section */
/* Feature section: text left, image right */
.feature-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background-color: #f9f9f9;
  gap: 30px;
}

/* Feature section: image left, text right */
.feature-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px;
  background-color: #f1f3f6;
  gap: 30px;
  flex-direction: row
}

/* Shared content styles */
.feature-text {
  flex: 1 1 400px;
  max-width: 600px;
}

.feature-text h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #222;
}

.feature-text p {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}

.feature-text .btn-primary,
.feature-text .btn-secondary {
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

.feature-text .btn-primary {
  background-color: #0052cc;
  color: white;
}

.feature-text .btn-secondary {
  border: 2px solid #0052cc;
  color: #0052cc;
  background-color: transparent;
}

.feature-image {
  flex: 1 1 300px;
  text-align: center;
}

.feature-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

 /* Airtrack End */



 /* About us Start */
.about-oss {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f9f6ee;
  color: #1a1a1a;
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

.about-oss-header {
  position: relative;
  background: url('https://cdn.abicart.com/shop/32523/files/A-Endless%20Green/bilder/Desgin/Leaf.png') no-repeat center center/cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px; /* <--- detta lägger till luft under bilden */
}

.about-oss-header h1 {
  color: white;
  font-size: 3rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
}

.about-oss-story {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 0 40px; /* Padding från kanterna */
}

.about-oss-text {
  flex: 1;
  padding-right: 20px; /* Luft till höger om texten */
}

.about-oss-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-left: 20px; /* Luft till vänster om bilden */
}

.about-oss-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.about-oss-values {
  text-align: center;
  padding: 60px 20px;
  background-color: #f9f6ee;
  margin-bottom: 60px;
  max-width: 983px;
}

.about-oss-values h2 {
  font-size: 2.5rem;
  color: #2d4c2f;
  margin-bottom: 40px;
}

.about-oss-value-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.about-oss-value {
  flex: 1 1 200px;
  max-width: 220px;
}

.about-oss-value i {
  font-size: 3rem;
  color: #4a7c4a;
  margin-bottom: 15px;
}

.about-oss-value h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.about-oss-value p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
}

.about-oss-team h2 {
  text-align: center;
  color: #2e5939;
  font-size: 2rem;
  margin-bottom: 20px;
}
.about-oss-value-img{
  width: 60px
}

.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 60px;
  padding: 20px 0 50px;
}

.timeline::before {
  content: '';
  position: absolute;
  bottom: 54px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2e5939;
  z-index: 1;
}

.timeline span {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
  font-size: 1rem;
  z-index: 2;
  padding-bottom: 30px; /* flyttar text upp från linje */
}

.timeline span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #2e5939;
  border-radius: 50%;
  z-index: 3;
}
.timeline-label {
  margin-top: 20px;
  font-size: 0.85rem;
  color: #666;
}




.team-photo{
  display: flex;
  justify-content: center;
  align-items: center; /* Om du även vill centrera vertikalt */
  text-align: center;
  margin-top: 20px; /* valfritt för spacing */
}
.team-photo img {
  width: 50%;
  border-radius: 10px;
}
.about-oss-intro,
.about-oss-motto,
.about-oss-initiatives {
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 20px;
  color: #1a1a1a;
}

.about-oss-intro h2,
.about-oss-motto h3,
.about-oss-initiatives h3 {
  font-size: 2rem;
  color: #2e5939;
  margin-bottom: 20px;
}

.about-oss-intro p {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 1rem;
}

.about-oss-motto ul,
.about-oss-initiatives ul {
  margin-left: 20px;
  padding-left: 10px;
  font-size: 0.95rem;
}

.about-oss-motto li,
.about-oss-initiatives li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.about-oss a {
  color: #2e5939;
  text-decoration: underline;
}


/* Responsive */
@media (max-width: 768px) {
  .about-oss-story {
    flex-direction: column-reverse;
    text-align: center;
  }

  .about-oss-value-grid {
    flex-direction: column;
    align-items: center;
  }

  .timeline {
    flex-direction: column;
    gap: 10px;
  }

  .timeline::before {
    display: none;
  }
}

.who-we-are {
  background-color: #e6f4e9;
  padding: 40px 0; /* mer luft upp/ner */
  max-width: 982px;
  margin-left: 70px;
  border-radius: 25px;
}

.who-we-are-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  flex-wrap: wrap;
}

.who-we-are-text {
  flex: 1;
}

.who-we-are-text h2 {
  font-size: 2rem;
  color: #2e5939;
  margin-bottom: 20px;
  text-align: center;
}

.who-we-are-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.who-we-are-icon {
  flex: 0 0 140px;
  font-size: 5rem;
  color: #2e5939;
  display: flex;
  justify-content: center;
  align-items: center;
}


.initiatives {
  padding: 40px 20px;
  text-align: center;
}

.initiatives h3 {
  font-size: 1.5rem;
  margin-bottom: 40px;
  color: #2e5939;
}

.initiatives-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.initiative {
  max-width: 240px;
  text-align: center;
}

.initiative i {
  font-size: 2.5rem;
  color: #2e5939;
  margin-bottom: 15px;
}

.initiative h4 {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.container-about-oss {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.about-oss-extras {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.about-oss-subsection {
  margin-bottom: 40px;
}

.about-oss-subsection h2 {
  font-size: 1.8rem;
  color: #2e5939;
  margin-bottom: 10px;
}

.about-oss-subsection p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.about-oss-subsection a {
  color: #2e5939;
  text-decoration: underline;
}
.initiative-img {
  width: 60px; /* justera vid behov */
  height: auto;
  margin-bottom: 15px;
}



/* About us End */








/* Partners Start */
.partners-page {
  padding: 60px 20px;
  background-color: #f9f6ee;
}

.partners-intro {
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.partners-intro h1 {
  font-size: 2rem;
  color: #2e5939;
  margin-bottom: 10px;
}

.partners-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.partner-card {
  background-color: #fffdf7;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 30px 20px;
  max-width: 300px;
  flex: 1 1 280px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.2s ease;
  display: block;
}
/*  */
.partner-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  transform: scale(1.05);
}

.partner-logo {
  max-height: 60px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.partner-card:hover .partner-logo {
  filter: grayscale(0%);
}

.partner-logo {
  max-height: 60px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-logo:hover {
  transform: scale(1.05);
}
.partner-card h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #2e5939;
}

.partner-card p {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.5;
}

.visit-link {
  margin-top: 12px;
  display: inline-block;
  font-weight: bold;
  color: #2e5939;
  text-decoration: underline;
  font-size: 0.95rem;
}


/* Partners End */



/* Delivery Start */

.delivery-section {
      padding: 60px 20px;
      background-color: #f9f6ee;
      text-align: center;
    }

    .delivery-section h1 {
      font-size: 2rem;
      color: #2e5939;
      margin-bottom: 10px;
    }

    .delivery-section p.subtitle {
      max-width: 600px;
      margin: 0 auto 50px;
      color: #555;
      font-size: 1rem;
    }

    .delivery-timeline {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
    }

    .delivery-step {
      background: white;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      width: 250px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .delivery-step:hover {
      transform: scale(1.05) translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
    }

    .delivery-step i {
      font-size: 2rem;
      color: #2e5939;
      margin-bottom: 15px;
    }

    .delivery-step h3 {
      margin-bottom: 10px;
      color: #2e5939;
      font-size: 1.2rem;
    }

    .arrow {
      font-size: 1.5rem;
      color: #aaa;
    }

    @media (max-width: 768px) {
      .delivery-timeline {
        flex-direction: column;
      }
      .arrow {
        display: none;
      }
    }
/* Fade In Animation */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.5s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.feature-title {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #003a4e;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

.feature-box {
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
}

.feature-box i {
  font-size: 2.5rem;
  color: #005c6e;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #222;
}

.feature-box p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
}
/* Products - Start */

/* Close Beacon - Start */
.tws-article-description:has(.close-beacon) {
  max-width: none !important;
  margin: 0 !important;
}

.close-beacon {
  width: 100%;
  background-color: #f4f4f4;
  padding: 80px 40px;
  box-sizing: border-box;
}

.close-beacon-content {
  width: 100%;
  text-align: center;
}

.close-beacon-content h1 {
  color: #0b3c4a;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.close-beacon-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
}


.close-beacon-section {
  padding: 60px 40px;
  background: #f9f9f9;
}

.close-beacon-intro {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.close-beacon-intro h2 {
  font-size: 1.8rem;
  color: #0b3c4a;
  margin-bottom: 16px;
}
.close-beacon-intro p {
  font-size: 1.2rem;
}

.close-beacon-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.close-beacon-box {
  flex: 1 1 300px;
  max-width: 500px;
}

.close-beacon-box h3 {
  font-size: 1.5rem;
  color: #0b3c4a;
  margin-bottom: 12px;
}

.close-beacon-box p {
  font-size: 1.2rem;
  color: #333;
  line-height: 1.6;
}



.close-beacon-feature {
  padding: 80px 40px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.close-beacon-feature-content {
  display: flex;
  align-items: center;
  justify-content: center; /* center entire content block */
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
}

.close-beacon-feature-text {
  flex: 1 1 55%;
  max-width: 500px;
  text-align: left;
}

.close-beacon-feature-text h2 {
  font-size: 2rem; 
  color: #0b3c4a;
  margin-bottom: 12px;
}

.close-beacon-feature-text p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}

.close-beacon-feature-image {
  flex: 1 1 35%; /* reduce image area */
  max-width: 300px;
}

.close-beacon-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* ==== Close Beacon Info Section - End ==== */

/* ==== Close Beacon Specs Section - Start ==== */

.close-beacon-specs {
  padding: 80px 40px;
  background-color: #ffffff;
  box-sizing: border-box;
}
.close-beacon-specs-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.close-beacon-specs-image {
  flex: 1 1 250px;
  max-width: 250px;
  text-align: center;
}
.close-beacon-specs-image img {
  width: 100%;
  height: auto;
  display: block;
}

.close-beacon-specs-text {
  flex: 1 1 400px;
  max-width: 500px;
}

.close-beacon-specs-text h2 {
  font-size: 1.5rem;
  color: #0b3c4a;
  margin-bottom: 20px;
}

.close-beacon-specs-text h2 span {
  font-weight: normal;
  font-size: 1rem;
}

.close-beacon-specs-text ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
}

.close-beacon-specs-text li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
}

.close-beacon-specs-text li .icon {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #1a7f78;
  line-height: 1.5;
}

.close-beacon-download {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}
/* ==== Close Beacon Specs Section - End ==== */

/*  Close Beacon CSS - End */

/* Products - End */

.subvakt-description {
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #f9f9f9;
  border-left: 4px solid #4caf50;
  border-radius: 5px;
  font-size: 1.55rem;
  line-height: 1.6;
  color: #333;
}
.subvakt-description h2 {
  margin-bottom: 1rem;
  color: #2e7d32;
}

:root{
  --green:#2a6b2f;
  --text:#1d1f22;
  --muted:#5b6b62;
  --bg:#f6f7f8;
  --card:#fff;
  --radius:14px;
  --shadow:0 8px 24px rgba(0,0,0,.06);
}

.stadgar-header{
  background:var(--green);
  color:#fff;
  padding:28px 16px;
  text-align:center;
}
.stadgar-header h1 {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
  color: #fff; /* vit text för bättre kontrast */
  text-shadow: 0 1px 2px rgba(0,0,0,0.25); /* lite djup för läsbarhet */
}
.stadgar-container{
  max-width: 68ch;
  margin: 24px auto;
  padding: 0 16px;
  color:var(--text);
}

.stadgar-item{
  background:var(--card);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.06);
  margin: 14px 0;
}

.stadgar-title{ margin:0; }

.stadgar-toggle{
  all: unset;
  display:flex; align-items:center; justify-content:space-between;
  width:100%;
  padding:18px 20px;
  cursor:pointer;
  font-size:1.25rem; line-height:1.2; color:var(--green); font-weight:600;
}
.stadgar-toggle:focus-visible{ outline:2px solid var(--green); outline-offset:3px; border-radius:calc(var(--radius) - 4px); }

.stadgar-icon{
  width:18px; height:18px; flex:0 0 18px;
  position:relative;
}
.stadgar-icon::before, .stadgar-icon::after{
  content:""; position:absolute; inset:0; margin:auto;
  width:12px; height:2px; background:var(--muted); transition:transform .25s ease, opacity .25s ease;
}
.stadgar-icon::after{ transform:rotate(90deg); }            /* plus */
.stadgar-toggle[aria-expanded="true"] .stadgar-icon::after{ transform:rotate(0deg); opacity:0; } /* minus */

.stadgar-panel{
  overflow:hidden;
  max-height:0;
  padding:0 20px;
  transition:max-height .35s ease, padding .35s ease, opacity .25s ease;
  opacity:0;
}
.stadgar-panel p, .stadgar-panel ul{ margin:12px 0 16px; }
.stadgar-panel ul{ padding-left:1.25rem; }

/* När sektionen är öppen */
.stadgar-item.is-open .stadgar-panel{
  max-height: 1000px;   /* visuellt, exakt höjd sätts i JS */
  padding: 0 20px 18px;
  opacity: 1;
}

/* Rotera plus-ikonen till minus i öppet läge */
.stadgar-item.is-open .stadgar-icon::after{
  transform: rotate(0deg);
  opacity: 0;
}

.stadgar-footer{
  text-align:center;
  padding:24px 16px;
  color:#fff;
  background:var(--green);
  margin-top:28px;
  font-size:.95rem;
}






