.elementor-8321 .elementor-element.elementor-element-b80de96{--display:flex;}.elementor-8321 .elementor-element.elementor-element-90e5b8e{--display:flex;}.elementor-8321 .elementor-element.elementor-element-366324b{--display:flex;}.elementor-8321 .elementor-element.elementor-element-b2564e5{--display:flex;}@media(max-width:767px){.elementor-8321 .elementor-element.elementor-element-b2564e5{--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-a83bfa1 *//* ===== SINGLE VIDEO ===== */

.single-video-section {
  padding: 80px 0 60px;
  background: #fff;
}

.video-header {
  text-align: center;
  margin-bottom: 30px;
}

.video-header span {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #1fa37a;
}

.video-header h2 {
  margin: 8px 0 0;
  font-size: 42px;

  font-family: "Gotham", sans-serif;
  font-weight: 300;

  color: #2f3c44;
}


/* CENTER WRAP */
.single-video-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

/* CARD */
.video-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #eef1f2;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
  cursor: pointer;
}

/* VIDEO */
.video-thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #f4f6f7;
}

.video-thumb img,
.video-thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

/* ===== HOVER ZOOM EFFECT (utan grå overlay) ===== */

.video-thumb img {
  transition: transform 0.6s ease;
}

.video-card:hover .video-thumb img {
  transform: scale(1.06);
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #1fa37a;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* PLAY HOVER EFFECT (subtil premium-känsla) */
.video-card:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 0 0 8px rgba(31,163,122,0.15);
}

.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-left: 14px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

/* TITLE */
.video-title {
  padding: 16px 18px;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  color: #2f3c44;
}

/* MOBILE */
@media (max-width: 980px) {
  .video-header h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ee1e83 *//* ===== CTA SECTION ===== */

.cta-section {
  padding: 60px 20px 70px;
  text-align: center;

  /* FULL WIDTH BAKGRUND */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

  /* MYCKET SVAG UTSRPIDD GRÖN GRADIENT */
  background:
    radial-gradient(circle at 20% 30%, rgba(31,163,122,0.025) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(31,163,122,0.02) 0%, transparent 55%),
    radial-gradient(circle at 60% 80%, rgba(31,163,122,0.018) 0%, transparent 60%),
    #ffffff;
}

.cta-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

/* HEADLINE — mindre */
.cta-wrapper h2 {
  margin: 0 0 14px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2;
  color: #2f3c44;
}

/* TEXT */
.cta-wrapper p {
  margin: 0 auto 24px;
  max-width: 560px;
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: #5b6870;
}

/* BUTTON AREA */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* BASE BUTTON — mindre text */
.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border-radius: 999px;
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* GREEN BUTTON */
.cta-primary {
  color: #fff !important;
  background: linear-gradient(90deg,#11b88a 0%,#19a772 100%);
  box-shadow: 0 6px 16px rgba(17,184,138,0.28);
}

.cta-primary:link,
.cta-primary:visited,
.cta-primary:hover,
.cta-primary:active {
  color: #fff !important;
  text-decoration: none;
}

/* HOVER — bara effekt */
.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(17,184,138,0.38);
}

/* OUTLINE BUTTON */
.cta-secondary {
  color: #2f3c44 !important;
  background: #fff;
  border: 1px solid #dfe5e8;
  text-decoration: none;
}

.cta-secondary:link,
.cta-secondary:visited,
.cta-secondary:hover,
.cta-secondary:active {
  color: #2f3c44 !important;
  text-decoration: none;
}

/* HOVER */
.cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0,0,0,0.08);
  background: #fff;
}

/* MOBILE */
@media (max-width: 768px) {

  .cta-wrapper h2 {
    font-size: 32px;
  }

  .cta-wrapper p {
    font-size: 16px;
  }

  .cta-btn {
    width: 100%;
    max-width: 220px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1136dca *//* HEADER */
.products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

/* gör hela blocket luftigare */
.products {
  max-width: 1150px;
  margin: auto;
  padding: 100px 20px 110px;
  font-family: 'Inter', sans-serif;
}

/* CONTROLS */
.carousel-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

/* PILAR */
.arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: white;

  background: linear-gradient(135deg, #18a07a, #2bbf93);
  box-shadow: 0 6px 16px rgba(24,160,122,0.25);

  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(24,160,122,0.35);
}

/* VISA ALLA PRODUKTER */
.view-all {
  color: #18a07a;
  font-weight: 600;
  text-decoration: none;
  margin-left: 10px;
}

.view-all:hover {
  text-decoration: underline;
}

/* FORCE carousel arrows styling */
.carousel-controls button,
.carousel-controls .arrow {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  border: none !important;
  cursor: pointer;
  font-size: 18px;
  color: white !important;

  background: linear-gradient(135deg, #18a07a, #2bbf93) !important;
  box-shadow: 0 6px 16px rgba(24,160,122,0.25) !important;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s ease;
}

.carousel-controls button:hover,
.carousel-controls .arrow:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(24,160,122,0.35) !important;
}

/* Visa alla produkter-länk */
.carousel-controls a,
.carousel-controls .view-all {
  color: #18a07a !important;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s ease;
}

.carousel-controls a:hover,
.carousel-controls .view-all:hover {
  color: #2bbf93 !important;
}

/* säkerställ att hover-shadow får plats */
.product-carousel,
.product-track {
  overflow: visible;
}

/* CARD */
.card {
  background: #ffffff;
  border-radius: 20px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 50px;

  /* mild grön shadow alltid */
  box-shadow:
    0 6px 18px rgba(31,163,122,0.08),
    0 2px 6px rgba(43,191,147,0.05);

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* hover-effekt */
.card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 50px rgba(31,163,122,0.20),
    0 8px 24px rgba(43,191,147,0.15);
}

/* ⭐ NYTT — extra ljus bildyta */
.image-panel {
  background: #fbfcfd;
}

.image-panel img {
  transition: transform 0.35s ease;
}

/* =========================
   MOBIL — riktig carousel
   ========================= */
@media (max-width: 600px) {

  .products-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .products h2 {
    font-size: 26px;
    line-height: 1.35;
  }

  .carousel {
    overflow: hidden;
  }

  .product-grid {
    display: flex;
    gap: 20px;
  }

  /* detta är det viktiga */
  .card {
    min-width: 100%;
    flex: 0 0 100%;
  }

}
.card h3 {
  font-family: 'Gotham Medium', 'Gotham', sans-serif !important;
  font-weight: 500 !important;
}
/* MER SPACE ovanför korten */
.product-carousel,
.product-track,
.product-grid {
  padding-top: 30px;
}
/* =========================
   CARD TYPOGRAPHY — GOTHAM 300
   ========================= */

/* HEADLINE under produkter */
.card h3 {
  font-family: "Gotham", sans-serif !important;
  font-weight: 300 !important;
}

/* BRÖDTEXT under headline */
.card p {
  font-family: "Gotham", sans-serif !important;
  font-weight: 300 !important;
}
/* ===== BRÖDTEXT PRODUKTKORT — FIX ===== */
.products .card p {
  font-family: "Gotham", sans-serif !important;
  font-weight: 300 !important;
  font-size: 14px !important;   /* mindre text */
  line-height: 1.55 !important;
}
/* ===== HOVER STRECK UNDER BRÖDTEXT ===== */

/* gör att vi kan placera linjen */
.card p {
  position: relative;
  padding-bottom: 14px;
}

/* själva strecket (osynligt först) */
.card p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 0;
  height: 2px;

  background: linear-gradient(90deg,#18a07a,#2bbf93);
  border-radius: 2px;

  transition: width 0.45s cubic-bezier(0.22,1,0.36,1);
}

/* hover → linjen växer ut */
.card:hover p::after {
  width: 60px;   /* längd på strecket */
}/* End custom CSS */