    .rb-header-section {
        position: relative;
        padding: 120px 0 80px;
        background-color: #123A6F; /* Brand Purple */
        background-image: linear-gradient(135deg, rgb(18 58 111) 0%, rgba(138, 159, 187, 0.8) 100%), url(../img/breadcrumb-images.png);
        background-size: cover;
        background-position: center;
        overflow: hidden;
        color: #ffffff;

    }

    /* Abstract Decorative Element (Medical Pink Accent) */
    .rb-header-section::before {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, #FF6FA5 0%, transparent 70%);
        opacity: 0.2;
        border-radius: 50%;
    }

    .rb-header-content {
        position: relative;
        z-index: 2;
    }

    .rb-header-title {
        font-size: 35px;
        font-weight: 800;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }

    /* Breadcrumb List Styling */
    .rb-header-breadcrumb {
        list-style: none;
        padding: 0;
        margin: 0 0 30px 0;
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .rb-header-breadcrumb li {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.8);
    }

    .rb-header-breadcrumb li a {
        color: #ffffff;
        text-decoration: none;
        transition: 0.3s;
    }

    .rb-header-breadcrumb li a:hover {
        color: #FF6FA5; /* Accent Pink on hover */
    }

    .rb-header-breadcrumb .separator {
        font-size: 12px;
        color: #FF6FA5; /* Pink separator icon */
    }

    .rb-header-breadcrumb .current-page {
        color: #FFF;
        font-weight: 600;
    }

    /* Unique Premium Button */
    .rb-header-btn {
        display: inline-flex;
        align-items: center;
        background-color: #FF6FA5; /* Accent Pink */
        color: #ffffff;
        padding: 12px 30px;
        border-radius: 50px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.4s ease;
        border: 2px solid transparent;
        box-shadow: 0 10px 20px rgba(233, 30, 99, 0.3);
    }

    .rb-header-btn i {
        margin-left: 10px;
        transition: 0.3s;
    }

    .rb-header-btn:hover {
        background-color: transparent;
        border-color: #ffffff;
        color: #ffffff;
        transform: translateY(-3px);
        box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    }

    .rb-header-btn:hover i {
        transform: translateX(5px);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .rb-header-section { padding: 80px 0 60px; text-align: center; }
        .rb-header-breadcrumb { justify-content: center; }
        .rb-header-title { font-size: 36px; }
    }


.breast-services-section {
  position: relative;
  min-height: 100vh;
  padding: 120px 0;
  background-image: url("assets/images/robotic-breast.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.breast-services-section .overlay-layer {
  position: absolute;
  inset: 0;
  background: rgba(10, 40, 60, 0.75);
  z-index: 1;
}

.breast-services-section .container {
  position: relative;
  z-index: 2;
}

.service-main-heading {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
}

.service-sub-heading {
  color: #e0e0e0;
  font-size: 18px;
  max-width: 700px;
  margin: 10px auto 0;
}

.service-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.25);
}

.service-title {
  font-size: 22px;
  font-weight: 600;
  color: #0b4f6c;
  margin-bottom: 15px;
}

.service-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.service-list li {
  font-size: 16px;
  padding-left: 22px;
  margin-bottom: 10px;
  position: relative;
  color: #444;
}

.service-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #FF6FA5;
  font-weight: bold;
}
.service-icon {
  font-size: 22px;
  color: #FF6FA5;
  margin-right: 10px;
}


.team-section {
    background: #f8f9fb;
}

/* Title */
.team-section__title h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* Row center */
.team-section__row {
    justify-content: center;
}

/* Card */
.team-card {
    background: #fff;
    padding: 25px 15px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

/* Hover */
.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Name */
.team-card h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #222;
}

/* Equal spacing */
.team-section .col-lg-3,
.team-section .col-lg-4 {
    margin-bottom: 20px;
}

    .committee-section {
    background: linear-gradient(135deg, #f8f9fb, #eef2f7);
}

.committee-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.committee-subtitle {
    color: #666;
    margin-bottom: 25px;
}

/* Button */
.committee-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #612975; /* PDF red */
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.committee-btn i {
    margin-right: 8px;
}

.committee-btn:hover {
    background: #FF6FA5;
    transform: translateY(-2px);
}

.doctors .row {
    justify-content: center;
}

/* Equal card size */
.doctors-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
}

/* Hover effect */
.doctors-box:hover {
    transform: translateY(-8px);
}

/* Image fix (same size for all) */
.doctors-box .img-box {
    width: 100%;
    height: 220px;   /* ⭐ fixed height */
    overflow: hidden;
}

.doctors-box .img-box img {
    width: 100%;
    height: 100%;
    background-color:#e8e4e4;
    object-fit: contain;  /* ⭐ uniform image */
}

/* Text area fix */
.doctors-box .text-box {
    padding: 15px;
    min-height: 120px;  /* ⭐ equal text area */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Name */
.doctors-box h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Description */
.doctors-box span {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
@media (min-width: 576px) {
.sec-title h3{
    font-size: 28px;
}
}
/* Make columns equal width */
@media (min-width: 992px) {
    .doctors .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
      
    /* Unique Class Names to avoid conflicts */
    .premium-msg-section {
        background-color: #ffff;
    }

    .premium-msg-section .section-title {
        font-size: 35px;

        color: #222;
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
    }



    .premium-msg-card {
    
        border-radius: 12px;


        margin-top: 30px;
    }

    .premium-msg-section .doc-img-wrapper {
        border: 8px solid #e1e8f0; /* Grey border like reference */
        border-radius: 4px;
        overflow: hidden;
        width: 100%;
        max-width: 250px;
    }

    .premium-msg-section .doc-img-wrapper img {
        width: 100%;
        height: auto;
        display: block;
        filter: brightness(1.05);
    }

    .premium-msg-section .doc-name {
        color: #FF6FA5;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 5px;
    }

    .premium-msg-section .doc-desig {
        font-size: 17px;
        color: #333333;
        display: block;
        margin-bottom: 20px;
    }

    .premium-msg-section .msg-content {
        color: #444;
        line-height: 1.8;
        font-size: 16px;
        text-align: justify;
    }

    /* Read more logic */
    .premium-msg-section #moreText {
        display: none;
    }

    .premium-msg-section .read-more-btn {
        background-color: #123A6F;
        color: white;
        border: none;
        padding: 10px 25px;
        border-radius: 4px;
        font-weight: 500;
        margin-top: 20px;
        cursor: pointer;
        transition: 0.3s;
        display: inline-block;
    }

    .premium-msg-section .read-more-btn:hover {
        background-color: #FF6FA5;
        box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    }

    @media (max-width: 991px) {
        .premium-msg-section .doc-img-wrapper {
            margin: 0 auto 30px;
        }
        .premium-msg-section .section-title {
            text-align: center;
            display: block;
            font-size: 25px;
        }
        .premium-msg-section .section-title::after {
            margin: 10px auto;
        }
    }






