/* About Page Styles */
.feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(13, 110, 253, 0.1);
  border-radius: 50%;
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.social-links a {
  transition: opacity 0.3s ease;
}

.social-links a:hover {
  opacity: 0.7;
}

/* Responsive Images */
.card-img-top {
  height: 250px;
  object-fit: cover;
}

/* Breadcrumb */
.breadcrumb-section {
  background: url("/images/cta-banner.png") no-repeat center center;
  background-size: cover;
  position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white !important;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.breadcrumb-item.active {
  color: white;
}

/* About Banner */
#about-banner {
  background: url("/images/doctor-banner.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 400px;
}

.img-container {
  position: absolute;
  top: 50%;
}
.about-content {
  position: absolute;
  top: 50%;
  left: 50%;
}

.about-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: white;
}

/* Our Work Page Styles */
.filter-buttons {
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-buttons .btn {
  border-radius: 30px;
  padding: 8px 20px;
  transition: all 0.3s ease;
}

.filter-buttons .btn.active {
  background-color: #0d6efd;
  color: white;
}

.work-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.work-card:hover {
  transform: translateY(-5px);
}

.work-card img {
  height: 250px;
  object-fit: cover;
}

.stat-card {
  transition: transform 0.3s ease;
  background: linear-gradient(135deg, #0d6efd, #0dcaf0);
}

.stat-card:hover {
  transform: translateY(-5px);
}

.counter {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .work-card img {
    height: 200px;
  }

  .counter {
    font-size: 2rem;
  }
}

#doctor-breadcrumbs {
  background-image: url("/images/doctor-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 60px;
}

#doctor-breadcrumbs .doctor-data {
  padding-left: 45px;
}


#doctor-1-details .doctor-bio {
  padding-top: 60px;
  padding-left: 45px;
}

/*------------------------------------------*/
/*  DOCTOR PROFILE TYPOGRAPHY
/*------------------------------------------*/

.doctor-bio h2 {
  letter-spacing: -0.5px;
  margin-bottom: 5px;
}

.doctor-bio h5.h5-lg {
  font-weight: 400;
  margin-bottom: 30px;
}

.doctor-bio h5.h5-md {
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/*------------------------------------------*/
/*  DOCTOR PHOTO
/*------------------------------------------*/

#doctor-1-details .doctor-photo {
  margin-top: -220px;
  position: relative;
  z-index: 3;
}

/*------------------------------------------*/
/*  Doctor Contacts
/*------------------------------------------*/

.doctor-contacts {
  margin-top: 30px;
  margin-bottom: 35px;
}

.doctor-contacts h4 {
  font-weight: 400;
  margin-bottom: 10px;
}

.doctor-contacts h4 i {
  margin-right: 10px;
}

.doctor-photo .btn {
  margin: 0 10px 15px;
}

/*------------------------------------------*/
/*  CERTIFICATES
/*------------------------------------------*/

.certificates {
  margin-top: 30px;
}

.certificate-image {
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*   Doctor Data
/*------------------------------------------*/

.doctor-info {
  background-color: #f9f9f9;
  border: 1px solid #f5f5f5;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.doctor-info table {
  margin-top: 0;
  margin-bottom: 0;
}

.doctor-info .table td,
.doctor-info .table th {
  font-size: 15px;
  padding: 15px 25px;
  border-top: none;
}

.doctor-info .table .last-tr td,
.doctor-info .table .last-tr th {
  border-bottom: none;
}

.doctor-info .table span {
  display: block;
  margin-bottom: 3px;
}

.doctor-info .table span i {
  color: #0d6efd;
  font-size: 16px;
  margin-right: 3px;
}

/* Service Details Styles */
.service-overview {
    background-color: #f8f9fa;
}

.service-content {
    border-radius: 15px;
}

.service-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.feature-item {
    padding: 1.5rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item i {
    font-size: 1.5rem;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(13, 110, 253, 0.1);
}

/* Sidebar Styles */
.service-sidebar .contact-card {
    background: linear-gradient(135deg, #0d6efd, #0dcaf0);
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.contact-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-form .form-control:focus {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: none;
}

.working-hours {
    border-radius: 15px;
}

.working-hours ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #dee2e6;
}

.working-hours ul li:last-child {
    border-bottom: none;
}

#why-banner{
    background-image: url('/images/why-choose-us.jpg');
    background-position: center;
    background-size: cover;
}

/* Accordion Section */
.accordion-button {
  font-weight: 600;
  color: #fff !important;
  background-color: #1d5092 !important;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #1d5092 !important;
}

.accordion-button::after {
  filter: brightness(0) invert(1);
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
}

.accordion-body {
  padding: 1.5rem;
  color: #666;
}

.accordion-body li {
  position: relative;
  padding-left: 20px;
}

.accordion-body li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-bg);
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .service-content img {
        height: 300px;
    }
    
    .service-sidebar {
        margin-top: 2rem;
    }
}

@media (max-width: 767.98px) {
    .feature-item {
        padding: 1rem;
    }
    
    .service-content img {
        height: 250px;
    }
}
