.mbbs-breadcrumb-section {
    position: relative;
    padding: 2.5rem 5px 2rem 5px;
    font-weight: 500;
    color: #555;
    background-color: #feeeed;
    background-size: contain;
    background-position: bottom right;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-image: linear-gradient(43deg, #f0606038, #ffcd383b), url(country-img/bg-banner.jpg);
    background-repeat: no-repeat;
}

/* Optional subtle background icons effect */
.mbbs-breadcrumb-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  opacity: 0.1;
  background: url('https://www.transparenttextures.com/patterns/cubes.png');
}

.mbbs-breadcrumb-container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.mbbs-breadcrumb-left {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Flag circle */
.mbbs-flag-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.mbbs-flag-icon img{
     border-radius: 50%;
}

/* Text */
.mbbs-breadcrumb-text h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #4a4a4a;
}

.mbbs-breadcrumb-text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

.mbbs-breadcrumb-text a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.mbbs-breadcrumb-text span {
  margin: 0 6px;
  color: #888;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .mbbs-breadcrumb-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .mbbs-breadcrumb-text h1 {
    font-size: 22px;
  }

  .mbbs-flag-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.ckeditorData td{
    padding: 5px 15px;
}

.ckeditorData table tr:first-child td {
  color: #fff!important;
}  
.ckeditorData p{
    margin-bottom: 5px;
}