.drsidebar-main {
  border-radius: 20px;
  background: #373634;
  box-shadow: 0 4px 32px rgba(34, 79, 163, 0.18);
  color: #fff;
  padding: 24px 12px 25px 12px;
}

.drsidebar-profile {
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 3px solid #fff;
}

.drsidebar-profile-img {
  width: 100%;
  background: #fff;
  border: 5px solid #ffffff;
  border-radius: 15px;
  margin: 0 auto 14px auto;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  overflow: hidden;

  border-radius: 100%;


  img {

    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}

.doc-dt {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 20px;
}

.drsidebar-profile-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #373634;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #37363461;
  letter-spacing: 0.01em;
}

.drsidebar-profile-title {
  font-size: 1rem;
  font-weight: 500;
  color: #373634;
}

.drsidebar-profile-role {
  font-size: 14.5px;
  color: #373634;
  margin-bottom: 9px;
  line-height: 20px;
  text-align: start;
}

.doc-ser-list,
.doc-contact-dt {
  margin-bottom: 20px;
  border-bottom: 3px solid #fff;
}

.drsidebar-section-title {
  background: rgba(255, 255, 255, 1);
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  color: #373634;
  text-align: center;
}

.drsidebar-servlist {
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.drsidebar-servitem a {
  background: rgba(255, 255, 255, 1);
  display: block;
  margin-bottom: 3px;
  padding: 9px 12px;
  display: flex;
  align-items: baseline;
  gap: 6px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  color: #373634;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(34, 79, 163, 0.08);
}

.drsidebar-servitem a:hover {
  background: #373634;
  color: #fff;
  text-decoration: none;
  border-color: #b88743;
  box-shadow: 0 2px 4px rgba(34, 79, 163, 0.15);
}

.drsidebar-contact-details {
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  border-radius: 10px;
  font-size: 0.94rem;
  padding: 13px 14px;
  margin-bottom: 17px;
  word-break: break-all;
}

.drsidebar-contact-details a {
  color: #fff;
  text-decoration: underline;
}

.drsidebar-inqform {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 10px 12px;
  overflow: hidden;
}

.drsidebar-form-label {
  color: #fff;
  font-weight: 500;
  font-size: 0.96rem;
}

.drsidebar-form-control {
  background: #f0f4ff;
  border: 1px solid #dfe6fa;
  color: #373634;
  border-radius: 7px;
  margin-bottom: 8px;
  font-size: 16px;
  padding: 10px 12px;
}

textarea.drsidebar-form-control {
  background: #f0f4ff;
  border: 1px solid #dfe6fa;
  color: #373634;
  border-radius: 7px;
  margin-bottom: 8px;
  font-size: 16px;
  padding: 10px 12px;
  min-height: 90px;
}

.drsidebar-form-control:focus {
  border-color: #373634;
  box-shadow: 0 0 0 4px #b8751733;
}

.drsidebar-form-check-label {
  color: #fff;
  font-size: 0.93rem;
}

.drsidebar-btn-submit {
  background: #373634;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 500;
  padding: 10px 20px 12px;
  letter-spacing: 0.01em;
  border-radius: 7px;
  margin-top: 4px;
  box-shadow: 0 2px 4px rgba(34, 79, 163, 0.11);
}

.drsidebar-btn-submit:hover {
  background: #fff;
  color: #b88743;
  border-color: #b88743;
}

@media (max-width: 410px) {
  .drsidebar-main {
    max-width: 100vw;
    padding: 15px 12px 18px 12px;
    border-radius: 10px;
  }

  .drsidebar-section-title,
  .drsidebar-servlist,
  .drsidebar-contact-details,
  .drsidebar-inqform {
    margin: 0;
    padding: 12px 0px !important;
  }
}

.doc-servi-details {
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .doc-servi-details {
    padding: 0;
    box-shadow: none;
  }
}

.servi-img img {
  border-radius: 15px;
  background-color: #fff;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  aspect-ratio: 16/8;
  margin-bottom: 20px;
  object-fit: cover;
}

.servi-text {

  h2,
  h3,
  h4 {
    color: #b88743;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #37363496;
  }

  p {
    color: #444;
    line-height: 25px;
    margin-bottom: 10px;
  }

  ul,
  ol {
    padding-left: 25px;

    li {
      color: #444;
      line-height: 25px;
      margin-bottom: 7px;
    }
  }
}

/* Page Breadcrumb */

.page-breadcrumb {
  position: relative;
  background-color: #01632a;
  box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.page-breadcrumb:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: #2b1673;
}

.page-breadcrumb h2 {
  position: relative;
  color: #ffffff;
  padding: 25px 0px;
  z-index: 1;
  font-size: 36px;
  font-weight: 700;
}

.page-breadcrumb .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 0;
}

.page-breadcrumb .breadcrumbs {
  position: relative;
  padding: 30px 110px;
  z-index: 1;
}

.page-breadcrumb li {
  position: relative;
  color: #019640;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
}

.page-breadcrumb li a {
  position: relative;
  color: #313131;
  transition: all 300ms ease;
}

.page-breadcrumb li a:hover {
  color: #1fd269;
}

.page-breadcrumb .breadcrumbs:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 0px;
  right: 20px;
  bottom: 0px;
  z-index: -1;
  background-color: #ffffff;
  transform: skewX(24deg);
}

.page-breadcrumb .breadcrumbs .left-curves {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
}

.page-breadcrumb .breadcrumbs .left-curves:before {
  position: absolute;
  content: "";
  left: -4px;
  top: 0px;
  width: 22px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      #019640 0%,
      rgba(255, 255, 255, 0) 100%);
}

.page-breadcrumb .breadcrumbs .left-curves:after {
  position: absolute;
  content: "";
  left: 12px;
  top: 0px;
  width: 8px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #019640 100%);
}

.page-breadcrumb .breadcrumbs .right-curves {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
}

.page-breadcrumb .breadcrumbs .right-curves:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 0px;
  width: 22px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      #019640 0%,
      rgba(255, 255, 255, 0) 100%);
}

.page-breadcrumb .breadcrumbs .right-curves:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 8px;
  height: 100%;
  transform: skewX(24deg);
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #019640 100%);
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
  .page-breadcrumb h2 {
    font-size: 28px;
    padding: 36px 0px;
  }

  .page-breadcrumb .breadcrumbs {
    padding: 35px 30px;
  }

  .page-breadcrumb .breadcrumbs:before {
    left: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .page-breadcrumb {
    padding: 35px 0px;
  }

  .page-breadcrumb h2 {
    font-size: 22px;
    padding: 0 0 20px 0;
    text-align: center;
  }

  .page-breadcrumb .breadcrumbs {
    padding: 15px 10px;
    text-align: center;
  }

  /* .page-breadcrumb .breadcrumbs:before {
                left: 0px;
                right: 0px;
            } */

  .page-breadcrumb .pull-left,
  .page-breadcrumb .pull-right {
    float: none !important;
    width: 100%;
    text-align: center;
  }

  .page-breadcrumb .breadcrumbs .left-curves,
  .page-breadcrumb .breadcrumbs .right-curves {
    display: none;
  }

  .page-breadcrumb li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .page-breadcrumb .breadcrumbs {
    padding: 10px 5px;
  }
}


/* service page  */

.ser-banner {
  position: relative;
  width: 100%;
}

.ser-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(assets/img/shape1.b6ac88f3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  /* z-index: 2; */
}

.ser-banner-text {
  position: absolute;
  top: 100px;
  left: 100px;
  color: #fff;
  text-align: center;
}

.ser-banner-text h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}


/* services css */

.service-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}

.service-title::before {
  content: '';
  position: absolute;
  top: -13px;
  left: 0;
  width: 120px;
  height: 3px;
  background-color: #019640;
}

.service-title::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #2b1673;
}

.sub-heading {
  font-size: 22px !important;
  color: #444 !important;
  margin-bottom: 20px !important;
}

.service-text p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  margin-bottom: 10px;
}

.service-text ul,
.service-text ol {
  padding-left: 25px;
  margin-bottom: 15px;
}

.service-text ul li,
.service-text ol li {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}

.product-table .table th {
  background-color: #2b1673;
  color: #ffffff;
  font-weight: 500;
}

.product-table .table th,
.product-table .table td {
  vertical-align: middle;
  font-size: 16px;
}

@media (max-width: 767px) {
  .ser-banner-text {
    position: static;
    padding: 20px;
  }

  .ser-banner-text h2 {
    font-size: 28px;
  }

  .product-table {
    overflow-x: auto;
  }

  .product-table .table th,
  .product-table .table td {
    font-size: 14px;
    min-width: 100px;

  }


}

@media(max-width: 768px) {

  .product-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

}

.product-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 15px 0;
}

@media (max-width: 575px) {
  .product-image {
    max-width: 100%;
  }
}

.btn-add-cart {
  background: linear-gradient(135deg, #2b1673 0%, #1a0d45 100%);
  color: white;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-add-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(43, 22, 115, 0.4);
}


/* contact band  */

.contact-band {
  background: #019640;
  color: #ffffff;
  padding: 40px 20px;
}

.contact-band-info h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-band-info p {
  font-size: 18px;
  margin-bottom: 5px;
}

.contact-band .btn-primary {
  background-color: #2b1673;
  border: 2px solid #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 30px;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.contact-band .btn-primary:hover {
  background-color: #fff;
  color: #2b1673;
  border-color: #2b1673;
}

@media (max-width: 768px) {

  .contact-band {
    padding: 30px 0;
  }

  .contact-band-info {
    margin-bottom: 20px;
  }

  .contact-band-info h2 {
    font-size: 28px;

  }

  .contact-band-info p {
    font-size: 16px;
  }

  .contact-band .btn-primary {
    font-size: 18px;
    padding: 8px 25px;
  }

}



/* contact us  */

.custom-contact-hero {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

.custom-hero-title-section {
  text-align: center;
  margin-bottom: 30px;
}

.custom-main-title {
  font-size: 4rem;
  font-weight: 900;
  color: #373634;
  margin: 0 0 20px 0;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  display: inline-block;
}

.custom-main-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #3a3d3b 30%, rgba(255, 255, 255, 0.5));
  border-radius: 2px;
}

.custom-contact-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 35px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  position: relative;
}

.custom-contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #3a3d3b, #019640, #3a3d3b);
  background-size: 200% 100%;
}

.custom-form-section {
  padding: 30px;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(248, 249, 250, 1) 100%);
}

.custom-info-section {
  padding: 30px;
  background: linear-gradient(to right, #3b423d 20%, #019640 100%);
  color: white;
  height: 100%;
  position: relative;
}

.custom-info-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><polygon points="50,10 90,90 10,90" fill="rgba(255,255,255,0.05)"/></svg>');
  background-size: 80px 80px;
  opacity: 0.3;
}

.custom-section-header {
  font-size: 2.5rem;
  font-weight: 700;
  color: #373634;
  margin: 0 0 20px 0;
  position: relative;
}

.custom-section-header-white {
  color: #ffffff;
}

.custom-form-group {
  margin-bottom: 20px;
  position: relative;
}

.custom-form-label {
  font-size: 14px;
  font-weight: 600;
  color: #373634;
  margin: 0 0 8px 0;
  display: block;
}

.custom-form-input {
  width: 100%;
  padding: 12px;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #ffffff;
  color: #333;
  outline: none;
  font-family: "Poppins", sans-serif;
}

.custom-form-input:focus {
  border-color: #373634;
  box-shadow: 0 0 0 4px rgba(34, 79, 163, 0.1);
  transform: translateY(-2px);
}

.custom-form-input::placeholder {
  color: #999;
  font-weight: 300;
}

.custom-form-textarea {
  min-height: 110px;
  resize: vertical;
  font-family: "Poppins", sans-serif;
}

.custom-submit-button {
  background: #019640 100%;
  border: none;
  border-radius: 15px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 25px rgba(34, 79, 163, 0.3);
  width: 100%;
  font-family: "Poppins", sans-serif;
}

.custom-submit-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.3),
      transparent);
  transition: left 0.6s ease;
}

.custom-submit-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(34, 79, 163, 0.4);
}

.custom-submit-button:hover::before {
  left: 100%;
}

.custom-submit-button:active {
  transform: translateY(-1px);
}

.custom-info-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 2;
}

.custom-info-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.custom-info-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.3),
      rgba(255, 255, 255, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  margin: 0 15px 0 0;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.custom-info-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

.custom-info-content {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.custom-social-links {
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.custom-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.1));
  margin: 0 12px 12px 0;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.custom-social-link:hover {
  background: linear-gradient(135deg, #ffffff, rgba(255, 255, 255, 0.9));
  color: #373634;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

@media (max-width: 768px) {

  .custom-form-section,
  .custom-info-section {
    padding: 30px 12px;
  }

  .custom-main-title {
    font-size: 2rem;
  }

  .custom-section-header {
    font-size: 2rem;
  }

  .custom-info-icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
    margin-right: 10px;
  }

  .custom-social-links {
    margin-top: 30px;
  }

  .custom-contact-card {
    border-radius: 15px;
  }

  .custom-contact-hero {
    padding: 40px 0;
  }
}

/* about us  */

.doctor-about-container {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #2c3e50;
}

.doctor-section-title {
  color: #373634;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.doctor-section-title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #9733c4;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.doctor-info-card {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-left: 4px solid #373634;
  transition: transform 0.3s ease;
}

.doctor-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.doctor-publication-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #9733c4;
}

.doctor-publication-title {
  color: #373634;
  font-weight: 600;
  margin-bottom: 10px;
}

.doctor-journal-info {
  color: #666;
  font-style: italic;
  margin-bottom: 8px;
}

.doctor-authors {
  color: #2c3e50;
  font-weight: 500;
}

.doctor-text-muted {
  color: #333;
}

@media (max-width: 768px) {
  .doctor-info-card {
    padding: 10px 0;
    box-shadow: none;
    margin: 0;
    border: none;
  }

  .doctor-publication-item {
    padding: 10px 0;
    border: none;
    background-color: #fff;
    border-bottom: 3px solid #9733c4;
    border-top: 3px solid #9733c4;
  }
}

.doctor-qualification-list {
  li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 400;
  }
}

.doctor-info-card strong {
  font-weight: 500;

}