.elementor-8117 .elementor-element.elementor-element-020606e{--display:flex;}.elementor-8117 .elementor-element.elementor-element-b29965d{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8117 .elementor-element.elementor-element-2cedb46{--display:flex;--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-8117 .elementor-element.elementor-element-fbe803e{margin:-6px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-8117 .elementor-element.elementor-element-572557f{--grid-columns:4;}.elementor-8117 .elementor-element.elementor-element-572557f .elementor-pagination{text-align:center;}body:not(.rtl) .elementor-8117 .elementor-element.elementor-element-572557f .elementor-pagination .page-numbers:not(:first-child){margin-left:calc( 10px/2 );}body:not(.rtl) .elementor-8117 .elementor-element.elementor-element-572557f .elementor-pagination .page-numbers:not(:last-child){margin-right:calc( 10px/2 );}body.rtl .elementor-8117 .elementor-element.elementor-element-572557f .elementor-pagination .page-numbers:not(:first-child){margin-right:calc( 10px/2 );}body.rtl .elementor-8117 .elementor-element.elementor-element-572557f .elementor-pagination .page-numbers:not(:last-child){margin-left:calc( 10px/2 );}.elementor-8117 .elementor-element.elementor-element-4bd71bb{--display:flex;}.elementor-8117 .elementor-element.elementor-element-8f27fc0{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-8117 .elementor-element.elementor-element-dac8dc0{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-8117 .elementor-element.elementor-element-572557f{--grid-columns:2;}}@media(max-width:767px){.elementor-8117 .elementor-element.elementor-element-572557f{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-ce189ab *//* ===== HEADER ONLY FIX ===== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(10,5,20,0.9);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.site-header * {
  box-sizing: border-box;
}

.nav-inner {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left {
  display: flex;
  align-items: center;
}

.nav-left img {
  width: 130px !important;
  max-width: 130px !important;
  height: auto !important;
  display: block;
}

.nav-right {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu a {
  margin-left: 30px;
  color: rgba(255,255,255,0.7) !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}

.nav-menu a:hover {
  color: #b66cff !important;
}

.nav-cta {
  margin-left: 30px;
  padding: 10px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #7b2cff, #b66cff);
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 0 20px rgba(123,44,255,0.4);
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-cta:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  margin-left: 20px;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  margin: 5px 0;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background: #05010a;
  padding: 20px;
}

.mobile-menu a {
  padding: 14px 0;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.mobile-cta {
  margin-top: 20px;
  padding: 14px;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #7b2cff, #b66cff);
}

/* Zorg dat page builders niks breken */
.site-header .elementor,
.site-header .elementor-widget,
.site-header .e-con,
.site-header .container,
.site-header .ast-container {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

@media (max-width: 900px) {
  .nav-menu {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav-cta {
    margin-left: 15px;
    padding: 8px 14px;
    font-size: 13px;
  }

  .nav-inner {
    padding: 14px 20px;
  }

  .nav-left img {
    width: 115px !important;
    max-width: 115px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b29965d *//* ===== PORTFOLIO HERO ===== */
.portfolio-hero-premium {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 82vh;
  padding: 170px 40px 110px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #05010a 0%, #090312 50%, #05010a 100%);
}

.portfolio-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.portfolio-hero-bg::before {
  content: "";
  position: absolute;
  top: -320px;
  left: -240px;
  width: 900px;
  height: 900px;
  background: radial-gradient(circle, rgba(123,44,255,0.24), transparent 70%);
  filter: blur(170px);
}

.portfolio-hero-bg::after {
  content: "";
  position: absolute;
  bottom: -280px;
  right: -180px;
  width: 760px;
  height: 760px;
  background: radial-gradient(circle, rgba(182,108,255,0.18), transparent 70%);
  filter: blur(150px);
}

.portfolio-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 54px;
  align-items: center;
}

.portfolio-hero-copy {
  max-width: 660px;
}

.portfolio-hero-label {
  display: inline-flex;
  align-items: center;
  padding: 9px 15px;
  border-radius: 999px;
  margin-bottom: 22px;
  background: rgba(123,44,255,0.10);
  border: 1px solid rgba(182,108,255,0.20);
  color: #cfa8ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 0 20px rgba(123,44,255,0.08);
}

.portfolio-hero-copy h1 {
  margin: 0 0 22px;
  font-size: 68px;
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: #ffffff;
  text-wrap: balance;
}

.portfolio-hero-copy h1 span {
  background: linear-gradient(90deg, #7b2cff, #b66cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.portfolio-hero-copy p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
  max-width: 620px;
}

.portfolio-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.portfolio-hero-points {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.portfolio-hero-point {
  min-width: 150px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 12px 30px rgba(0,0,0,0.20),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.portfolio-hero-point strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  color: #ffffff;
}

.portfolio-hero-point span {
  font-size: 13px;
  color: rgba(255,255,255,0.60);
}

.portfolio-hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-hero-card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(18,10,30,0.96), rgba(7,3,14,0.98));
  box-shadow:
    0 28px 80px rgba(0,0,0,0.42),
    0 0 50px rgba(123,44,255,0.16),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.portfolio-card-main {
  width: 100%;
  max-width: 520px;
  height: 620px;
  transform: rotate(2deg);
}

.portfolio-card-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}

.portfolio-card-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(5,1,10,0.96) 0%, rgba(5,1,10,0.70) 26%, rgba(5,1,10,0.12) 68%, transparent 100%),
    linear-gradient(135deg, rgba(123,44,255,0.14), transparent 45%);
}

.portfolio-card-content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 26px;
  z-index: 3;
}

.portfolio-card-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.86);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.portfolio-card-content h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.portfolio-hero-floating {
  position: absolute;
  z-index: 4;
  padding: 14px 18px;
  border-radius: 18px;
  backdrop-filter: blur(16px);
  background: rgba(10,5,20,0.62);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.25),
    0 0 26px rgba(123,44,255,0.10);
}

.portfolio-hero-floating span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.portfolio-floating-top {
  top: 70px;
  left: -20px;
}

.portfolio-floating-bottom {
  bottom: 55px;
  right: -10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
  .portfolio-hero-copy h1 {
    font-size: 54px;
  }

  .portfolio-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .portfolio-hero-copy {
    max-width: 100%;
  }

  .portfolio-hero-visual {
    min-height: auto;
  }

  .portfolio-card-main {
    transform: none;
    max-width: 100%;
    height: 520px;
  }

  .portfolio-floating-top {
    left: 10px;
  }

  .portfolio-floating-bottom {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .portfolio-hero-premium {
    min-height: auto;
    padding: 140px 20px 80px;
  }

  .portfolio-hero-copy h1 {
    font-size: 38px;
    line-height: 1.05;
  }

  .portfolio-hero-copy p {
    font-size: 15px;
    line-height: 1.75;
  }

  .portfolio-hero-actions {
    flex-direction: column;
  }

  .portfolio-hero-actions .btn-primary,
  .portfolio-hero-actions .btn-secondary {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .portfolio-hero-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portfolio-card-main {
    height: 380px;
    border-radius: 24px;
  }

  .portfolio-card-content h3 {
    font-size: 26px;
  }

  .portfolio-hero-floating {
    padding: 12px 14px;
    border-radius: 14px;
  }

  .portfolio-hero-floating span {
    font-size: 12px;
  }

  .portfolio-floating-top {
    top: 12px;
    left: 12px;
  }

  .portfolio-floating-bottom {
    right: 12px;
    bottom: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for loop-grid, class: .elementor-element-572557f *//* ===== PORTFOLIO PREMIUM CLEAN ===== */
.drone-portfolio-section {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 90px 40px 50px;
  overflow: hidden;
}

.drone-portfolio-section::before {
  content: "";
  position: absolute;
  top: -220px;
  left: -180px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(123,44,255,0.18), transparent 70%);
  filter: blur(150px);
  pointer-events: none;
}

.drone-portfolio-section::after {
  content: "";
  position: absolute;
  bottom: -260px;
  right: -180px;
  width: 680px;
  height: 680px;
  background: radial-gradient(circle, rgba(182,108,255,0.11), transparent 70%);
  filter: blur(140px);
  pointer-events: none;
}

.drone-portfolio-section .e-con,
.drone-portfolio-section .e-con-inner,
.drone-portfolio-section .elementor-widget,
.drone-portfolio-section .elementor-widget-loop-grid {
  position: relative;
  z-index: 2;
}

/* ===== HEADER AREA ===== */
.drone-portfolio-section .portfolio-eyebrow,
.drone-portfolio-section .portfolio-heading,
.drone-portfolio-section .portfolio-subtext,
.drone-portfolio-section .portfolio-button-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.drone-portfolio-section .portfolio-eyebrow {
  margin-bottom: 14px;
  text-align: center;
}

.drone-portfolio-section .portfolio-eyebrow .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(123,44,255,0.10);
  border: 1px solid rgba(182,108,255,0.20);
  color: #cfa8ff !important;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 0 20px rgba(123,44,255,0.08);
}

.drone-portfolio-section .portfolio-heading {
  max-width: 900px;
  margin-bottom: 14px;
  text-align: center;
}

.drone-portfolio-section .portfolio-heading .elementor-heading-title {
  margin: 0;
  font-size: 48px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff !important;
  text-wrap: balance;
}

.drone-portfolio-section .portfolio-heading .gradient-word {
  background: linear-gradient(90deg, #7b2cff, #b66cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.drone-portfolio-section .portfolio-subtext {
  max-width: 820px;
  margin-bottom: 30px;
  text-align: center;
}

.drone-portfolio-section .portfolio-subtext p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
}

/* ===== LOOP GRID ===== */
.drone-portfolio-section .elementor-widget-loop-grid {
  max-width: 1280px;
  margin: 0 auto;
}

.drone-portfolio-section .elementor-loop-container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

/* ===== PORTFOLIO CARD ===== */
.drone-portfolio-section .e-loop-item {
  position: relative;
  min-height: 280px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18,10,30,0.96), rgba(7,3,14,0.98));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    0 16px 45px rgba(0,0,0,0.28),
    inset 0 1px 0 rgba(255,255,255,0.04);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.drone-portfolio-section .e-loop-item > div,
.drone-portfolio-section .e-loop-item .e-con {
  height: 100%;
  min-height: 280px;
}

.drone-portfolio-section .elementor-widget-theme-post-featured-image,
.drone-portfolio-section .elementor-widget-post-featured-image {
  height: 100%;
}

.drone-portfolio-section .elementor-widget-theme-post-featured-image img,
.drone-portfolio-section .elementor-widget-post-featured-image img,
.drone-portfolio-section .e-loop-item img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.75s ease;
}

/* overlay */
.drone-portfolio-section .e-loop-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(to top, rgba(5,1,10,0.96) 0%, rgba(5,1,10,0.74) 30%, rgba(5,1,10,0.18) 68%, transparent 100%),
    linear-gradient(to right, rgba(123,44,255,0.08), transparent 38%);
}

/* subtle shine */
.drone-portfolio-section .e-loop-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 22%, transparent 78%, rgba(255,255,255,0.02));
}

/* hover */
.drone-portfolio-section .e-loop-item:hover {
  transform: translateY(-6px);
  border-color: rgba(182,108,255,0.22);
  box-shadow:
    0 20px 55px rgba(0,0,0,0.34),
    0 0 35px rgba(123,44,255,0.12);
}

.drone-portfolio-section .e-loop-item:hover img {
  transform: scale(1.05);
}

/* title in card */
.drone-portfolio-section .elementor-widget-post-title,
.drone-portfolio-section .elementor-widget-theme-post-title {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  margin: 0 !important;
}

.drone-portfolio-section .elementor-widget-post-title .elementor-heading-title,
.drone-portfolio-section .elementor-widget-theme-post-title .elementor-heading-title,
.drone-portfolio-section .elementor-widget-post-title a,
.drone-portfolio-section .elementor-widget-theme-post-title a {
  margin: 0 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 28px rgba(0,0,0,0.34);
}

/* fallback without image */
.drone-portfolio-section .e-loop-item:not(:has(img)) {
  background:
    linear-gradient(180deg, rgba(18,10,30,0.98), rgba(8,4,15,0.98)),
    radial-gradient(circle at top left, rgba(123,44,255,0.16), transparent 50%);
}

/* ===== BUTTON UNDER GRID ===== */
.drone-portfolio-section .portfolio-button-wrap {
  margin-top: 30px;
  text-align: center;
}

.drone-portfolio-section .portfolio-button-wrap .elementor-button,
.drone-portfolio-section .portfolio-button-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7b2cff, #b66cff);
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 600;
  border: none;
  box-shadow:
    0 0 26px rgba(123,44,255,0.28),
    0 14px 34px rgba(0,0,0,0.22);
  transition: 0.3s ease;
}

.drone-portfolio-section .portfolio-button-wrap .elementor-button:hover,
.drone-portfolio-section .portfolio-button-wrap a:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 36px rgba(123,44,255,0.38),
    0 18px 40px rgba(0,0,0,0.30);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .drone-portfolio-section .elementor-loop-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .drone-portfolio-section .portfolio-heading .elementor-heading-title {
    font-size: 38px;
  }

  .drone-portfolio-section .elementor-loop-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .drone-portfolio-section {
    padding: 75px 20px 50px;
  }

  .drone-portfolio-section .portfolio-heading .elementor-heading-title {
    font-size: 32px;
    line-height: 1.08;
  }

  .drone-portfolio-section .portfolio-subtext p {
    font-size: 15px;
    line-height: 1.7;
  }

  .drone-portfolio-section .elementor-loop-container {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .drone-portfolio-section .e-loop-item,
  .drone-portfolio-section .e-loop-item > div,
  .drone-portfolio-section .e-loop-item .e-con,
  .drone-portfolio-section .e-loop-item img {
    min-height: 240px;
  }

  .drone-portfolio-section .elementor-widget-post-title .elementor-heading-title,
  .drone-portfolio-section .elementor-widget-theme-post-title .elementor-heading-title,
  .drone-portfolio-section .elementor-widget-post-title a,
  .drone-portfolio-section .elementor-widget-theme-post-title a {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f27fc0 *//* ===== COMPACT WHY BLOCK ===== */
.portfolio-why-compact {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 90px 40px;
  overflow: hidden;
  color: #ffffff;
}

.portfolio-why-compact::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -180px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(123,44,255,0.18), transparent 70%);
  filter: blur(120px);
}

.portfolio-why-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.portfolio-why-label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(123,44,255,0.12);
  border: 1px solid rgba(182,108,255,0.25);
  color: #d7b8ff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* TITEL */
.portfolio-why-inner h2 {
  font-size: 44px;
  margin-bottom: 14px;
  color: #ffffff;
}

/* GRADIENT ACCENT */
.portfolio-why-inner h2 span {
  background: linear-gradient(90deg, #7b2cff, #b66cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUBTEKST */
.portfolio-why-inner p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: rgba(255,255,255,0.8);
}

/* GRID */
.portfolio-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* KAARTEN */
.portfolio-why-card {
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(20,10,35,0.95),
    rgba(10,5,20,0.95)
  );
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.3s ease;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.portfolio-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(182,108,255,0.3);
  box-shadow:
    0 18px 45px rgba(0,0,0,0.35),
    0 0 25px rgba(123,44,255,0.12);
}

/* TITEL IN KAART */
.portfolio-why-card h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ffffff;
}

/* TEKST IN KAART */
.portfolio-why-card p {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .portfolio-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .portfolio-why-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dac8dc0 *//* ===== PORTFOLIO CLOSING ===== */
.portfolio-closing {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 110px 40px;
  overflow: hidden;
}

.portfolio-closing::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(123,44,255,0.25), transparent 70%);
  filter: blur(180px);
  pointer-events: none;
}

.portfolio-closing-inner {
  max-width: 900px;
  margin: 0 auto;
}

.portfolio-closing-box {
  position: relative;
  padding: 60px 50px;
  border-radius: 30px;
  text-align: center;

  background:
    linear-gradient(180deg, rgba(20,10,34,0.96), rgba(9,4,18,0.96));

  border: 1px solid rgba(255,255,255,0.08);

  box-shadow:
    0 30px 80px rgba(0,0,0,0.45),
    0 0 60px rgba(123,44,255,0.2),
    inset 0 1px 0 rgba(255,255,255,0.04);
}

.portfolio-closing-label {
  margin-bottom: 20px;
  color: #cfa8ff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.12em;
}

/* TITEL */
.portfolio-closing-box h2 {
  font-size: 46px;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #ffffff;
}

/* GRADIENT ACCENT */
.portfolio-closing-box h2 span {
  background: linear-gradient(90deg, #7b2cff, #b66cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEKST */
.portfolio-closing-box p {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  margin-bottom: 30px;
}

/* BUTTONS */
.portfolio-closing-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .portfolio-closing {
    padding: 80px 20px;
  }

  .portfolio-closing-box {
    padding: 40px 24px;
    border-radius: 24px;
  }

  .portfolio-closing-box h2 {
    font-size: 32px;
  }

  .portfolio-closing-box p {
    font-size: 15px;
  }

  .portfolio-closing-actions {
    flex-direction: column;
  }

  .portfolio-closing-actions a {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */