.package-banner{
     background-image: url('../../assets/images/nikah-at-makkah/packages/about-banner.webp'); /* Replace with actual path */
  background-size: cover;
}
.news-banner{
     background-image: url('../../assets/images/nikah-at-makkah/packages/newletter-bg.webp'); /* Replace with actual path */
  background-size: cover;
}
.package-sec{
    padding: 40px 0px;
}
.package-card.modern {
    background: linear-gradient(145deg, #fff, #f9f9f9);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    padding: 32px 28px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  .package-card.modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  }
  
  .package-card.modern.gold {
    border-top: 6px solid #d4af37;
  }
  
  .package-card.modern.platinum {
    border-top: 6px solid #e5e4e2;
  }
  
  .package-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
    text-transform: uppercase;
  }
  
  .package-subtitle {
    font-size: 1.1rem;
    color: #777;
    margin-bottom: 24px;
    font-style: italic;
  }
  
  .features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  .features-list li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 26px;
    font-size: 1rem;
    line-height: 1.4;
    color: #444;
  }
  
  .features-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #4caf50;
    font-size: 1rem;
    font-weight: bold;
  }
  
  .book-btn {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  
  .book-btn.gold {
    background: linear-gradient(to right, #d4af37, #f0c929);
    color: white;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
  }
  
  .book-btn.platinum {
    background: linear-gradient(to right, #e5e4e2, #f7f7f7);
    color: #333;
    box-shadow: 0 5px 15px rgba(180, 180, 180, 0.3);
  }
  
  .book-btn:hover {
    opacity: 0.9;
  }
  
  @media (max-width: 720px) {
    .package-card.modern {
      width: 100%;
      padding: 25px;
    }
      .package-banner {
    background-position: calc(50% - 60px) center;
}
.service-banner-bottom-sec .align-items-center {
    align-items: center!important;
    flex-direction: column-reverse;
}
.service-banner-bottom-sec {
    padding: 0;
}
  }
  
  @media (min-width: 992px) {
    .package-sec{
      padding: 80px 0px;
    }
  }
  

  .gold-icon-check{
    display: flex;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    background: #066759;
  }

  .platinum-icon-check{
    display: flex;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    background-color: #066759;
  }
  .close-icon-close{
    display: flex;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #333;
    font-size: 13px;
    background-color: rgba(0,0,0,0.18);
    box-shadow: 0 5px 15px rgba(180, 180, 180, 0.3);
  }

  .package-list-text{

  }

  .package-title-box h2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #333;
    text-transform: uppercase;
  }
  .package-title-box p{
    font-size: 14px;
    color: #777;
    margin-bottom: 24px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0px;
  }

  .book-btn.book-btn-new {
    display: inline-block;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.gold-new-btn{
  background-color: #066759;
  color: #fff;
}
.platinum-new-btn{
  background-color: #8D8D8D;
  color: #fff;
}

 .package-table-wrap.table-bordered>:not(caption)>*>*{
  vertical-align: middle;
}

@media(max-width:991px){
  .package-title-box h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
    text-transform: uppercase;
  }
  .package-list-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .package-title-box p{
    font-size: 12px;
  }
  .book-btn.book-btn-new {
    padding: 4px 11px;
    border-radius: 3px;
    font-size: 13px;
  }
}