/* ------MVP Development --------- */

.mb-nl-mvp-first-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mb-nl-mvp-first-wrapper {
  position: relative;
  padding-left: 2rem;
}

.mb-nl-mvp-first-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 100%;
  background-color: #007bff;
}

.mb-nl-mvp-first-heading {
  font-size: 2.5em;
  margin-bottom: 1rem;
}

.mb-nl-mvp-first-light-weight {
  font-weight: 400; /* Lighter font weight for "MVP" */
  color: #333333; /* Dark gray for the text */
}

.mb-nl-mvp-first-bold-weight {
  font-weight: 700; /* Bold font weight for "Development" */
  color: #333333; /* Dark gray for the text */
}

.mb-nl-mvp-first-text {
  font-size: 1em;
  line-height: 1.6;
}

/* Optional: Add media queries for finer control on smaller screens */
@media (max-width: 768px) {
  .mb-nl-mvp-first-wrapper {
    padding-left: 1.5rem;
  }

  .mb-nl-mvp-first-wrapper::before {
    width: 0.2rem;
  }

  .mb-nl-mvp-first-heading {
    font-size: 2em;
  }
}

/* --------- Dutch Startups ------------ */

/* Container and Main Text */
.dutch-startups-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dutch-startups-main-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.dutch-startups-main-text {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto 3rem;
}

/* Card Styling */
.dutch-startups-card {
  text-align: center;
  padding: 2rem;
  border-radius: 1.5rem;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Soft shadow */
  height: 100%; /* Ensures all cards are the same height */
}

.dutch-startups-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Lighter shadow on hover */
}

/* Card Background Colors */
.dutch-startups-card-blue {
  background-color: #e6f0ff;
}

.dutch-startups-card-green {
  background-color: #e6ffe6;
}

.dutch-startups-card-purple {
  background-color: #f5e6ff;
}

.dutch-startups-card-orange {
  background-color: #fff4e6;
}

/* Icon Wrapper */
.dutch-startups-icon-wrapper {
  display: inline-block;
  padding: 1rem;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.dutch-startups-icon-wrapper i {
  font-size: 2rem;
  color: white;
}

/* Card Text */
.dutch-startups-card-heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.dutch-startups-card-text {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
}

/* Media Query for smaller screens */
@media (max-width: 576px) {
  .dutch-startups-main-heading,
  .mvp-services-offer-main-heading,
  .very-unique-industries-heading {
    font-size: 1.8rem !important;
  }

  .very-unique-tech-stack-container {
    padding-top: 2rem !important;
  }
}

/* ------ MvP services --------------- */

/* Card Styling */
.mvp-services-offer-card {
  padding: 1.5rem; /* Reduced padding to make the box smaller */
  border-radius: 1rem;
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* Icon Wrapper and Image Styling */
.mvp-services-offer-icon-wrapper {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mvp-services-offer-icon-img {
  width: 50px;
  height: 50px;
}

/* Card Text */
.mvp-services-offer-card-heading {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-align: center;
}

.mvp-services-offer-card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
  text-align: center;
}

/* Optional: Main heading and text */
.mvp-services-offer-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.mvp-services-offer-main-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.mvp-services-offer-main-text {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
  .mvp-services-offer-main-heading {
    font-size: 2rem;
  }
}

/* ------- tech stakes ------------ */

/* --- Tech Stack Section --- */

.very-unique-tech-stack-container {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.very-unique-tech-stack-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.very-unique-tech-stack-text {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.very-unique-tech-stack-item {
  width: 150px;
  padding: 1rem;
  border-radius: 1rem;
  background-color: #ffffff; /* White background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Soft shadow */
}

.very-unique-tech-stack-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 0.5rem;
}

.very-unique-tech-stack-label {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

/* --- Industries Section --- */

.very-unique-industries-container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.very-unique-industries-heading {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.very-unique-industries-text {
  font-size: 1.1rem;
  color: #6c757d;
  margin: 0 auto 3rem;
  line-height: 1.6;
}

.very-unique-industries-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: #ffffff; /* White background */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Soft shadow */
}

.very-unique-industries-img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.very-unique-industries-card-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.very-unique-industries-card-text {
  font-size: 0.95rem;
  color: #6c757d;
  line-height: 1.6;
}

.faq-section-mvp {
  padding-top: 50px !important;
}

/* --- Media Queries for Responsiveness --- */

@media (max-width: 991px) {
  .very-unique-tech-stack-heading,
  .very-unique-industries-heading,
  .intro h2 {
    font-size: 2rem !important;
  }

  .faq-section-mvp {
    padding-top: unset !important;
  }

  .service-card-wrapper {
    gap: unset !important;
  }
}

@media (max-width: 768px) {
  .very-unique-tech-stack-img {
    width: 40px;
    height: 40px;
  }
}

/* ------------ new section added ------------------ */

.service-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.services-wrapper {
  background: white;
  padding: 30px 20px;
}
.section-intro {
  text-align: center;
  margin-bottom: 60px;
}
.intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1e293b;
}
.intro h2 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.intro p {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  gap: 40px;
  align-items: start;
}
.service-cards-left,
.service-cards-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-card {
  border-radius: 16px;
  padding: 16px;
  border: none !important;
}
.service-card:hover {
  background: #eaecf4;
}
.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: start;
}
.card-title a {
  color: inherit;
  font-size: 20px;
  display: flex; /* Make the link a flex container */
  align-items: center; /* Vertically align items */
  justify-content: space-between; /* Space items out evenly */
  text-decoration: none; /* Remove underline from the link */
}
.arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.card-text {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  text-align: start;
}
.service-animation {
  position: sticky;
  top: 100px;
  height: 600px;
}
.animation-container {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.tech-illustration {
  position: relative;
  width: 280px;
  height: 280px;
}
.laptop {
  width: 200px;
  height: 130px;
  background: linear-gradient(135deg, #1e40af, #1d4ed8);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.laptop::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #0f172a;
  border-radius: 4px;
}
.floating-element {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 12px;
  color: white;
  font-size: 0.875rem;
  animation: float 6s ease-in-out infinite;
}
.floating-element:nth-child(1) {
  top: 20px;
  left: 20px;
  animation-delay: 0s;
}
.floating-element:nth-child(2) {
  top: 30px;
  right: 30px;
  animation-delay: 2s;
}
.floating-element:nth-child(3) {
  bottom: 40px;
  left: 30px;
  animation-delay: 4s;
}
.floating-element:nth-child(4) {
  bottom: 20px;
  right: 20px;
  animation-delay: 1s;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.1) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.5;
}
/* Responsive Design */
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .service-animation {
    position: static;
    height: 400px;
  }
  .service-cards-left,
  .service-cards-right {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .services-wrapper {
    padding: 40px 15px;
  }
  .intro h3 {
    font-size: 2rem;
  }
  .service-card {
    padding: 24px;
  }
  .card-title {
    font-size: 1.25rem;
  }
  .service-cards-left,
  .service-cards-right {
    grid-template-columns: 1fr;
  }
}

.intro {
  background-color: #f6f8fb;
  background-image: linear-gradient(180deg, #f6f8fb, #fff);
  border-radius: 2.5rem 2.5rem 0 0;
  margin-top: -1.5rem;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .no-padding-76px {
    padding-bottom: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  .hefo-info-mvp h1 {
    font-size: 35px !important;
  }

  .intro h2 {
    font-size: 1.8rem !important;
  }
}

.services-wrapper .service-animation {
  max-height: calc(100vh - 10rem);
  position: sticky;
  top: 5rem;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
