/* =======================================================================
Template Name: main styles template
Author: Akash Dhar
Author URI: www.e-websolutions.tech
Version: 1.0
coder name:e-web-solutions
Description: Theme template 
======================================================================= */
/* ===================================== Import Less ================================== */
@font-face {
  font-family: 'mouse-300';
  src: url("../fonts/PT_Sans-Web-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'mouse-500';
  src: url("../fonts/PT_Sans-Web-Bold.ttf") format("truetype"); }
/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

strong {
  font-family: "mouse-500", Arial, Helvetica, sans-serif; }

body {
  background-color: #f7f7ff !important;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  color: #6A6A6A; }

.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-family: "slab", Arial, Helvetica, sans-serif; }
  .inner-title p {
    width: 100%;
    text-align: center; }

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px; }
  .page-nav ul {
    float: none;
    margin: auto; }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444; }

.btn-success {
  background-color: #00ab9f;
  border-color: #00ab9f; }
  .btn-success:hover {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important; }
  .btn-success:active {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important; }
  .btn-success:focus {
    background-color: #00ab9f !important;
    border-color: #00ab9f !important;
    box-shadow: none !important; }

.btn-info {
  background-color: #00a8df;
  border-color: #00a8df; }
  .btn-info:hover {
    background-color: #00a8df !important;
    border-color: #00a8df !important; }
  .btn-info:active {
    background-color: #00a8df !important;
    border-color: #00a8df !important; }
  .btn-info:focus {
    background-color: #00a8df !important;
    border-color: #00a8df !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #00a8df; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%; } }
.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #0d7a40 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

/* ===================================== Header CSS ================================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  width: 100%;
  z-index: 999; }
  header .header-nav {
    background-color: #FFF;
    width: 100%; }
    header .header-nav .nav-item ul li {
      float: left;
      font-family: "mouse-500", Arial, Helvetica, sans-serif;
      font-size: 16px;
      padding: 28px; }
      @media screen and (max-width: 998px) {
        header .header-nav .nav-item ul li {
          padding: 30px 18px; } }
      @media screen and (max-width: 767px) {
        header .header-nav .nav-item ul li {
          float: none;
          padding: 14px;
          border-top: 1px solid #CCC; } }
    header .header-nav .nav-img img {
      width: 200px;
      padding: 0px;
      margin-top: 21px; }
      @media screen and (max-width: 767px) {
        header .header-nav .nav-img img {
          margin-top: 0px;
          padding: 10px; } }
      @media screen and (max-width: 1199px) {
        header .header-nav .nav-img img {
          margin-left: 10px; } }
    header .header-nav .appoint {
      padding-top: 21px; }
  header .scroll-to-fixed-fixed {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.small-menu {
  float: right;
  color: #00ab9f;
  font-size: 32px;
  margin-top: 17px;
  margin-right: 12px; }
  @media screen and (max-width: 767px) {
    .small-menu {
      margin-top: 11px; } }

/* ===================================== Slide Style CSS ================================== */
.slider-detail {
  padding-top: 0px; }
  .slider-detail .carousel-cover {
    background-color: rgba(0, 173, 162, 0.53);
    position: absolute;
    left: 0px;
    width: 40%;
    top: 50px;
    height: 100%;
    background-color: rgba(0, 173, 162, 0.53);
    position: absolute;
    left: -30%;
    width: 80%;
    top: -150px;
    height: 140%;
    transform: rotate(15deg); }
    @media screen and (max-width: 1086px) {
      .slider-detail .carousel-cover {
        top: -131px;
        left: -24%;
        transform: rotate(12deg); } }
    @media screen and (max-width: 999px) {
      .slider-detail .carousel-cover {
        transform: rotate(7deg);
        top: -100px; } }
    @media screen and (max-width: 767px) {
      .slider-detail .carousel-cover {
        display: none; } }
  .slider-detail .carousel-caption {
    text-align: left;
    top: 70px;
    left: 10%;
    max-width: 40%; }
    .slider-detail .carousel-caption h5 {
      font-size: 40px; }
    .slider-detail .carousel-caption p {
      font-size: 18px;
      margin-top: 40px;
      margin-bottom: 40px; }
    .slider-detail .carousel-caption .vbh {
      margin: 0px; }
    @media screen and (max-width: 1090px) {
      .slider-detail .carousel-caption {
        top: 30px; }
        .slider-detail .carousel-caption h5 {
          font-size: 28px; }
        .slider-detail .carousel-caption p {
          font-size: 14px; } }
    @media screen and (max-width: 792px) {
      .slider-detail .carousel-caption p {
        margin-bottom: 10px; } }
  .slider-detail .carousel-indicators {
    left: -70%; }
  .slider-detail .btn-default {
    background-color: #FFF;
    color: #444;
    font-weight: 600; }
    @media screen and (max-width: 792px) {
      .slider-detail .btn-default {
        padding: 5px;
        font-size: 13px; } }

/* ===================================== Meet Our Doctor ================================== */
.doctor-section {
  padding: 80px 0;
  background-color: #f9fbff;
}

.inner-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d3b66;
}

.inner-title p {
  color: #3c8dbc;
}

.doctor-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
}

.doctor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.doctor-card-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.doctor-card-body {
  padding: 30px 20px 40px;
}

.doctor-img {
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.doctor-img:hover {
  transform: scale(1.05);
}

.text-info {
  color: #17a2b8 !important;
}

.text-muted {
  color: #555 !important;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .doctor-card-img {
    height: 220px;
  }
}

/* ===================================== Key Features CSS ================================== */
.key-features .kvxol {
  padding: 0;
}

/* Main feature card */
/* ===============================
   Base Layout (Responsive)
=============================== */
.key-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding: 40px 20px;
}

.key-features .single-key {
  position: relative;
  flex: 1 1 280px; /* auto-resizes nicely */
  max-width: 320px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

/* ===============================
   Decorative background
=============================== */
.key-features .single-key::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 20%, rgba(219, 245, 137, 0.2), transparent 60%);
  transform: rotate(25deg);
  z-index: 0;
}

/* ===============================
   Hover Effects
=============================== */
.key-features .single-key:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* ===============================
   Icon Styling
=============================== */
.key-features .single-key i {
  background-color: #ffffff;
  padding: 18px;
  font-size: 38px;
  color: #00ab97;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 171, 151, 0.2);
  z-index: 2;
  position: relative;
}

/* ===============================
   Text Styling
=============================== */
.key-features .single-key p {
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333;
  z-index: 2;
  position: relative;
}

/* ===============================
   Themed Variants
=============================== */
.key-features .ky-1 {
  background: linear-gradient(145deg, #e3f1ff, #ffffff);
  border: 1px solid #c8e4ff;
  color: #024b97;
  box-shadow: 0 3px 10px rgba(3, 80, 158, 0.1);
}

.key-features .ky-2 {
  background: linear-gradient(145deg, #e0fbff, #ffffff);
  border: 1px solid #b9eef2;
  color: #007e87;
  box-shadow: 0 3px 10px rgba(0, 133, 188, 0.1);
}

/* ===============================
   Optional hover glow
=============================== */
.key-features .ky-1:hover,
.key-features .ky-2:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

/* ===============================
   Responsive Tweaks
=============================== */

/* Tablets */
@media (max-width: 992px) {
  .key-features {
    gap: 20px;
  }
  .key-features .single-key {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

/* Mobiles */
@media (max-width: 600px) {
  .key-features {
    flex-direction: column;
    align-items: center;
  }
  .key-features .single-key {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 25px 15px;
  }
  .key-features .single-key i {
    font-size: 30px;
    padding: 14px;
  }
  .key-features .single-key p {
    font-size: 14px;
  }
}



/* ===================================== Our Blog CSS ================================== */
/* .our-blog {
  padding: 80px 50px;
  background-color: #f9edc2;
  padding-bottom: 100px; } */
  .our-blog {
  position: relative;
  background-image: url(../images/slider/slider4.jpg); /* change path if needed */
  background-size: cover;          /* fills entire section */
  background-repeat: no-repeat;    /* no repeating */
  background-position: center;     /* centers image */
  padding: 80px 50px 100px 50px;   /* combined all paddings */
  z-index: 1;
  overflow: hidden;
}

.our-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35); /* makes image dim (adjust 0.35 for more/less opacity) */
  z-index: -1;
}

  @media screen and (max-width: 940px) {
    .our-blog {
      padding: 50px 10px; } }
  @media screen and (max-width: 600px) {
    .our-blog {
      padding: 20px 10px; }
      .our-blog .blog-cont {
        padding: 0px; }
      .our-blog .blog-smk {
        padding: 0px; } }
  .our-blog .blog-cont {
    float: none;
    margin: auto; }
  .our-blog .blog-single {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px; }
    .our-blog .blog-single .figure {
      margin-bottom: 0px; }
  .our-blog .blog-single-det {
    margin: auto;
    padding: 20px;
    z-index: 99;
    box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
    width: 90%;
    position: relative;
    margin-top: -80px;
    background-color: #FFF; }
    .our-blog .blog-single-det .btn {
      margin-top: 10px;
      margin-bottom: 10px; }
    .our-blog .blog-single-det span {
      font-size: 13px;
      color: #b5316a; }
    .our-blog .blog-single-det h6 {
      font-size: 1.3rem; }
    .our-blog .blog-single-det p {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 1rem; }

/* ===================================== Contact US CSS ================================== */
.contact-rooo {
  padding: 80px 50px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .contact-rooo {
      padding: 50px 10px; } }

.contact-us-single {
  background-color: #FFF; }
  .contact-us-single .cop-ck {
    padding: 10px 30px; }
    .contact-us-single .cop-ck h2 {
      font-size: 22px;
      margin-bottom: 20px; }
  .contact-us-single .cf-ro {
    margin-top: 10px; }

/*====================================== About Us Style ====================================*/
/* ======================================
   Professional About Us Section (With Zoom)
====================================== */

.about-us {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 80px 60px;
  background-color: #f8fafb;
}

/* Left Image Block */
.about-us .image-bg {
  flex: 1 1 45%;
  min-height: 420px;
  background-image: url(../images/who.jpg);
  background-size: contain;           /* entire image visible */
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.6s ease, filter 0.6s ease;
}

/* Zoom & brightness fade effect on hover */
.about-us .image-bg:hover {
  transform: scale(1.05);
  filter: brightness(1.1);
}

/* Soft overlay for depth */
.about-us .image-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.1)
  );
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.about-us .image-bg:hover::after {
  opacity: 1;
}

/* Right Content Area */
.about-us .abut-yoiu {
  flex: 1 1 50%;
  background-color: #fff;
  border-radius: 16px;
  padding: 50px 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
}

/* Title Styling */
.about-us .abut-yoiu h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #003b56;
  margin-bottom: 15px;
  position: relative;
}

.about-us .abut-yoiu h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background: #00ab97;
  bottom: -8px;
  left: 0;
  border-radius: 2px;
}

/* Paragraph Styling */
.about-us .abut-yoiu p {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-top: 25px;
  letter-spacing: 0.3px;
}

/* Button (Optional CTA) */
.about-us .abut-yoiu .btn {
  display: inline-block;
  margin-top: 30px;
  background: #00ab97;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-us .abut-yoiu .btn:hover {
  background: #008f80;
  transform: translateY(-2px);
}

/* ======================================
   Responsive Styles
====================================== */

/* Tablets */
@media (max-width: 992px) {
  .about-us {
    flex-direction: column;
    padding: 60px 40px;
  }

  .about-us .image-bg,
  .about-us .abut-yoiu {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .about-us .abut-yoiu {
    padding: 40px 30px;
  }

  .about-us .image-bg {
    min-height: 320px;
  }
}

/* Mobiles */
@media (max-width: 600px) {
  .about-us {
    padding: 50px 25px;
  }

  .about-us .abut-yoiu h2 {
    font-size: 26px;
  }

  .about-us .abut-yoiu p {
    font-size: 14.5px;
  }

  .about-us .abut-yoiu .btn {
    padding: 10px 22px;
    font-size: 14px;
  }

  .about-us .image-bg {
    min-height: 250px;
    border-radius: 12px;
  }
}



/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center; }
  .gallery-filter .btn {
    background-color: #FFF; }

.gallery {
  padding: 80px 50px;
  background-color: #FAFAFA; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 50px 10px; } }

.gallery-title {
  font-size: 36px;
  color: #00ab9f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #00ab9f; }

.filter-button {
  font-size: 18px;
  border: 1px solid #00ab9f;
  border-radius: 5px;
  text-align: center;
  color: #00ab9f;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #00ab9f;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #00ab9f; }

.btn-default:active .filter-button:active {
  background-color: #00ab9f;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

/* ===================================== Fooer CSS ================================== */
.footer {
  padding: 80px 50px;
  padding: 30px;
  padding-bottom: 0px;
  background-color: #444;
  color: #FFF; }
  @media screen and (max-width: 940px) {
    .footer {
      padding: 50px 10px; } }
  .footer h2 {
    font-size: 26px;
    margin-top: 10px; }
  .footer p {
    text-align: justify;
    text-indent: 20px; }
  .footer .link-list li {
    padding: 10px;
    border-bottom: 1px solid #6C6C6C; }
    .footer .link-list li a {
      color: #FFF; }
    .footer .link-list li i {
      float: right; }
  .footer .map-img {
    font-weight: 600;
    font-size: 17px;
    padding-left: 20px; }
  .footer address a {
    color: #FFF; }

.copy {
  padding: 20px;
  background-color: #2E2E2E;
  color: #FFF; }
  .copy a {
    color: #FFF; }
  .copy span {
    float: right; }
    .copy span i {
      margin-right: 20px; }

.kf-2 {
  background-color: #FCFCFC;
  padding: 80px 50px; }
  @media screen and (max-width: 940px) {
    .kf-2 {
      padding: 50px 10px; } }
  .kf-2 .single-key {
    box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }

/*# sourceMappingURL=style.css.map */
/**Whats app button*/

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 25px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: all 0.3s ease;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    background-color: #1ebe5d;
    color: #fff;
}
.whatsapp-float i {
    vertical-align: middle;
}

/* Tooltip text */
.whatsapp-tooltip {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #25d366;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

/* Small triangle pointer */
.whatsapp-tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #25d366;
}

/* Show tooltip on hover */
.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    visibility: visible;
    right: 80px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 25px;
        line-height: 50px;
    }
    .whatsapp-tooltip {
        font-size: 12px;
        right: 60px;
    }
}

@media (max-width: 480px) {
    .whatsapp-float {
        width: 45px;
        height: 45px;
        bottom: 15px;
        right: 15px;
        font-size: 22px;
        line-height: 45px;
    }
    .whatsapp-tooltip {
        display: none; 
        /* hides tooltip on very small screens for clarity */
    }
}
/**Google map**/
.map-section {
    background: #4a4949;
    padding: 40px 0;
    text-align: center;
}
.map-section h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
.map-container {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
/*=========================navbarlogo========================**/
/* Logo container */
/* Logo image styling */
.navbar-logo-img {
  height: 45px;          /* Adjust logo size */
  width: auto;           /* Maintain aspect ratio */
  border-radius: 50%;    /* Optional for round logo */
  object-fit: contain;
  margin-right: 8px;
  transition: transform 0.3s ease-in-out;
}

/* Logo hover effect */
.navbar-logo-img:hover {
  transform: scale(1.05);
}

/* Logo text */
.logo-text {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
/*===========================Doctor-about-section=======================*/
  /* Doctor Section Styling */
      .doctor-section {
        background: #f8f9fa;
        padding: 60px 0;
      }
      .doctor-section .doctor-img {
        width: 200px;
        height: 250px;
        border-radius: 50%;
        object-fit: cover;
        border: 5px solid #0d6efd;
        transition: transform 0.3s ease;
      }
      .doctor-section .doctor-img:hover {
        transform: scale(1.05);
      }
      .doctor-section h2 {
        font-weight: 700;
        color: #0d6efd;
      }
      .doctor-section h5 {
        margin-top: 15px;
        font-weight: 600;
      }
      .doctor-section p {
        color: #555;
      }
/*======================google translator========================*/
/* Floating button style */
  .translate-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    background: #ffea00;
    color: #fff;
    padding: 10px 14px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .translate-float:hover {
    background: #0056b3;
    transform: scale(1.05);
  }

  /* Make the Google Translate dropdown look cleaner */
  .goog-te-banner-frame.skiptranslate,
  .goog-te-gadget-icon {
    display: none !important;
  }
  body {
    top: 0px !important;
  }
  .goog-te-gadget-simple {
    background-color: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
  }
  /***GOOGLE REVIEW-CTA------***/
  .google-reviews-section {
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
}

.google-reviews-section h2 {
  font-weight: 600;
  color: #2c3e50;
}

.google-review-box iframe {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.btn-success {
  border-radius: 50px;
  padding: 10px 24px;
  font-weight: 500;
}
/***icon-small--**/
.icon-small {
  width: 25%;
  height: auto;
  vertical-align: middle;
  margin-right: 6px;
 
  /* gives soft teal tint like #00ab97 */
  transition: all 0.3s ease;
}


