.dropdown-container .dropdown-content > :last-child {
    margin-bottom: 0;
  }
 .container-fluid.bundle-category{
  max-width: unset !important;
  margin: 0 !important;
  padding-top: 30px !important;
  background-color: #f7fdff !important;
 }
 .container-fluid.bundle-category.summary.entry-summary
 {
  background-color: #f7fdff !important;
  padding-left: 47px !important;
 }
 
 .event-bundle-description{
  margin-top: 22px;
 }
 .event-bundle-description h2{
  display:none;
 }
 
 .event-bundle-description p {
  margin-bottom: 1rem !important;
 }
 
 .bundle-title{
 margin-top: 22px;
 }
 .product_title.entry-title{
  display:none;
 }
 
 .b1_free_event.free_online_event:disabled 
 {
  background-color: gray !important; 
  cursor: not-allowed; 
 }
  .consultation-fixed-button {
    position: static;
  }
  .row--custom {
    margin-left: 0;
    margin-right: 0;
  }
  .bundle-button {
    background-color: #0084c9;
    color: white;
    padding: 14px 24px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  
  .bundle-button:hover {
    color: white;
  }
  
  .bundle-container {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    overflow: hidden;
    margin: 24px auto;
  }
  
  .bundle-container h4 {
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  
  .bundle-content {
    display: flex;
    justify-content: space-between;
    gap: 24px;
  }
  
  .bundle-image {
    flex: 1;
    max-width: 50%;
  }
  
  .bundle-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }
  
  .bundle-info {
    flex: 1;
    text-align: left;
  }
  
  .bundle-description {
    font-size: 14px !important;
    line-height: 1.4;
    color: #4b5563;
  }
  
  
  @media (max-width: 768px) {
    .bundle-content {
      flex-direction: column;
    }
    
    .bundle-image {
      max-width: 100%;
      margin-bottom: 20px;
    }
  }
  
  .bundle-button:focus,
  .bundle-button:active {
    background-color: #0084c9 !important;
    color: white !important;
    outline: none; 
  }

  .bundle > h3{
    margin-top: 15% !important;
  }

/* Consultation Detail Page Css */

.consultation-description-in-detail {
  padding-bottom: 2%;
}