.pkg-info {
    border-right: 1px solid #ddd;
    margin-right: 0.75rem;
    padding-right: 0.75rem;
}

/* Call button */
.call-bg {
    display: inline-block;
    background: linear-gradient(45deg, #ff6b6b, #d63031);
    color: #fff;
    /*padding: 8px 18px;*/
    /*border-radius: 25px;*/
    text-decoration: none;
    transition: 0.3s;
    margin-right: 10px;
}
.call-bg:hover {
    background: linear-gradient(45deg, #d63031, #ff6b6b);
    transform: scale(1.05);
}

/* WhatsApp button */
.what-bg {
    display: inline-block;
    background: #25D366;
    color: #fff;
    /*padding: 8px 18px;*/
    /*border-radius: 25px;*/
    text-decoration: none;
    transition: 0.3s;
}
.what-bg:hover {
    background: #20b954;
    transform: scale(1.05);
}

.package-meta {
    position: absolute;
    bottom: 8px;
    left: 25%;
    max-width: 100%;
    background: linear-gradient(90deg, #f43d3d, #f2683c);
    padding: 6px 12px;
    text-align: center;
    border-radius: 10px;
}

.package-meta ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.package-meta ul li {
    font-size: 0.9rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.package-meta ul li i {
    margin-right: 6px;
    color: #fff;
}
 .cust-card{
     border-radius:15px;
 }

.cust-card {
    border-radius: 12px;             
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in-out;
    background: #fff; 
    padding: 15px;
}

/* hover effect */
.cust-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}
.itnry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.itnry li {
    text-align: center;
    flex: 1;
}

.itnry li figure {
    margin: 0 auto 6px;
    width: 45px;
    height: 45px;
}

.itnry li img {
    max-width: 100%;
    height: auto;
}

.itnry li p {
    font-size: 0.9rem;
    margin: 0;
    color: #333;
    font-weight: 500;
}



/* Overlay pura page cover na kare */
/* Background overlay */
/* ======= Popup Styles ======= */
.pkg-modal-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.pkg-modal {
  background: #fff;
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  padding: 20px;
  box-shadow: 0 6px 30px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease;
  position: relative;
  text-align: left;
}

.pkg-title {
  background: linear-gradient(90deg, #f43d3d, #f2683c);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 15px;
}

.pkg-full {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.close-btn {
 position: absolute;
    top: -5px;
    right: 2px;
    font-size: 24px;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
    color: #333;
}



/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}

.view-more-btn{
    border: none;
    background: no-repeat;
    color:#4DB0EA;
    float: right;
    margin-bottom: 10px;
}
.cus-container{
  max-width: 1170px;
}
.extra-psa2{
    padding: 20px 10px 0px 10px;
  margin-top: 28px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

}


/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}


.pkg-short {
  font-size: 15px ;
  color: #555;
  margin-bottom: 10px;
}
.pkg-price{
    
    list-style: none;
    padding: 0px;
}

.pkg-price-start {
  font-size: 15px !important;
  color: #1c3d71;
  font-weight: 600;
  margin-bottom: 0;
  text-align: left;
}

.pkg-price-old {
  text-decoration: line-through;
  color: #6c757d; /* text-muted */
  margin-left: 5px;
}

.pkg-price-new {
 font-size: 15px !important;
  font-weight: 800;
  color: #ef7f1a;
  margin-top: 0;
  text-align: left;
}

.pkg-price-unit {
  font-size: 15px !important;
  color: #1c3d71;
}
.abut-para{
        text-align: justify;
}

@media (max-width: 575.98px) {  
  .package-meta{
      left: 56px;
      width: 62%;
  }
  
}

.pkg-desc {
    
}
