.datepicker table tr td.today {
  color: #000;
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.datepicker table tr td.today:hover {
  background-color: #83868a5c;
}
.datepicker table tr td.active.active {
  background-color: #d0d0d0;
}
.animated {
  animation-duration: 0.5s;
}
.sec-about-doc {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  padding-top: 70px;
}
.heading {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #5bb1b1;
}
.heading h2 {
  font-family: var(--primary-font, sans-serif);
  font-weight: 600;
  font-size: 33px;
  margin-bottom: 50px;
  color: var(--primary-color);
  text-align: center;
}
.doctorCard {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 160px;
  box-shadow: 2px 2px 7px 5px rgba(214, 206, 206, 0.47);
}
.doctorImg img {
  max-width: 400px;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
}
.doctorDetail {
  margin: auto;
  padding: 40px 7%;
}
.doctorDetail h1 {
  font-size: 45px;
  font-weight: 100;
  color: var(--primary-color);
  margin-bottom: 5px;
}
.doctor-specialization {
  font-size: 12px;
  font-weight: 500;
  color: #626262;
  padding-bottom: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.doctor-degree,
.doctor-specialization,
.doctorDescription,
.doctorDetail h1 {
  font-family: var(--primary-font, sans-serif);
}
.doctor-degree {
  font-weight: 500;
  font-size: 12px;
  color: #848484;
  padding-bottom: 15px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.doctorDescription {
  color: #898989;
  margin: 20px 0;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1.6em;
  letter-spacing: 0.02rem;
  text-align: justify;
  width: 90%;
}
.about-btn > .btn {
  display: inline-block;
  outline: 0;
  padding: 6px 25px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: 45px 5px 0 0;
}
.appointment-btn {
  border: 1px solid var(--primary-color);
  color: #fff;
  background: var(--primary-color);
  box-shadow: 0 2px 10px 0 rgba(128, 128, 128, 0.21);
}
.about-btn > .btn,
.doc-mobile,
.readMore {
  font-family: var(--primary-font, sans-serif);
}
.readMore {
  cursor: pointer;
  color: var(--primary-color, #82c1bb);
  font-weight: 700;
  text-decoration: underline;
  font-style: italic;
}
p.doc-mobile {
  margin-top: 10px;
}
span.doc-mobile {
  margin-left: 5px;
}
.doc-mobile {
  font-size: 12px;
  color: var(--primary-color);
  font-weight: 600;
}
.doc-contact > .ph-icon {
  margin-right: 5px;
  color: var(--primary-color);
}
.doc-mobile::after {
  content: "";
  width: calc(100% - 65%);
  background: rgba(151, 151, 151, 0.2);
  height: 1px;
  position: absolute;
  margin-top: 12px;
  margin-left: 5px;
}
@media screen and (max-width: 1200px) {
  .about-btn > .btn {
    margin: 0 5px 10px 0;
  }
}
@media screen and (max-width: 900px) {
  .doctorImg {
    margin: auto;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .about-btn > .btn {
    margin: 20px 5px 20px 0;
  }
  .doctorDetail h1 {
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  p.doc-mobile {
    margin-top: 2px;
  }
  .doctor-degree,
  .doctor-specialization {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .heading h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .doctorImg {
    margin: 20px;
    border-radius: 5px;
  }
  .doctorDetail h1 {
    font-size: 33px;
    margin-top: 10px;
  }
  .doctor-specialization {
    display: block;
    line-height: 18px;
    font-weight: 500;
    padding-bottom: 0;
  }
  .doctor-degree {
    font-size: 10px;
    line-height: 18px;
  }
  .doc-mobile {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .sec-about-doc {
    height: auto;
  }
  .heading {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .about-btn > .btn {
    padding: 6px 20px;
    font-size: 12px;
    margin: 15px 5px 15px 0;
  }
  .about-btn > .btn:last-child {
    margin-top: 0;
  }
}
.about-doc-container {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-doc-container,
  .cardContainer {
    width: 100%;
  }
  .updateContainer .updateText {
    padding: 0;
  }
  .updateContainer a.view-update-details.btn.c-btn-skyblue {
    margin-left: 0;
  }
  .enquiry-btn a,
  .service-btn a {
    width: 250px;
    text-align: center;
  }
  .footer-III-container .container {
    display: flex;
    flex-direction: column;
  }
}
.recommendationCard .card {
  background: var(--primary-color);
  width: 470px;
  border-radius: 8px;
  background: #fff;
  min-height: 270px;
  position: relative;
  margin-top: 25px;
  display: flex;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.quotationText {
  font-family: var(--primary-font, sans-serif);
  font-size: 50px;
  font-weight: 700;
  color: #a4a4a4;
  align-self: center;
}
.recommendationCard .card > .content > .text {
  max-height: 150px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.recommendationCard .card > .content > h5,
.view-all h4 a,
.viewAll h4 {
  color: var(--primary-color);
}
.viewAll {
  display: flex;
  flex-direction: row-reverse;
}
.viewAll h4 {
  margin-right: 50px;
  text-transform: uppercase;
  cursor: pointer;
}
#brajRecommendation:after {
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  transform: skewY(3.5deg);
  background-color: #9dd9d9;
  bottom: -150px;
  right: 0;
  left: 0;
  transform-origin: 100%;
}
.recommendation-heading {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 425px) {
  .recommendation-container {
    width: 80vw;
  }
  .recommendationCard .card > .quotation {
    height: 60px;
    width: 60px;
  }
  .recommendationCard .card > .content > h3,
  .viewAll h4 {
    font-size: 14px;
  }
  .recommendationCard .card > .content > h5 {
    font-size: 9px;
  }
  .recommendationCard .card > .content > .text {
    font-size: 11px;
    font-weight: 500;
    padding-right: 20px;
  }
  .recommendation-heading {
    font-weight: 500;
    font-size: 20px;
  }
  .viewAll h4 {
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .recommendationCard .card > .quotation {
    height: 75px;
    width: 75px;
  }
  .recommendationCard .card > .content > h3 {
    font-size: 15px;
  }
  .recommendationCard .card > .content > h5 {
    font-size: 10px;
  }
  .recommendationCard .card > .content > .text {
    font-size: 11px;
    font-weight: 500;
  }
  .recommendation-heading {
    font-weight: 500;
    font-size: 20px;
  }
  .viewAll h4 {
    margin-right: 0;
    font-size: 12px;
  }
}
.recommendationCard .card > .content > .text,
.view-count {
  font-family: var(--primary-font, sans-serif);
  font-size: 10px;
  color: #aeaeae;
}
#docUpdates,
.view-all {
  display: flex;
  flex-direction: row-reverse;
}
.view-all h4,
.viewAll > h4 > a {
  margin-top: 20px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.view-all h4 {
  font-family: var(--primary-font, sans-serif);
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color);
}
.cardContainer {
  z-index: 1;
  margin-bottom: 166px;
}
.background-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.background-image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.owl-item {
  display: inline-block;
}
.background-image-container div {
  height: 100vh;
}
section .owl-nav {
  float: right;
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
}
.sec-title {
  justify-content: center;
}
.sec-recommendation-home {
  height: auto;
  background: var(--primary-color);
  margin-bottom: 80px;
  flex-direction: column;
  position: relative;
  padding: 140px 0 80px;
  z-index: 1;
}
.recommendation-container {
  margin: auto;
  z-index: 1;
}
.recommendationCard {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  box-sizing: border-box;
  flex-direction: row;
  flex-basis: 80%;
  align-items: center;
  background: var(--primary-color);
}
.recommendationCard .card > .quotation {
  position: absolute;
  top: 30px;
  left: -10%;
  height: 85px;
  width: 85px;
  border-radius: 50%;
  background: #ececec;
  display: flex;
}
.recommendationCard .card > .content {
  margin-top: 30px;
  padding-left: 60px;
  padding-bottom: 40px;
  padding-right: 40px;
}
.quotationText {
  margin: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  height: 32%;
  width: 40%;
}
.recommendationCard .card > .content > .text {
  color: #959595;
  font-size: 14px;
  padding-right: 40px;
  height: 165px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.recommendationCard .card > .content > h3 {
  color: var(--primary-color);
  margin-bottom: 5px;
}
.recommendationCard .card > .content > h5 {
  color: #aeaeae;
}
.viewAll > h4 > a {
  color: #fff;
  float: right;
}
.recommendation-heading {
  font-family: var(--primary-font, sans-serif);
  font-weight: 600;
  font-size: 33px;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .recommendationCard .card {
    width: 85%;
    min-height: 320px;
  }
  .recommendationCard .card > .content {
    padding-left: 55px;
  }
  .recommendationCard .card > .content > .text {
    height: 215px;
    font-size: 13px;
    text-align: justify;
  }
  .recommendationCard .card > .quotation {
    height: 80px;
    width: 80px;
  }
  .viewAll > h4 > a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 425px) {
  .recommendationCard .card {
    width: 90%;
    min-height: 240px;
  }
  .recommendationCard .card > .content {
    padding-left: 40px;
  }
  .recommendationCard .card > .quotation {
    height: 60px;
    width: 60px;
  }
  .recommendationCard .card > .content > h3 {
    font-size: 14px;
  }
  .recommendationCard .card > .content > h5 {
    font-size: 9px;
  }
  .recommendationCard .card > .content > .text {
    font-size: 11px;
    font-weight: 500;
    height: 145px;
    padding-right: 20px;
    line-height: 16px;
  }
  .recommendation-heading {
    font-weight: 500;
    font-size: 20px;
  }
  .viewAll > h4 > a {
    margin-right: 0;
    font-size: 12px;
    padding-right: 20px;
  }
}
#docUpdates {
  background: #fff;
  flex-direction: column;
  margin-top: -120px;
  padding-top: 80px;
}
#home-gallery {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
  margin-top: -100px;
}
.gradient-overlay.image-icon {
  position: relative;
}

.home-gallery-pic {
  height: 225px;
  width: 225px !important;
  cursor: pointer;
  border-radius: 4px;
  object-fit: cover;
  position: relative;
}
.gradient-overlay{
  position: relative;
}
.gallery-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dark transparent overlay */
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

.gallery-icon-container {
  background-color: white;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
    font-size: 28px; /* Increased font size */
  font-weight: 500;
}


.gradient-overlay:hover .gallery-image-overlay {
  opacity: 1;
}
.home-gallery-pic:hover {
  outline: auto;
}
section .owl-carousel .owl-nav div.owl-next,
section .owl-carousel .owl-nav div.owl-prev {
  background: #fff;
  border: 1px solid var(--primary-color);
  outline: 0;
  width: 35px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .owl-carousel .owl-nav div.owl-next i,
section .owl-carousel .owl-nav div.owl-prev i {
  font-size: 20px;
  color: var(--primary-color);
  line-height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section .owl-theme div.owl-nav [class*="owl-"]:hover {
  background-color: var(--primary-color);
}
section .owl-theme div.owl-nav [class*="owl-"]:hover i {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #home-gallery .container {
    width: 100%;
    overflow: hidden;
  }
}
.appointment-pop-up {
  background: #fff;
  border-radius: 6px;
  width: 500px;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 5px;
}
.appointment-pop-up-head,
.appointment-pop-up-text {
  font-family: var(--primary-font, sans-serif);
  text-align: left;
}
.appointment-pop-up-head {
  font-size: 30px;
  font-weight: 500;
  line-height: 33px;
  color: var(--tertiary-color, #69b1b1);
  margin-bottom: 1px;
}
.appointment-pop-up-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #adadad;
}
.appointment-pop-up-detail,
.pop-up-title,
.pop-up-value {
  font-family: var(--primary-font, sans-serif);
  font-size: 13px;
  line-height: 25px;
  text-align: left;
}
.pop-up-title {
  font-weight: 600;
  color: var(--tertiary-color, #69b1b1);
}
.appointment-pop-up-detail,
.pop-up-value {
  font-weight: 400;
  color: #5c5c5c;
}
.appointment-pop-up-detail {
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  color: #898989;
}
.appointment-booked-mobile {
  font-weight: 500;
  font-size: 0.9rem;
}
.left-space {
  padding-left: 35px;
}
.hr-line {
  background-color: #00000026;
  padding-top: 1px;
  width: 100%;
  margin: 10px 0;
}
@media screen and (min-width: 992px) {
  #docUpdates > .col-md-12,
  #docUpdates > .heading,
  .about-doc-container > .col-md-12,
  .item-list > .row > .col-md-12,
  .sec-title {
    padding-right: 0;
    padding-left: 0;
  }
}
