:root {
  --background-color: #f1f7fc;
  /* --hover-color: rgb(102, 40, 245); */
  /* --primary-color: #815A36; */
  --primary-color: #1977cc;
  --heading-color: #2c4964;
  
}
.heading-font{
 /* font-family: 'All-over-modern-demo', 'Poppins', sans-serif;*/
  font-family: "Playfair Display", serif;
  color: var(--heading-color);
}
.comma {
    font-family: 'Poppins', sans-serif;
}
.padding {
  padding: 3.75rem 0;
}

/* Department Section Css Start */

.doctor-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  padding: 0.5rem 0 0;
  position: sticky;
  top: 10px;
}
.doctor-card:hover {
  transform: translateY(-5px);
}
.doctor-img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  margin: auto;
  display: block;
}
.doctor-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 4px solid #fff8f2;
  box-shadow: 1px 1px 6px 0px #a09890;
  object-fit: cover;
  object-position: top;
}
/*============================== Doctor Details Page CSS Start ==============================*/

.doctor-details-content {
    background-color: #f5f7fa;
    position: relative;
    z-index: 1;
}

.doctor-details-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    /* background-color: var(--primary-color); */
    background: linear-gradient(rgb(57 137 211 / 64%), rgb(8 63 113 / 93%)), url(../img/eulooks.png);
    background-position: 37% 24%;
    z-index: -1
}

.doctor-details-content .socila-link {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1
}

.doctor-details-content .socila-link li {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 0 50px 50px 0;
    padding-left: 70px;
    display: table
}

.doctor-details-content .socila-link li:last-child {
    margin-bottom: 0
}

.doctor-details-content .socila-link li a {
    width: 50px;
    height: 50px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #3b5998;
    border-radius: 50%;
    margin: 2px
}

.doctor-details-content .socila-link li a:hover {
    background-color: var(--primary-color)
}

.doctor-details-content .socila-link li:nth-child(2) {
    padding-left: 130px
}

.doctor-details-content .socila-link li:nth-child(2) a {
    background-color: #1da1f2
}

.doctor-details-content .socila-link li:nth-child(2) a:hover {
    background-color: var(--primary-color)
}

.doctor-details-content .socila-link li:nth-child(3) a {
    background-color: #0077b5
}

.doctor-details-content .socila-link li:nth-child(3) a:hover {
    background-color: var(--primary-color)
}

.doctor-details-wrap {
    padding: 70px 150px 100px;
}



.doctor-content h3 {
    font-size: 25px;
    margin-bottom: 0px;
}

.doctor-content .family {
    display: block;
    margin-bottom: 30px
}
.doctor-content ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.doctor-content ul li {
    margin-bottom: 8px;
}

.doctor-content ul li:last-child {
    margin-bottom: 0
}

.doctor-content ul li span {
    font-weight: 600;
    color: #111
}

.doctor-content ul li i {
    color: #f7c000;
    font-size: 18px;
    position: relative;
    top: 4px
}

.doctor-informetion .gap-mb-50 {
    margin-bottom: 50px
}

.doctor-informetion h2 {
    font-size: 35px;
    background-color: #f5f7fa;
    padding: 20px 30px;
    margin-bottom: 20px
}

.doctor-informetion .education li {
   list-style: none;
}

.doctor-informetion .education {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.doctor-informetion .education ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #1c1c1c
}

.doctor-informetion .education ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: var(--primary-color);
    border-radius: 50px
}

.doctor-informetion .education ul li::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 4px;
    width: 1px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50px
}

.doctor-informetion .education ul li:last-child {
    margin-bottom: 0
}

.doctor-informetion .education ul li:last-child::after {
    display: none
}
.doctor-informetion .memberships {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.doctor-informetion .memberships li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px
}

.doctor-informetion .memberships li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: var(--primary-color);
    border-radius: 50px
}

.doctor-informetion .memberships li:last-child {
    margin-bottom: 0
}
.sidebar-wrap {
    position: sticky;
    top: 80px;
}
.sidebar-widget {
    background-color: #f1f5f8;
    margin-bottom: 30px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.sidebar-widget h3 {
    font-size: 25px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 20px 30px;
    margin-bottom: 0
}

.sidebar-widget ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding: 30px
}

.sidebar-widget.departments ul li {
    margin-bottom: 15px
}

.sidebar-widget.departments ul li:last-child {
    margin-bottom: 0
}

.sidebar-widget.departments ul li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: #111
}

.sidebar-widget.departments ul li a i {
    float: right;
}

.sidebar-widget.appointment-time ul li {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.sidebar-widget.appointment-time ul li span {
    float: right;
    width: 45%;
}

.sidebar-widget.appointment-time ul li .default-btn {
    width: 100%;
    display: block
}

.sidebar-widget.appointment-time ul li:last-child {
    margin-bottom: 0
}
.sidebar-widget.appointment-time .default-btn {
    display: flex;
    justify-content: center;
    padding: 7px 0px;
    background: #4572b4;
    color: white;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
}
.doctor-card img.doctor-img {height: 150px;width: 150px; object-fit:cover;object-position:top; outline: 1px #ecebeb solid;}

.doctor-details-area {
    position: relative;
}

.appointment-fixed-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-color: #4572b4; 
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: 0.3s;
}

.appointment-fixed-btn:hover {
    background-color: #084298;
    color: #fff;
}