/* =========================================================
   FRONT PAGE COMPONENTS
   Denne fil indeholder CSS til de genbrugelige shortcode-blokke
   på forsiden. Hero-sektionen ligger stadig i Elementor og har
   derfor ikke CSS her.
   ========================================================= */


/* =========================================================
   SEKTION 2 – Servicekort-grid
   Shortcode: [ng_service_cards]
   Placering: Forside → servicekort lige efter hero
   Elementor widget-id (oprindelig): 5e1d7d7
   ========================================================= */
.service-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 18px;
  font-family: "Times New Roman", Times, serif;
}

.service-card-pro {
  position: relative;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
  isolation: isolate;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform .3s ease, box-shadow .3s ease;
}

.service-card-pro::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 8px;
  background: rgba(0,69,124,0.05);
  transform: translateY(4px) scale(.99);
  z-index: -1;
}

.service-card-pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.service-card-pro::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 38%,
    rgba(0,69,124,0.08) 60%,
    rgba(0,69,124,0.32) 78%,
    rgba(0,39,72,0.78) 100%
  );
}

.service-content {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 2;
  font-family: "Times New Roman", Times, serif;
}

.service-content::before {
  content: "";
  position: absolute;
  inset: -6px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 6px;
  z-index: -1;
}

.service-content h3 {
  margin: 0;
  color: #ffffff !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.service-content p {
  margin: 6px 0 0;
  color: rgba(255,255,255,.88) !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.service-link {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: 700;
  opacity: .9;
}

/* Behold hvid tekst på hover */
.service-card-pro:hover,
.service-card-pro:hover h3,
.service-card-pro:hover p,
.service-card-pro:hover .service-link,
.service-card-pro:hover * {
  color: #fff !important;
  text-decoration: none !important;
}

@media (hover: hover) {
  .service-card-pro:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,69,124,0.24);
  }

  .service-card-pro:hover img {
    transform: scale(1.05);
  }
}

@media (min-width: 768px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card-pro {
    height: 220px;
  }
}

@media (min-width: 1025px) {
  .service-grid {
    max-width: 1400px;
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card-pro {
    height: 300px;
  }

  .service-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .service-grid {
    width: 92%;
  }

  .service-card-pro {
    height: 260px;
  }

  .service-content {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .service-content h3 {
    font-size: 28px;
  }

  .service-content p {
    font-size: 14px;
  }

  .service-link {
    font-size: 13px;
  }
}


/* =========================================================
   SEKTION 3 – Premium video-intro
   Shortcode: [ng_video_intro]
   Placering: Forside → intro med tekst og video
   Elementor widget-id (oprindelig): 2b77dfe
   ========================================================= */
.premium-video-section {
  background: #f7f6f3;
  padding: 80px 0;
  overflow: hidden;
  font-family: "Times New Roman", Times, serif;
}

.premium-video-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.premium-video-copy {
  max-width: 760px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}

.premium-video-section.is-visible .premium-video-copy {
  opacity: 1;
  transform: translateY(0);
}

.premium-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(118,82,56,0.10);
  color: #765238;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.premium-video-copy h2,
.overskrift-word {
  margin: 0;
  color: #00457C;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(48px, 6.2vw, 58px);
  line-height: .95;
  letter-spacing: -0.055em;
  font-weight: 750;
  max-width: 12.5ch;
}

.circle-word {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #00457C;
  font-family: "Times New Roman", Times, serif;
  white-space: nowrap;
}

.circle-word::after {
  content: "";
  position: absolute;
  left: -7%;
  top: 7%;
  width: 114%;
  height: 90%;
  border: 4px solid #9C7A5A;
  border-radius: 50%;
  transform: rotate(-6deg);
  z-index: -1;
  opacity: .85;
}

.premium-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 34px;
  font-family: "Times New Roman", Times, serif;
}

.premium-btn {
  display: inline-flex;
  background: #00457C;
  color: #fff !important;
  text-decoration: none !important;
  padding: 16px 26px;
  border-radius: 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 700;
  transition: transform .3s ease, background .3s ease;
}

.premium-btn:hover {
  transform: translateY(-2px);
  background: #071D2E;
}

.premium-link {
  color: #00457C !important;
  text-decoration: none !important;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 700;
}

.premium-video-copy p {
  margin-top: 30px;
  max-width: 560px;
  color: #163A5A;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  white-space: pre-line;
}

.premium-video-box {
  position: relative;
  margin-top: 70px;
  width: 100%;
  height: 560px;
  border-radius: 12px;
  overflow: hidden;
  background: #00457C;
  box-shadow: 0 30px 80px rgba(0,69,124,0.22);
  opacity: 0;
  transform: translateY(34px) scale(.98);
  transition: opacity .9s ease .2s, transform .9s ease .2s;
}

.premium-video-section.is-visible .premium-video-box {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.premium-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.premium-video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,69,124,0.08), rgba(0,69,124,0.38)),
    radial-gradient(circle at 80% 20%, rgba(156,122,90,0.18), transparent 35%);
  pointer-events: none;
}

.video-overlay {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-family: "Times New Roman", Times, serif;
}

.video-overlay span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Desktop layout */
@media (min-width: 1025px) {
  .premium-video-inner {
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(520px, 1.1fr);
    align-items: center;
    gap: 80px;
  }

  .premium-video-copy {
    max-width: 620px;
  }

  .premium-video-copy h2,
  .overskrift-word {
    font-size: clamp(54px, 4.4vw, 72px);
    max-width: 12ch;
  }

  .premium-video-copy p {
    max-width: 560px;
  }

  .premium-video-box {
    margin-top: 0;
    height: 640px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .premium-video-copy {
    max-width: 720px;
  }

  .premium-video-copy h2,
  .overskrift-word {
    font-size: clamp(58px, 8vw, 76px);
    max-width: 12ch;
  }

  .circle-word {
    white-space: nowrap;
  }

  .premium-video-box {
    height: 460px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .premium-video-section {
    padding: 70px 0;
  }

  .premium-video-inner {
    width: 92%;
  }

  .premium-video-copy {
    max-width: 100%;
  }

  .premium-video-copy h2,
  .overskrift-word {
    font-size: clamp(38px, 11vw, 48px);
    max-width: 100%;
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .circle-word {
    white-space: nowrap;
  }

  .circle-word::after {
    left: -7%;
    top: 8%;
    width: 114%;
    height: 88%;
    border-width: 3px;
  }

  .premium-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 30px;
  }

  .premium-btn {
    width: 100%;
    justify-content: center;
  }

  .premium-link {
    color: #00457C !important;
  }

  .premium-video-copy p {
    max-width: 100%;
    color: #163A5A;
    font-size: 17px;
    line-height: 1.6;
  }

  .premium-video-box {
    margin-top: 46px;
    height: 340px;
    border-radius: 8px;
  }

  .video-overlay {
    left: 18px;
    bottom: 18px;
  }
}

@media (max-width: 390px) {
  .premium-video-copy h2,
  .overskrift-word {
    font-size: clamp(35px, 10.2vw, 42px);
    letter-spacing: -0.04em;
  }
}


/* =========================================================
   SEKTION 4 – Trust proof-kort
   Shortcode: [ng_trust_proof]
   Placering: Forside → tillidskort / proof cards
   Elementor widget-id (oprindelig): cf73d80
   ========================================================= */
.trust-proof-section {
  background: #ffffff;
  padding: 70px 0 45px;
  font-family: "Times New Roman", Times, serif;
  overflow: hidden;
}

.trust-proof-inner {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.premium-kicker {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(118,82,56,0.10);
  color: #765238;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .045em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.trust-proof-heading {
  max-width: 1000px;
  margin-bottom: 34px;
}

.trust-proof-heading h2 {
  margin: 0 0 14px;
  color: #00457C;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(48px, 6.2vw, 58px);
  line-height: .95;
  letter-spacing: -0.055em;
  font-weight: 750;
  max-width: 1000px;
}

.trust-proof-heading p {
  color: #163A5A;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.55;
  margin: 0;
  max-width: 720px;
}

.trust-proof-grid {
  display: grid;
  gap: 18px;
}

.trust-proof-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 24px 26px;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;

  background:
    linear-gradient(
      145deg,
      #021326 0%,
      #031A33 46%,
      #010814 100%
    );

  box-shadow:
    0 22px 55px rgba(1, 8, 20, 0.34),
    inset 0 1px 0 rgba(255,255,255,0.10);

  transform: translateY(22px);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease, box-shadow .35s ease;
}

.trust-proof-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 0%, rgba(255,255,255,0.10), transparent 32%),
    radial-gradient(circle at 12% 100%, rgba(156,122,90,0.18), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.035), transparent 42%);
  pointer-events: none;
  z-index: 1;
}

.trust-proof-card::after {
  content: "";
  position: absolute;
  top: -40%;
  left: -60%;
  width: 80%;
  height: 180%;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255,255,255,0.08) 50%,
    transparent 100%
  );
  transform: rotate(12deg);
  opacity: .38;
  pointer-events: none;
  z-index: 1;
}

.trust-proof-card.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.trust-proof-number,
.trust-proof-card-heading,
.trust-proof-card-text,
.trust-proof-card h3,
.trust-proof-card p {
  position: relative;
  z-index: 2;
}

.trust-proof-number {
  color: #c7a27a;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.trust-proof-card-heading,
.trust-proof-card h3 {
  color: #ffffff;
  margin: 0 0 9px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.trust-proof-card-text,
.trust-proof-card p {
  color: rgba(255,255,255,0.82);
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  line-height: 1.45;
}

@media (hover: hover) {
  .trust-proof-card:hover {
    transform: translateY(-5px);
    box-shadow:
      0 30px 70px rgba(1, 8, 20, 0.46),
      inset 0 1px 0 rgba(255,255,255,0.14);
  }
}

@media (max-width: 767px) {
  .trust-proof-section {
    padding: 70px 0 45px;
  }

  .trust-proof-inner {
    width: 92%;
  }

  .trust-proof-heading {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .trust-proof-heading h2 {
    font-size: clamp(38px, 11vw, 48px);
    line-height: 1.02;
    max-width: 100%;
    letter-spacing: -0.045em;
  }

  .trust-proof-heading p {
    font-size: 17px;
    line-height: 1.6;
  }

  .trust-proof-card {
    padding: 24px;
    min-height: 185px;
  }

  .trust-proof-number {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .trust-proof-card-heading,
  .trust-proof-card h3 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .trust-proof-section {
    padding: 90px 0 48px;
  }

  .trust-proof-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1025px) {
  .trust-proof-section {
    padding: 110px 0 52px;
  }

  .trust-proof-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
  }

  .trust-proof-card {
    min-height: 188px;
  }
}


/* =========================================================
   SEKTION 5 – Projekter slider + lightbox
   Shortcode: [ng_projects_slider]
   Placering: Forside → udvalgte projekter
   Elementor widget-id (oprindelig): 32a28ad
   ========================================================= */
.premium-projects-section {
  background: #021326;
  padding: 110px 0;
  overflow: hidden;
  position: relative;
  font-family: "Times New Roman", Times, serif;
}

.premium-projects-section::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 22%;
  width: 520px;
  height: 320px;
  background: radial-gradient(circle, rgba(156,122,90,0.22), transparent 65%);
  filter: blur(45px);
  pointer-events: none;
}

.premium-projects-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.45fr;
  gap: 56px;
  align-items: center;
}

/* Text */
.premium-projects-copy span {
  display: inline-block;
  color: #c7a27a;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.premium-projects-copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(48px, 6.2vw, 58px);
  line-height: .95;
  letter-spacing: -0.055em;
  font-weight: 750;
  max-width: 760px;
}

.premium-projects-copy p {
  margin: 22px 0 0;
  color: rgba(255,255,255,0.72);
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  line-height: 1.6;
  max-width: 460px;
}

/* Slider */
.premium-projects-slider {
  position: relative;
  min-width: 0;
}

.premium-projects-slider .swiper {
  overflow: hidden;
}

.premium-projects-slider .swiper-slide a {
  display: block;
  cursor: zoom-in;
}

.premium-projects-slider .swiper-slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  display: block;
  box-shadow: 0 20px 45px rgba(0,0,0,0.24);
  transition: transform .6s ease, filter .6s ease;
}

@media (hover: hover) {
  .premium-projects-slider .swiper-slide a:hover img {
    transform: scale(1.035);
    filter: brightness(1.06);
  }
}

/* Controls */
.premium-projects-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  font-family: "Times New Roman", Times, serif;
}

.premium-projects-pagination {
  position: static !important;
  display: flex;
  gap: 8px;
}

.premium-projects-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 !important;
  background: rgba(255,255,255,0.35);
  opacity: 1;
}

.premium-projects-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.premium-projects-arrows {
  display: flex;
  gap: 14px;
}

.premium-projects-prev,
.premium-projects-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}

.premium-projects-prev::after,
.premium-projects-next::after {
  font-family: swiper-icons;
  font-size: 18px;
}

.premium-projects-prev::after {
  content: "prev";
}

.premium-projects-next::after {
  content: "next";
}

@media (hover: hover) {
  .premium-projects-prev:hover,
  .premium-projects-next:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.4);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .premium-projects-section {
    padding: 90px 0;
  }

  .premium-projects-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .premium-projects-copy h2 {
    max-width: 760px;
  }

  .premium-projects-slider .swiper-slide img {
    height: 300px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .premium-projects-section {
    padding: 70px 0;
  }

  .premium-projects-inner {
    width: 92%;
    gap: 32px;
  }

  .premium-projects-copy h2 {
    font-size: clamp(38px, 11vw, 48px);
    max-width: 100%;
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .premium-projects-copy p {
    font-size: 16px;
  }

  .premium-projects-slider .swiper-slide img {
    height: 320px;
  }

  .premium-projects-controls {
    margin-top: 20px;
  }

  .premium-projects-prev,
  .premium-projects-next {
    width: 48px;
    height: 48px;
  }
}
/* ================================
   PREMIUM PROJECT CUSTOM LIGHTBOX
================================ */

.premium-project-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(2, 19, 38, 0.50);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.premium-project-lightbox.is-open {
  display: flex;
}

.premium-lightbox-content {
  position: relative;
  width: min(1100px, 100%);
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.premium-lightbox-image {
  width: auto;
  max-width: 100%;
  max-height: 76vh;
  display: block;
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  background: #111;
}

.premium-lightbox-caption {
  margin-top: 18px;
  text-align: center;
  color: #fff;
}

.premium-lightbox-caption span {
  display: inline-block;
  margin-bottom: 8px;
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e3c19c;
}

.premium-lightbox-title {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  color: #fff;
}

.premium-lightbox-close,
.premium-lightbox-arrow {
  appearance: none;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: all 0.25s ease;
}

.premium-lightbox-close {
  position: fixed;
  top: 26px;
  right: 30px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 38px;
  line-height: 1;
}

.premium-lightbox-arrow {
  position: fixed;
  top: 50%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  font-size: 28px;
}

.premium-lightbox-prev {
  left: 32px;
}

.premium-lightbox-next {
  right: 32px;
}

.premium-lightbox-close:hover,
.premium-lightbox-arrow:hover {
  background: #004073;
  transform: scale(1.05);
}

.premium-lightbox-arrow:hover {
  transform: translateY(-50%) scale(1.05);
}

/* Mobil */
@media (max-width: 767px) {
  .premium-project-lightbox {
    padding: 22px;
  }

  .premium-lightbox-image {
    max-height: 68vh;
  }

  .premium-lightbox-close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    font-size: 32px;
  }

  .premium-lightbox-arrow {
    top: auto;
    bottom: 24px;
    width: 46px;
    height: 46px;
    font-size: 24px;
    transform: none;
  }

  .premium-lightbox-prev {
    left: 24px;
  }

  .premium-lightbox-next {
    right: 24px;
  }

  .premium-lightbox-arrow:hover {
    transform: scale(1.05);
  }

  .premium-lightbox-caption {
    margin-bottom: 58px;
  }
}
/* ================================
   PREMIUM LIGHTBOX - VISUAL FIX
================================ */

.premium-lightbox-close,
.premium-lightbox-arrow {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  outline: none !important;
  box-shadow: none !important;
}

.premium-lightbox-close:hover,
.premium-lightbox-close:focus,
.premium-lightbox-close:active,
.premium-lightbox-arrow:hover,
.premium-lightbox-arrow:focus,
.premium-lightbox-arrow:active {
  background: #004073 !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Ret aktiv/lilla pil */
.premium-lightbox-next,
.premium-lightbox-prev {
  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
}

.premium-lightbox-next:hover,
.premium-lightbox-prev:hover {
  background: #004073 !important;
  color: #ffffff !important;
}
/* ================================
   LIGHTBOX BUTTON ALIGNMENT FIX
================================ */

.premium-lightbox-close,
.premium-lightbox-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 !important;
  margin: 0 !important;

  width: 52px !important;
  height: 52px !important;
  border-radius: 999px !important;

  font-family: "Times New Roman", Times, serif !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  background: rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* X-knappen */
.premium-lightbox-close {
  font-size: 42px !important;
  line-height: 0 !important;
}

/* Pilene */
.premium-lightbox-arrow {
  font-size: 30px !important;
}

/* Optisk finjustering af pilene */
.premium-lightbox-prev {
  padding-right: 3px !important;
}

.premium-lightbox-next {
  padding-left: 3px !important;
}

/* Hover/focus */
.premium-lightbox-close:hover,
.premium-lightbox-close:focus,
.premium-lightbox-close:active,
.premium-lightbox-arrow:hover,
.premium-lightbox-arrow:focus,
.premium-lightbox-arrow:active {
  background: #004073 !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Mobil */
@media (max-width: 767px) {
  .premium-lightbox-close,
  .premium-lightbox-arrow {
    width: 46px !important;
    height: 46px !important;
  }

  .premium-lightbox-close {
    font-size: 38px !important;
  }

  .premium-lightbox-arrow {
    font-size: 26px !important;
  }
}


/* =========================================================
   SEKTION 6 – Logo-marquee
   Shortcode: [ng_logo_marquee]
   Placering: Forside → logo-bånd
   Elementor widget-id (oprindelig): 07730f9
   ========================================================= */
.premium-logo-marquee {
  background: #white;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.premium-logo-marquee::before,
.premium-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  width: 18vw;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.premium-logo-marquee::before {
  left: 0;
  background: linear-gradient(to right, #f7f6f3 0%, rgba(247,246,243,0) 100%);
}

.premium-logo-marquee::after {
  right: 0;
  background: linear-gradient(to left, #f7f6f3 0%, rgba(247,246,243,0) 100%);
}

.premium-logo-track {
  display: flex;
  align-items: center;
  gap: clamp(70px, 8vw, 140px);
  width: max-content;
  animation: premiumLogoScroll 38s linear infinite;
}

.premium-logo-marquee:hover .premium-logo-track {
  animation-play-state: paused;
}

.premium-logo-item {
  flex: 0 0 auto;
  opacity: 0.42;
  transition: opacity .35s ease, transform .35s ease;
}

.premium-logo-item img {
  max-height: 46px;
  width: auto;
  display: block;
  filter: grayscale(100%) contrast(1.1);
}

.premium-logo-item:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

@keyframes premiumLogoScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .premium-logo-marquee {
    padding: 55px 0;
  }

  .premium-logo-track {
    gap: 54px;
    animation-duration: 28s;
  }

  .premium-logo-item img {
    max-height: 34px;
  }

  .premium-logo-marquee::before,
  .premium-logo-marquee::after {
    width: 22vw;
  }
}
/* Fjern fade/kanter i siderne */
.premium-logo-marquee::before,
.premium-logo-marquee::after {
  display: none !important;
}

/* Sørg for baggrund er helt clean */
.premium-logo-marquee {
  background: #ffffff;
  overflow: hidden;
}
