:root {
  --background: 0 0% 100%;
  --foreground: 222 47% 11%;
  --primary: 201 96% 32%;
  --primary-foreground: 210 40% 98%;
  --secondary: 185 73% 93%;
  --secondary-foreground: 200 69% 29%;
  --accent: 27 96% 61%;
  --accent-foreground: 27 70% 26%;
  --muted: 210 20% 97%;
  --muted-foreground: 215 16% 47%;
  --border: 214.3 31.8% 91.4%;
  --radius: 1rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  line-height: 1.6;
  color: hsl(var(--foreground));
  background-color: #fff;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

.highlight {
  color: hsl(var(--primary));
}

.places-section {
  padding: 4rem 0;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.section-title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.highlight {
  color: #0284c7;
}

.section-text {
  color: rgba(15, 23, 42, 0.7);
  font-size: 1.125rem;
}

.availability-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.availability-card {
  width: 36rem;
  background-color: white;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.availability-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0.5rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
}

.badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: hsl(var(--primary));
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.badge-secondary {
  background-color: rgba(226, 232, 240, 0.8);
  color: #0284c7;
}

.card-content {
  padding: 1.5rem;
  padding-top: 0;
}

.progress-container {
  height: 0.625rem;
  background-color: rgba(226, 232, 240, 0.8);
  border-radius: 9999px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #0284c7;
  border-radius: 9999px;
}

.places-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.info-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}

.icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.user-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.user-check-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpolyline points='16 11 18 13 22 9'/%3E%3C/svg%3E");
}

.user-plus-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cline x1='19' y1='8' x2='19' y2='14'/%3E%3Cline x1='16' y1='11' x2='22' y2='11'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  .section-title {
    font-size: 2.25rem;
  }
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.section-header p {
  color: hsl(var(--foreground) / 0.7);
  font-size: 1.125rem;
}

.primary-btn {
  display: inline-block;
  padding: 0.2rem 1.5rem;
  background-color: hsl(var(--primary));
  color: #fff;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.primary-btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.secondary-btn {
  display: inline-block;
  padding: 0.1rem 1.5rem;
  background-color: #fff;
  color: hsl(var(--primary));
  font-weight: 500;
  border-radius: 20px;
  border: 2px solid hsl(var(--primary) / 0.2);
  transition: all 0.3s ease;
}

.secondary-btn:hover {
  background-color: hsl(var(--primary) / 0.05);
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0.75rem 0;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 0;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar .logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: hsl(var(--foreground));
}

.logo-icon {
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  width: 40px;
  height: 40px;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-nav {
  display: none;
}

.desktop-nav a {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  color: hsl(var(--foreground) / 0.8);
  font-weight: 500;
  margin-left: 0.25rem;
}

.desktop-nav a:hover {
  background-color: hsl(var(--primary) / 0.05);
}

.desktop-nav .contact-btn {
  background-color: hsl(var(--primary));
  color: #fff;
  margin-left: 0.5rem;
  padding: 0.25rem 1.25rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.desktop-nav .contact-btn:hover {
  background-color: hsl(var(--primary));
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mobile-menu-btn {
  background: none;
  border: none;
  color: hsl(var(--foreground));
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-icon {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 73px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
}

.mobile-nav.open {
  height: auto;
}

.mobile-nav nav {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.mobile-nav a {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: hsl(var(--foreground));
  font-weight: 500;
  transition: all 0.2s ease;
}

.mobile-nav a:hover {
  background-color: hsl(var(--muted));
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    hsl(var(--accent) / 0.2),
    hsl(var(--accent) / 0.1),
    hsl(var(--background) / 0.8)
  );
  z-index: -1;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 3rem;
}

.hero-text {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  max-width: 700px;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.5rem;
}

.hero-image {
  display: none;
  position: relative;
  width: 40%;
}

.hero-image img {
  border-radius: 1rem;
  border: 4px solid #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: rotate(3deg);
  position: relative;
  z-index: 1;
}

.bubble {
  position: absolute;
  border-radius: 50%;
}

.bubble-1 {
  width: 12rem;
  height: 12rem;
  background-color: hsl(var(--secondary));
  opacity: 0.6;
  top: -4rem;
  right: -4rem;
  z-index: 0;
}

.bubble-2 {
  width: 8rem;
  height: 8rem;
  background-color: hsl(var(--accent));
  opacity: 0.4;
  bottom: -2rem;
  left: -2rem;
  z-index: 0;
}

.scroll-down {
  display: none;
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0) translateX(-50%);
  }

  40% {
    transform: translateY(-20px) translateX(-50%);
  }

  60% {
    transform: translateY(-10px) translateX(-50%);
  }
}

.job-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.job-card {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.job-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 0.75rem;
}

.job-content {
  padding: 0 1.5rem 1.5rem;
}

.job-content p {
  color: var(--muted-foreground);
  margin-bottom: 1.5rem;
}

.job-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .job-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .job-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.carreer {
  padding: 6rem 0;
  background-color: #f6f7f9;
}

.carreer-content {
  max-width: 800px;
}

.carreer-text h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.carreer-text p {
  font-size: 1.125rem;
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 2rem;
  max-width: 600px;
}

.current {
  padding: 6rem 0;
}

.current-text h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.current-text p {
  font-size: 1.125rem;
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 2rem;
  max-width: 600px;
}

.about {
  padding: 6rem 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 5rem;
}

.about-text h3 {
  margin-bottom: 1rem;
}

.about-text p {
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.features2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.feature-icon {
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
}

.feature-icon.primary {
  background-color: rgb(3, 105, 160, 0.7);
  color: white;
}

.feature-icon.secondary {
  background-color: hsl(var(--secondary) / 0.3);
  color: hsl(var(--secondary-foreground));
}

.feature-icon.accent {
  background-color: white;
  color: #0369a0;
}

.feature h4 {
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.feature p {
  color: hsl(var(--foreground) / 0.7);
  font-size: 0.875rem;
  margin-bottom: 0;
}

.about-image {
  position: relative;
}

.about-image img {
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 8px solid #fff;
  position: relative;
  z-index: 1;
}

.bubble-3 {
  width: 8rem;
  height: 8rem;
  background-color: hsl(var(--secondary) / 0.3);
  top: -2.5rem;
  left: -2.5rem;
}

.bubble-4 {
  width: 6rem;
  height: 6rem;
  background-color: hsl(var(--primary) / 0.2);
  bottom: -1.25rem;
  right: -1.25rem;
}

.values {
  display: flex;
  gap: 1.5rem;
  margin-top: 5rem;
  flex-wrap: wrap;
}

.value-card {
  flex: 1 1 calc(50% - 0.75rem);
  background: linear-gradient(to bottom right, #fff, #f9f9f9);
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid hsl(var(--border) / 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.to-orange {
  background-image: linear-gradient(to bottom right, #fff, #fff6eb);
}

.to-amber {
  background-image: linear-gradient(to bottom right, #fff, #fffbeb);
}

.to-red {
  background-image: linear-gradient(to bottom right, #fff, #fef2f2);
}

.to-blue {
  background-image: linear-gradient(to bottom right, #fff, #f5f5ff);
}

.blue {
  background: #f5f5ff;
}

.to-green {
  background-image: linear-gradient(to bottom right, #fff, #ebffec);
}

.value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.value-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.value-icon.green {
  background-color: #f0ffef;
  color: #73e53e;
}

.value-icon.red {
  background-color: #ffefef;
  color: #e53e3e;
}

.value-icon.amber {
  background-color: #fef7e6;
  color: #dd6b20;
}

.value-icon.blue {
  background-color: #ebf8ff;
  color: #3182ce;
}

.value-card h3 {
  margin-bottom: 0.5rem;
}

.value-card p {
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 0;
}

.activities {
  padding: 6rem 0;
  background: linear-gradient(to top, #fff, hsl(var(--muted) / 0.3));
}

.portfolio {
  padding: 6rem 0;
  background: linear-gradient(to bottom, #fff, hsl(var(--muted) / 0.3));
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

.filter-btn {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: hsl(var(--muted));
  color: hsl(var(--foreground) / 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.filter-btn.active {
  background-color: hsl(var(--primary));
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.projects {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.project-card {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid hsl(var(--border) / 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.project-image {
  height: 15rem;
  position: relative;
  overflow: hidden;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-category {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.25rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 500;
  color: hsl(var(--foreground));
}

.project-details {
  padding: 1.5rem;
}

.project-details h3 {
  margin-bottom: 0.5rem;
}

.project-details p {
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 1rem;
}

.more-btn {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(var(--primary));
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.more-btn:hover {
  color: hsl(var(--primary) / 0.8);
}

.more-btn svg {
  margin-left: 0.25rem;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  background-color: #fff;
  border-radius: 1rem;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  animation: scale-in 0.3s ease forwards;
}

@keyframes scale-in {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: hsl(var(--foreground));
  z-index: 10;
}

.modal-image {
  position: relative;
  height: 18rem;
}

.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-body {
  padding: 1.5rem;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.modal-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.modal-category {
  padding: 0.25rem 0.75rem;
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
}

.modal-description {
  color: hsl(var(--foreground) / 0.7);
}

.footer {
  background-color: hsl(var(--muted));
  padding: 4rem 0 2rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-about {
  max-width: 20rem;
}

.footer-about .logo {
  margin-bottom: 1rem;
}

.footer-about p {
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 1.5rem;
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-links a {
  background-color: #fff;
  color: hsl(var(--foreground) / 0.6);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-links a:hover {
  color: hsl(var(--primary));
  background-color: hsl(var(--primary) / 0.05);
}

.footer h4 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.footer-contact ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: hsl(var(--foreground) / 0.7);
}

.footer-contact svg {
  color: hsl(var(--primary));
}

.footer-contact a:hover {
  color: hsl(var(--primary));
}

.footer-nav ul,
.footer-legal ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-nav a,
.footer-legal a {
  color: hsl(var(--foreground) / 0.7);
}

.footer-nav a:hover,
.footer-legal a:hover {
  color: hsl(var(--primary));
}

.copyright {
  padding-top: 2rem;
  border-top: 1px solid hsl(var(--border) / 0.4);
  text-align: center;
  color: hsl(var(--foreground) / 0.6);
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .hero-buttons {
    flex-direction: row;
  }

  .form-row {
    grid-template-columns: 1fr 1fr;
  }

  .features {
    grid-template-columns: 1fr 1fr;
  }

  .features2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .desktop-nav {
    display: flex;
    align-items: center;
  }

  .mobile-menu-btn {
    display: none;
  }

  .projects {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-content {
    grid-template-columns: 1fr 1fr;
  }

  .values {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-content {
    grid-template-columns: 5fr 3fr 2fr 2fr;
  }

  .modal-image {
    height: 20rem;
  }
}

@media (min-width: 1024px) {
  .hero-content {
    flex-direction: row;
    align-items: center;
  }

  .hero-image {
    display: block;
  }

  .projects {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-content {
    grid-template-columns: 1fr 1fr;
  }

  .modal-image {
    height: 24rem;
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: hsl(var(--primary) / 0.6);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--primary) / 0.8);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.float-animation {
  animation: float 6s ease-in-out infinite;
}

.partners-section {
  padding: 4rem 0;
  background-color: #ffffff;
}

/* Section header */
.section-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.section-title {
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}

/* Partner slider */
.partner-slider-container {
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

.partner-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  margin: 0 -0.5rem;
  scroll-behavior: smooth;
}

.partner-card {
  flex: 0 0 100%;
  padding: 0.5rem;
  transition: transform 0.5s ease;
}

@media (min-width: 640px) {
  .partner-card {
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .partner-card {
    flex: 0 0 33.333%;
  }
}

@media (min-width: 1024px) {
  .partner-card {
    flex: 0 0 25%;
  }
}

.partner-card-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
}

.partner-card img {
  max-width: 100%;
  object-fit: contain;
}

.partner-dots {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 1.5rem;
}

.partner-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgba(0, 120, 180, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
}

.partner-dot.active {
  background-color: rgb(0, 120, 180);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

.service-limits ul {
  list-style: none;
  margin-top: 1rem;
}

.service-limits li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.warning-icon {
  flex-shrink: 0;
  color: #f59e0b;
}

@media (max-width: 768px) {
  .box-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.team-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.team-card {
  flex: 0 1 calc(20% - 1.5rem);
  background: linear-gradient(to bottom right, #fff, #f9f9f9);
  padding: 0.75rem;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid hsl(var(--border) / 0.4);
}

.team-card img {
  width: 100%;
  border-radius: 6px;
  object-fit: contain;
  height: 200px;
}

.team-card p {
  color: hsl(var(--foreground) / 0.7);
  margin-bottom: 0;
}

.no-jobs-container {
  grid-column: 1 / -1; /* Nimmt die gesamte Breite des Grids ein */
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  border: 2px dashed #dee2e6;
}

.no-jobs-content {
  text-align: center;
  max-width: 500px;
  padding: 2rem;
}

.no-jobs-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 1rem;
}

.no-jobs-content p {
  color: #6c757d;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.email-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #007bff;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  margin: 1rem 0;
  transition: background-color 0.3s ease;
}

.email-link:hover {
  background: #0056b3;
  text-decoration: none;
  color: white;
}

.contact-note {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
}

.contact-note p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.contact-note a {
  color: #007bff;
  text-decoration: none;
}

.contact-note a:hover {
  text-decoration: underline;
}

.job-actions {
  margin-top: 1rem;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: black;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  border: 1px solid #e2e8f0;
  width: 100%;
}

.pdf-link:hover {
  background: #f9f9f9;
  text-decoration: none;
  color: black;
}

@media (max-width: 768px) {
  .job-actions {
    flex-direction: column;
  }

  .pdf-link,
  .apply-btn {
    text-align: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }

  .scroll-down {
    display: block;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }
}
