.package-container {
  display: inline-block;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 16px;

}

.package-card {

  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding:10px;
  margin:10px 2px;
  min-height: 578px;
  
}



.package-card img {
  width: 100%;
  height: auto;
}
.package-content {
  padding: 16px;
}
.package-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
}
.package-details {
  font-size: 14px;
  margin-bottom: 8px;
}
.package-details p{font-size:13px;}
.package-icons {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.package-icons div {
  align-items: center;
  font-size: 10px;
  text-align:center;
}
.package-icons i {
  font-size: 16px;
  color: #555;
  margin-right: 4px;
}
.package-price {
  font-size: 20px;
  font-weight: bold;
  color: #d9534f;
  margin: 8px 0;
}
.package-price .old-price {
  font-size: 14px;
  color: #888;
  margin-left: 8px;
}
.package-footer {
  font-size: 14px;
  color: #555;
}
.red{
  color: #d9534f; 
}
.package-card .btn-primary{position:absolute; background:#fa7335; padding:5px 10px; color:#fff; border:1px solid #fff; }

.package-card .btn {
--bs-btn-padding-x: 1.25rem;
--bs-btn-padding-y: 0.5rem;
--bs-btn-border-radius: 0.25rem;
display: inline-flex;
gap: .5rem;
flex-shrink: 0;
font-size: 10px;
}

.package-card .btn-primary1{position:absolute; background:#fa7335; padding:5px 10px; color:#fff; border:1px solid #fff; }

.package-card .btn1 {
--bs-btn-padding-x: 1.25rem;
--bs-btn-padding-y: 0.5rem;
--bs-btn-border-radius: 0.25rem;
display: inline-flex;
gap: .5rem;
flex-shrink: 0;
font-size: 13px;
right: 0;
margin: 10px;
text-transform: uppercase;
font-weight: 700;
border-radius: 7px;
bottom: 0;
}

/* Load More Start */
.hidden-content {
  display: none;
}

/* Button Styling */
.toggle-button {
  display: block;
  margin: 20px auto; /* Centers the button horizontally */
  background: rgba(255, 255, 255, 0.2); /* Transparent background */
  border: 2px solid rgba(255, 255, 255, 0.5); /* Semi-transparent border */
  color: #000; /* Text color */
  padding: 10px 20px;
  font-size: 1.3rem;
  border-radius: 12px; /* Rounded corners */
  backdrop-filter: blur(10px); /* Glass-like effect */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06); /* Subtle shadow */
  transition: all 0.3s ease; /* Smooth hover effect */
}

/* Hover effect */
.toggle-button:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.7);
  color: #000;
  transform: scale(1.05); /* Slightly enlarges the button */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1); /* Enhanced shadow on hover */
}

.panel-bodyp {
  padding: 19px;
  text-align: justify;
} 



.nav-tabs > li.active > a {
  background-color: #007bff; 
  color: #fff; 
}
.nav-tabs > li > a {
  color: #ccc; 
  border:1px solid #ccc;
  font-size: 1.3rem;
  padding: 10px 10px;
}
.nav-tabs > li > a:hover {
  background-color: #f0f0f0; 
  color: #0056b3; 
}
.tabula{margin-top:25px;}
.tabula .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
 background-color: #007bff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.faicons{ 
display: inline-block;
  margin: 5px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  width:90px;
}
.packages-box{ padding:8px; border:1px solid #c1c1c1; border-radius:5px;display: inline-block;
  margin-bottom: 10px; }

  .card-header .btn-link {
  color: #0c0b0b !important;}
  .panel-title{
  background: #ffb9001a none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #0c0c0c;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.side-bar-block.support-block ul {
  margin: 0 0 0 0px !important;}
  .show-mobile {
    display: none;
}

@media (max-width: 640px) { .show-mobile {
  display: block;
}
.hide-mobile {
display: none;
}}

@media (min-width: 1200px){
  .package-container .col-lg-4 {
    width: 32.73333333% !important;
    }
  
}

@media (max-width: 1197px) {
  .why-chose-box {
    max-width: 1240px;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .last-img-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}
@media (min-width: 1201px) {
  .last-img-box {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }
}

