/* Enhanced Services Section */
.minimalist-services {
  position: relative;
  padding: 120px 0;
  background: transparent; /* Remove background to show the fixed background */
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

/* Services Section Overlay */
.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.92),
    rgba(38, 38, 38, 0.95)
  );
  z-index: -1;
}

.minimalist-services::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(250, 208, 44, 0.15) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.minimalist-services::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(250, 208, 44, 0.1) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.services-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 20, 0.85) 0%,
    rgba(5, 5, 15, 0.9) 100%
  );
  box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.5);
  z-index: 0;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  /* Slightly more transparent to show the background image */
}

/* Decorative Elements */
.services-decorative-element {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.services-circle {
  top: 20%;
  right: 5%;
  width: 300px;
  height: 300px;
  border: 2px solid rgba(250, 208, 44, 0.07);
  border-radius: 50%;
  animation: floatUp 8s infinite ease-in-out;
}

.services-dots {
  bottom: 15%;
  left: 8%;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(
    rgba(250, 208, 44, 0.2) 1px,
    transparent 2px
  );
  background-size: 20px 20px;
  animation: floatUp 6s infinite ease-in-out 1s;
}

.services-line {
  top: 35%;
  left: 3%;
  width: 100px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(250, 208, 44, 0.1),
    rgba(250, 208, 44, 0.5),
    rgba(250, 208, 44, 0.1)
  );
  transform: rotate(45deg);
  animation: floatUp 7s infinite ease-in-out 0.5s;
}

.minimalist-services-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.minimalist-services-heading {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards 0.2s;
  position: relative;
  display: inline-block;
}

.minimalist-services-heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(250, 208, 44, 0),
    rgba(250, 208, 44, 1),
    rgba(250, 208, 44, 0)
  );
  animation: expandLineGradient 1.5s forwards 0.6s;
}

.minimalist-services-text {
  font-size: 1.3rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin: 30px auto 50px;
  max-width: 700px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards 0.4s;
  position: relative;
  line-height: 1.6;
}

/* Services Icons Grid */
.services-icons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s forwards 0.8s;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.service-icon-item {
  flex: 0 0 calc(33.33% - 30px);
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

/* Service-specific backgrounds */
.service-icon-item[data-service='conference'] {
  background-image: url('../images/conference_events.jpeg');
}

.service-icon-item[data-service='product-launch'] {
  background-image: url('../images/product_launch.jpg');
}

.service-icon-item[data-service='exhibition'] {
  background-image: url('../images/event_lighting.webp');
}

.service-icon-item[data-service='hybrid'] {
  background-image: url('../images/corporate_event.jpg');
}

.service-icon-item[data-service='corporate'] {
  background-image: url('../images/corporate_event.jpg');
}

.service-icon-item[data-service='personal'] {
  background-image: url('../images/private_events.jpg');
}

.service-icon-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(250, 208, 44, 0) 0%,
    rgba(250, 208, 44, 0.05) 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.service-icon-item:hover {
  transform: translateY(-15px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-color: rgba(250, 208, 44, 0.2);
}

.service-icon-item:hover::before {
  opacity: 1;
}

.service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 208, 44, 0.08);
  border: 2px solid #fad02c;
  border-radius: 50%;
  font-size: 32px;
  color: #fad02c;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.service-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid transparent;
  top: -2px;
  left: -2px;
  animation: pulse 2s infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-icon-item:hover .service-icon::after {
  opacity: 1;
}

.service-icon-item:hover .service-icon {
  background: rgba(250, 208, 44, 0.15);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 10px 25px rgba(250, 208, 44, 0.25);
}

.service-icon-item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
  transition: color 0.3s ease;
  position: relative;
  padding-bottom: 15px;
}

.service-icon-item h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background: rgba(250, 208, 44, 0.5);
  transition: width 0.3s ease, background 0.3s ease;
}

.service-icon-item:hover h3 {
  color: #fad02c;
}

.service-icon-item:hover h3::after {
  width: 60px;
  background: rgba(250, 208, 44, 0.8);
}

.service-description {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  margin: 0 auto;
  transition: color 0.3s ease;
}

.service-icon-item:hover .service-description {
  color: rgba(255, 255, 255, 0.95);
}

/* Decorative Service Images Collage */
.services-image-collage {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 2.5rem auto;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
}

.service-collage-img {
  position: absolute;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18), 0 1.5px 8px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.4, 2, 0.6, 1), box-shadow 0.3s;
  pointer-events: auto;
  border: 4px solid #fff;
}

.service-collage-img.img-conference {
  width: 160px;
  height: 110px;
  left: 6%;
  bottom: 0;
  transform: rotate(-7deg) scale(1.05);
  z-index: 2;
}

.service-collage-img.img-product {
  width: 120px;
  height: 90px;
  left: 22%;
  bottom: 30px;
  transform: rotate(8deg) scale(1.08);
  z-index: 3;
}

.service-collage-img.img-hybrid {
  width: 140px;
  height: 100px;
  left: 42%;
  bottom: 10px;
  transform: rotate(-4deg) scale(1.12);
  z-index: 4;
}

.service-collage-img.img-corporate {
  width: 120px;
  height: 90px;
  left: 62%;
  bottom: 35px;
  transform: rotate(6deg) scale(1.07);
  z-index: 3;
}

.service-collage-img.img-private {
  width: 150px;
  height: 110px;
  left: 78%;
  bottom: 0;
  transform: rotate(-9deg) scale(1.03);
  z-index: 2;
}

.service-collage-img:hover {
  transform: scale(1.15) rotate(0deg);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22), 0 2px 12px rgba(0, 0, 0, 0.13);
  z-index: 10;
}

.collage-shape {
  position: absolute;
  opacity: 0.18;
  pointer-events: none;
}

.collage-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f1c40f 60%, #fffbe6 100%);
  left: 35%;
  bottom: 0;
  z-index: 1;
}

.collage-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e67e22;
  left: 70%;
  bottom: 60px;
  z-index: 1;
}

.collage-line {
  width: 120px;
  height: 6px;
  background: linear-gradient(90deg, #f1c40f 0%, #e67e22 100%);
  border-radius: 3px;
  left: 15%;
  bottom: 80px;
  z-index: 1;
}

@media (max-width: 900px) {
  .services-image-collage {
    min-height: 120px;
  }

  .service-collage-img {
    width: 90px !important;
    height: 60px !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    position: static;
    margin: 0 6px;
    transform: none !important;
  }

  .collage-shape {
    display: none;
  }
}

/* Enhanced Animations */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes expandLine {
  to {
    width: 80px;
  }
}

@keyframes expandLineGradient {
  to {
    width: 120px;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Enhanced Responsive Adjustments */
@media (max-width: 1200px) {
  .services-icons-container {
    max-width: 960px;
  }

  .service-icon-item {
    flex: 0 0 280px;
  }
}

@media (max-width: 992px) {
  .minimalist-services {
    padding: 90px 0;
  }

  .services-icons-container {
    gap: 25px;
    max-width: 720px;
  }

  .service-icon-item {
    flex: 0 0 calc(50% - 25px);
    margin-bottom: 25px;
    padding: 25px 15px;
  }

  .service-icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .minimalist-services-heading {
    font-size: 2.4rem;
  }

  .minimalist-services-text {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .minimalist-services {
    padding: 70px 0;
  }

  .services-icons-container {
    gap: 20px;
  }

  .service-icon-item {
    flex: 0 0 calc(50% - 20px);
    padding: 25px 15px;
  }

  .service-icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }

  .minimalist-services-heading {
    font-size: 2.2rem;
  }

  .minimalist-services-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .service-icon-item h3 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .service-description {
    font-size: 0.85rem;
  }
}

@media (max-width: 576px) {
  .minimalist-services {
    padding: 60px 0;
  }

  .services-icons-container {
    gap: 20px;
  }

  .service-icon-item {
    flex: 0 0 100%;
    max-width: 300px;
    margin-bottom: 25px;
  }

  .service-icon {
    width: 65px;
    height: 65px;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .minimalist-services-heading {
    font-size: 1.8rem;
  }

  .minimalist-services-heading::after {
    bottom: -8px;
    height: 2px;
  }

  .minimalist-services-text {
    font-size: 0.95rem;
    margin-bottom: 25px;
  }

  .service-icon-item h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .service-description {
    font-size: 0.8rem;
  }
}
