.call-to-action:before {
    content: "";
    background: color-mix(in srgb, #000000, transparent 30%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

/* Services Portfolio Styles */
.services-portfolio .services-wrap {
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  z-index: 4;
}

.services-portfolio .services-wrap img {
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.services-portfolio .services-wrap .services-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(20px);
  opacity: 0;
}

.services-portfolio .services-wrap .services-info .content {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(20px);
}

.services-portfolio .services-wrap .services-info .category {
  display: inline-block;
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.services-portfolio .services-wrap .services-info h4 {
  font-size: 20px;
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 15px;
}

.services-portfolio .services-wrap .services-info .services-links {
  display: flex;
  gap: 12px;
}

.services-portfolio .services-wrap .services-info .services-links a {
  color: var(--contrast-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 30%);
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.services-portfolio .services-wrap .services-info .services-links a:hover {
  background-color: var(--accent-color);
  transform: translateY(-3px);
}

.services-portfolio .services-wrap:hover {
  transform: translateY(-5px);
}

.services-portfolio .services-wrap:hover img {
  transform: scale(1.08);
}

.services-portfolio .services-wrap:hover .services-info {
  transform: translateY(0);
  opacity: 1;
}

.services-portfolio .services-wrap:hover .services-info .content {
  transform: translateY(0);
}

/* Testimonials 4 Background Image */
.testimonials-background-image {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#testimonials-4 {
  position: relative;
  clip-path: inset(0);
}

#testimonials-4 .container {
  position: relative;
  z-index: 3;
}


.testimonials-4 .section-title h2 {
  font-size: 20px;
  font-weight: 700;
  /* margin-bottom: 10px; */
  text-transform: none;
  color:#000000;
  text-align: center;
}

.testimonials-4 .section-title h2::after {
    content: "";
    width: 120px;
    height: 3px;
    display: inline-block;
    background: var(--accent-color);
    margin: 24px 10px;
  }

.events .event-packages .package-item .package-content .package-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* background: color-mix(in srgb, var(--accent-color), transparent 90%); */
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.events .event-packages .package-item {
    /* background: var(--surface-color); */
    /* border-radius: 20px; */
    padding: 40px 30px;
    height: 100%;
    position: relative;
    border: 2px solid color-mix(in srgb, var(--default-color), transparent 90%);
    transition: all 0.4s ease;
    border-radius: 70px;
    display: block;
    text-decoration: none;
}

.planning-services {
  position: relative;
  overflow: hidden;
}

.planning-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/custom/img/home/GettyImages-1191184417-1920w.webp') center/cover no-repeat;
  z-index: 0;
  /* opacity: 0.15; */
}

.planning-services p {
    font-size: 22px;
    color: var(--accent-color);
    margin-bottom: 0;
    font-weight: 700;
    font-style: italic;
  position: relative;
  z-index: 1;
}