.packages-step {
  /* background: #000000; */
  padding: 0px 50px 0px 50px;
}

.step-container {
  max-width: 1000px;
  margin: 0 auto;
}

.step-wrapper {
  background:
    linear-gradient(
      21.13deg,
      rgba(201, 162, 77, 0) 1.07%,
      rgba(201, 162, 77, 0.2) 108.48%
    ),
    #0c0c0c;
  border-radius: 30px;
  padding: 20px 50px;
  display: flex;
  margin-top: -110px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border: 1px solid rgba(201, 162, 77, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
}

.step-icon-wrapper {
  position: relative;
}

.step-icon {
  width: 70px;
  height: 70px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(201, 162, 77, 0.3);
}

.step-item.active .step-icon {
  background: var(--primary-color);
  box-shadow: 0 6px 25px rgba(201, 162, 77, 0.5);
  transform: scale(1.05);
}

.step-item:not(.active) .step-icon {
  background: rgba(60, 55, 45, 0.8);
  border: 1px solid rgba(201, 162, 77, 1) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.step-icon img {
  /* width: 35px;
  height: 35px; */
  object-fit: contain;
  /* filter: brightness(0) invert(1); */
}

.step-item:not(.active) .step-icon img {
  /* filter: brightness(0) saturate(100%) invert(73%) sepia(14%) saturate(1547%)
    hue-rotate(358deg) brightness(92%) contrast(84%); */
  opacity: 1;
}

.step-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(201, 162, 77, 0.4) 0%,
    rgba(201, 162, 77, 0.2) 50%,
    rgba(201, 162, 77, 0.4) 100%
  );
  margin: 0 20px;
  position: relative;
  top: -20px;
}

.step-title {
  font-family: var(--font-custom);
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.step-item.active .step-title {
  color: #ffffff;
  font-weight: 500;
}

@media (max-width: 968px) {
  .step-wrapper {
    padding: 25px 35px;
    border-radius: 60px;
  }
  .packages-step {
    padding: 0px 30px 0px 30px;
    background-color: black;
  }
  .step-icon {
    width: 55px;
    height: 55px;
  }

  .step-icon img {
    width: 28px;
    height: 28px;
  }

  .step-title {
    font-size: 14px;
  }

  .step-line {
    margin: 0 12px;
    top: -18px;
  }
}

@media (max-width: 768px) {
  .step-wrapper {
    flex-direction: column;
    padding: 35px 25px;
    border-radius: 40px;
    gap: 0;
  }

  .step-item {
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    gap: 16px;
    padding: 15px 0;
  }

  .step-line {
    width: 2px;
    height: 30px;
    margin: 0;
    position: static;
    align-self: stretch;
    margin-left: 27px;
    background: linear-gradient(
      to bottom,
      rgba(201, 162, 77, 0.4) 0%,
      rgba(201, 162, 77, 0.2) 50%,
      rgba(201, 162, 77, 0.4) 100%
    );
  }

  .step-title {
    text-align: left;
  }
}
/* packages steps */
/* stays */
.packegs {
  background: url(imgs/Choose\ Your\ Stay\ \(1\).png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -40px;
  padding: 120px 20px 30px 20px;
}

.packages-container {
  max-width: 1400px;
  margin: 0 auto;
}

.packages-tabs {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.tab-btn {
  font-family: var(--font-custom);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 32px;
  border-radius: 50px;
  border: 1px solid rgba(201, 162, 77, 0.3);
  background: rgba(30, 25, 20, 0.6);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.tab-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
}

.tab-btn.active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
  /* font-weight: 600; */
  box-shadow: 0 4px 20px rgba(201, 162, 77, 0.4);
}

.stays-plans {
  padding: 0;
  overflow: visible !important;
  background: transparent;
}
.packages-section-about {
  background: url(imgs/Home\ \(3\).png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.packages-note {
  max-width: 800px;
  margin: 30px auto;
  background: linear-gradient(
    135deg,
    rgba(50, 45, 35, 0.4) 0%,
    rgba(40, 35, 25, 0.4) 100%
  );
  border: 1px solid none;
  border-left: 4px solid var(--primary-color);
  border-radius: 12px;
  padding: 24px 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  backdrop-filter: blur(10px);
}

.note-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: rgba(201, 162, 77, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}

.note-text {
  font-family: var(--font-custom);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.note-text strong {
  color: white;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 768px) {
  .packages-tabs {
    gap: 12px;
  }

  .tab-btn {
    font-size: 14px;
    padding: 10px 24px;
  }

  .packages-note {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }

  .note-icon {
    align-self: flex-start;
  }

  .note-text {
    font-size: 14px;
  }

  .note-text strong {
    font-size: 15px;
  }
}
/* stays */
/* slider */

/* slider */
.packages-main {
  background-color: #000000;
  padding: 0px 0px 0px 0px;
  text-align: center;
  position: relative;
}
.packegs h2 {
  font-size: 48px;
  text-align: center;
  font-family: var(--font-playfair);
  color: var(--primary-color);
}
.packegs p {
  font-size: 18px;
  text-align: center;
  font-family: var(--font-popins);
  margin-bottom: 20px;
  color: white;
}
.carousel-item {
  object-fit: cover !important;
}
.carousel-item img {
  object-fit: cover !important;
  width: 100% !important;
}

/* Custom blur dots indicator */
.carousel-indicators-custom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.carousel-indicators-custom button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: none;
  background: rgba(12, 12, 12, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #665835;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.carousel-indicators-custom button.active {
  background: var(--primary-color);
  width: 40px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.carousel-indicators-custom button:hover {
  background: rgba(255, 255, 255, 0.6);
}

@media (max-width: 900px) {
  .packages-main h1 {
    font-size: 30px;
  }
  .packages-main p {
    font-size: 14px;
  }

  .carousel-indicators-custom {
    bottom: 15px;
    gap: 8px;
  }

  .carousel-indicators-custom button {
    width: 10px;
    height: 10px;
  }

  .carousel-indicators-custom button.active {
    width: 24px;
  }
}
