.package-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.package-section .container {
  margin: 100px auto;
}

.package-header {
  margin-bottom: 60px;
}

.package-page-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 53px;
  line-height: 130%;
  color: #e63822;
  margin-bottom: 10px;
  text-align: center;
}

.package-page-subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #4d4d4d;
  text-align: center;
}

.section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  color: #000000;
  margin-bottom: 30px;
}

.package-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.package-card {
  position: relative;
  height: 283px;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 47px;
  transition: transform 0.3s ease;
  text-decoration: none !important;
  max-width: 600px;
  width: 50%;
  padding: 16px 24px;
  /* flex: 1 1 calc(50% - 14px); */
}

.package-card:hover {
  transform: translateY(-5px);
}

.package-content {
  position: relative;
  z-index: 5;
  max-width: 280px;
}

.package-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.btn-see-pricelist {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 157px;
}

.btn-see-pricelist:hover {
  background: #ffffff;
  color: #000000;
}

.package-image {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.vector-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.section-spacer {
  height: 40px;
}

/* Gradients */
.bg-corporate {
  background: linear-gradient(90deg, #d00001 0%, #6a0000 100%);
}
.bg-private {
  background: linear-gradient(254.83deg, #535353 50.75%, #030000 95.82%);
}
.bg-tourist {
  background: linear-gradient(262.94deg, #030000 24.76%, #535353 53.84%, #030000 73.79%, #400e07 96.38%);
}
.bg-bodyguard {
  background: linear-gradient(268.61deg, #6a0000 31.81%, #d7890e 102.18%);
}
.bg-standby {
  background: linear-gradient(269.96deg, #d7890e 4.31%, #913005 21.87%, #6a0000 75.16%, #d7890e 102.67%);
}
.bg-sos {
  background: linear-gradient(90deg, #4d4d4d 0%, #b3b3b3 100%);
}
.bg-person {
  background: linear-gradient(132.54deg, #170aca 12.92%, #d00001 53.14%, #6a0000 94.13%);
}
.bg-cctv {
  background: linear-gradient(147.46deg, #df6500 -1.26%, #000000 66.84%);
}
.bg-it {
  background: linear-gradient(258.78deg, #000000 26.54%, #0a8cd7 92.22%);
}

/* Specific Image Positioning */
.img-corporate {
  right: 0;
  bottom: 0;
}
.img-private {
  bottom: 0;
}
.img-tourist {
  right: 40px;
  bottom: 0;
}
.img-bodyguard {
  right: 20px;
  bottom: 0;
}
.img-standby {
  right: 0;
  bottom: 0;
}
.img-sos {
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.img-person {
  right: 0;
  bottom: 0;
}
.img-cctv {
  right: 20px;
  bottom: 0;
}
.img-it {
  right: 20px;
  bottom: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

@media (max-width: 1024px) {
  .package-section .container {
    margin-top: 64px;
    margin-bottom: 0;
    padding-left: 19px;
    padding-right: 19px;
    max-width: 640px;
  }
  .package-header {
    margin-bottom: 40px;
  }
  .package-page-title {
    font-size: 25px !important;
  }
  .package-page-subtitle {
    font-size: 10px !important;
  }
  .section-title {
    font-size: 20px !important;
    margin-bottom: 20px !important;
  }
  .package-grid {
    gap: 10px !important;
    flex-direction: column;
  }
  .package-card {
    height: 160px !important;
    border-radius: 20px !important;
    padding: 0 26px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto !important;
  }
  .package-content {
    max-width: 180px !important;
  }
  .package-title {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }
  .btn-see-pricelist {
    width: 95px !important;
    height: 33px !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 10px !important;
    font-weight: 600 !important;
  }
  .package-image {
    height: 100% !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
  }
  /* Specific overrides for mobile */
  .img-tourist {
    right: 0px !important;
  }
  .img-sos {
    height: 80% !important;
    bottom: 10px !important;
    right: 10px !important;
  }
  .img-cctv {
    height: 110% !important;
    right: -10px !important;
  }
  .img-it {
    height: 110% !important;
    right: -10px !important;
  }
  .section-spacer {
    height: 20px;
  }
}
