body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #00c6a9;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
}

.header_section .header_top {
  padding: 15px 0;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #555555;
}

.header_section .header_top .contact_nav a i {
  color: #00c6a9;
}

.header_section .header_bottom {
  background-color: #00c6a9;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  background-color: #ffffff;
  padding: 15px 35px;
}

.navbar-brand img {
  width: 55px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #252525;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #252525;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding-top: 45px;
  padding-bottom: 75px;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.play_btn button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  background: #12c7b5;
  color: #fff;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(18, 199, 181, .3);
  transition: .3s;
}

.play_btn button:hover {
  transform: scale(1.08);
  background: #0fb7a5;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.play_btn i {
  animation: heartbeat 1.5s infinite;
}

.slider_section .detail-box {
  color: #252525;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.slider_section .detail-box h1 span {
  color: #00c6a9;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #252525;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: #0c0c0c;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
  height: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 3;
}

.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #00c6a9;
  opacity: 1;
}

.slider_section .carousel_btn-box .carousel-control-prev img,
.slider_section .carousel_btn-box .carousel-control-next img {
  width: 10px;
}

.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #252525;
}

.book_section h4 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 35px;
}

.book_section h4 span {
  color: #00c6a9;
}

.book_section h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 2px;
  background-color: #00c6a9;
}

.book_section form {
  padding: 35px 45px;
  -webkit-box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.07);
}

.book_section form label {
  color: #000000;
}

.book_section form .form-control {
  width: 100%;
  background-color: transparent;
  border: 1px solid #00c6a9;
  height: 45px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  padding: 0 15px;
}

.book_section form .form-control::-webkit-input-placeholder {
  color: #00c6a9;
}

.book_section form .form-control:-ms-input-placeholder {
  color: #00c6a9;
}

.book_section form .form-control::-ms-input-placeholder {
  color: #00c6a9;
}

.book_section form .form-control::placeholder {
  color: #00c6a9;
}

.book_section form #inputDate {
  color: #00c6a9;
}

.book_section form #inputDate input {
  color: #00c6a9;
}

.book_section form button.btn {
  background-color: #252525;
  color: #ffffff;
  padding: 10px 45px;
  border-radius: 5px;
  margin-top: 10px;
  text-transform: uppercase;
}

.book_section .date_icon {
  right: 10px;
  height: 100%;
  position: absolute;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00c6a9;
}

.book_section .nice-select:after {
  content: "\f107";
  font-family: FontAwesome;
  border: none;
  width: auto;
  height: auto;
  -webkit-transform: none;
          transform: none;
  top: 7px;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.book_section .nice-select.open:after {
  content: "\f106";
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
}

.about_section .detail-box p {
  color: #999;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #252525;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #0c0c0c;
}

.treatment_section {
  position: relative;
}

.treatment_section .side_img {
  position: absolute;
  right: 15px;
  width: 175px;
  height: auto;
  bottom: 125px;
}

.treatment_section .side_img img {
  width: 100%;
}

.treatment_section .heading_container h2 {
  text-transform: none;
}

.treatment_section .box {
  margin-top: 45px;
}

.treatment_section .box .img-box {
  width: 65px;
}

.treatment_section .box .img-box img {
  width: 100%;
}

.treatment_section .box .detail-box {
  margin-top: 15px;
}

.treatment_section .box .detail-box h4 {
  font-weight: bold;
}

.treatment_section .box .detail-box a {
  text-transform: uppercase;
  color: #00c6a9;
}

.treatment_section .box .detail-box a:hover {
  color: #252525;
}

.team_section {
  background-color: #00c6a9;
}

.team_section .heading_container {
  margin-bottom: 45px;
}

.team_section .heading_container h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.team_section .heading_container h2 span {
  color: #ffffff;
}

.team_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #ffffff));
  background: linear-gradient(to bottom, transparent 10%, #ffffff 10%);
}

.team_section .box .img-box img {
  width: 100%;
}

.team_section .box .detail-box {
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team_section .box .detail-box h5 {
  font-weight: bold;
}

.team_section .box .detail-box h6 {
  color: #00c6a9;
}

.team_section .box .detail-box .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_section .box .detail-box .social_box a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  margin: 0 2.5px;
  color: #000000;
}

.team_section .team_carousel {
  margin-top: 45px;
  padding: 0 45px;
}

.team_section .team_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.team_section .team_carousel .owl-nav button {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 28px;
  font-weight: bold;
}

.team_section .team_carousel .owl-nav button:hover {
  background-color: #252525;
  color: #ffffff;
}

.team_section .team_carousel .owl-nav button.owl-prev {
  left: -25px;
}

.team_section .team_carousel .owl-nav button.owl-next {
  right: -25px;
}

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}

.client_section .box {
  margin: 15px 45px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: 600;
  color: #00c6a9;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #bfc0c0;
  font-weight: normal;
  font-size: 15px;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 125px;
  background-color: #00c6a9;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 45px;
}

.contact_section .form_container input {
  width: 100%;
  border: 1px solid #00c6a9;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #00c6a9;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #00c6a9;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #00c6a9;
}

.contact_section .form_container input::placeholder {
  color: #00c6a9;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 65px;
  background-color: #00c6a9;
  color: #ffffff;
  border-radius: 0;
  font-weight: bold;
}

.contact_section .form_container button:hover {
  background-color: #00937d;
}

.contact_section .img-box img {
  width: 100%;
}

.info_section {
  background-color: #252525;
  color: #ffffff;
}

.info_section .info_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_top .info_logo {
  margin-right: 45px;
}

.info_section .info_top .info_logo a {
  display: block;
  background-color: #ffffff;
  padding: 20px 35px;
}

.info_section .info_top .info_logo a img {
  width: 55px;
}

.info_section .info_form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 15px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.info_section .info_form form input {
  background-color: transparent;
  padding: 5px 0;
  outline: none;
  width: 100%;
  min-width: 100%;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
}

.info_section .info_form form input::-webkit-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input:-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::-ms-input-placeholder {
  color: #9c9c9c;
}

.info_section .info_form form input::placeholder {
  color: #9c9c9c;
}

.info_section .info_form form button {
  background-color: transparent;
  color: #00c6a9;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
  outline: none;
  border: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.info_section h5 {
  text-transform: uppercase;
  position: relative;
  padding-left: 20px;
  margin-bottom: 25px;
}

.info_section h5:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #00c6a9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
}

.info_section .info_links .info_links_menu a:not(:nth-last-child(1)) {
  margin-bottom: 10px;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #00c6a9;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  width: 65px;
  min-width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  margin-right: 10px;
}

.info_section .info_post .post_box .img-box img {
  width: 55px;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  margin-right: 5px;
  width: 25px;
}

.info_section .info_contact a:hover p {
  color: #ffffff;
}

.info_section .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00c6a9;
  font-size: 24px;
  margin-right: 10px;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #252525;
  text-align: center;
}

.footer_section p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.heart {
  color: #ff1744;
  display: inline-block;
  animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  10% {
    transform: scale(1.25);
  }

  20% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.25);
  }

  40% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}
/* ==========================
   Premium Footer Social Icons
   ========================== */

.footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding: 0;
  list-style: none;
}

.footer-social li {
  position: relative;
}

/* Tooltip */

.footer-social li::after {

  content: attr(data-tooltip);

  position: absolute;

  left: 50%;
  top: -45px;

  transform: translateX(-50%) translateY(10px);

  padding: 6px 12px;

  font-size: 13px;

  color: #fff;

  background: var(--bg);

  border-radius: 30px;

  white-space: nowrap;

  opacity: 0;

  visibility: hidden;

  transition: .35s;
}

.footer-social li:hover::after {

  opacity: 1;

  visibility: visible;

  transform: translateX(-50%) translateY(0);

}

/* Circle */

.footer-social a {

  width: 48px;
  height: 48px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 50%;

  position: relative;

  overflow: hidden;

  text-decoration: none;

  color: #ffffff;

  border: 2px solid rgba(255, 255, 255, .15);

  background: rgba(255, 255, 255, .05);

  backdrop-filter: blur(8px);

  transition: .35s cubic-bezier(.175, .885, .32, 1.275);

  box-shadow:
    0 8px 18px rgba(0, 0, 0, .25);

}

/* Icon */

.footer-social i {

  font-size: 20px;

  position: relative;

  z-index: 2;

  transition: .35s;

}

/* Sliding Brand Color */

.footer-social a::before {

  content: "";

  position: absolute;

  inset: 100% 0 0;

  background: var(--bg);

  transition: .35s;

}

/* Hover */

.footer-social a:hover {

  transform:
    translateY(-8px) scale(1.08);

  border-color: transparent;

  box-shadow:
    0 15px 30px rgba(0, 198, 184, .35);

}

.footer-social a:hover::before {

  inset: 0;

}

.footer-social a:hover i {

  color: #fff;

  transform: scale(1.15);

}

/* Active Click */

.footer-social a:active {

  transform:
    translateY(-3px) scale(.95);

}

/* Responsive */

@media(max-width:576px) {

  .footer-social {

    justify-content: center;

    gap: 12px;

  }

  .footer-social a {

    width: 42px;
    height: 42px;

  }

  .footer-social i {

    font-size: 18px;

  }

}

.icon-box {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #e9fffc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .35s ease;
}

.icon-box i {
  font-size: 40px;
  color: #00c6a9;
  transition: .35s ease;
}

.box {
  text-align: center;
  padding: 35px 25px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  transition: .35s;
  height: 100%;
}

.box:hover {
  transform: translateY(-8px);
}

.box:hover .icon-box {
  background: #00c6a9;
}

.box:hover .icon-box i {
  color: #fff;
}

.detail-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
}

.detail-box p {
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.detail-box a {
  display: inline-block;
  margin-top: 15px;
  color: #00c6a9;
  font-weight: 600;
  text-decoration: none;
}

.detail-box a:hover {
  color: #009e88;
}
/*==========================
      FAQ SECTION
==========================*/

.faq_section {
  background: #f7fffd;
  padding: 90px 0;
}

.title {
  text-align: center;
  margin-bottom: 60px;
}

.title span {
  color: #00c6a9;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.title h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 15px 0;
  color: #222;
}

.title p {
  color: #777;
  max-width: 700px;
  margin: auto;
}

.section-center {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.question {

  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;

  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);

  transition: .35s;
}

.question:hover {
  transform: translateY(-5px);
}

.question-title {

  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 22px 28px;
}

.question-title p {

  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

.question-title p i {

  color: #00c6a9;
  margin-right: 12px;
  width: 22px;
}

.question-btn {

  border: none;
  background: none;

  font-size: 26px;

  color: #00c6a9;

  cursor: pointer;

  transition: .3s;
}

.question-btn:hover {

  transform: rotate(180deg);

}

.question-answer {

  display: none;

  padding: 0 28px 25px;

  border-top: 1px solid #eee;

  animation: fade .35s ease;
}

.question-answer p {

  margin-top: 20px;

  line-height: 1.8;

  color: #666;
}

.show-text .question-answer {

  display: block;

}

.minus-icon {

  display: none;

}

.show-text .minus-icon {

  display: inline;

}

.show-text .plus-icon {

  display: none;

}

.show-text {

  border-left: 6px solid #00c6a9;

}

@keyframes fade {

  from {

    opacity: 0;
    transform: translateY(-10px);

  }

  to {

    opacity: 1;
    transform: translateY(0);

  }

}

@media(max-width:768px) {

  .title h2 {

    font-size: 32px;

  }

  .question-title {

    padding: 18px;

  }

  .question-title p {

    font-size: 16px;

  }

}

/*==================================================
            PREMIUM SCHEDULE SECTION
==================================================*/

.schedule_section {
  padding: 90px 0;
  background: linear-gradient(to bottom, #f7fcfc, #ffffff);
}

.schedule-heading {
  text-align: center;
  margin-bottom: 60px;
}

.schedule-subtitle {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  background: #e8fbfa;
  color: #16c6c0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.schedule-heading h2 {
  font-size: 48px;
  font-weight: 800;
  color: #163a52;
  margin-bottom: 20px;
}

.schedule-heading h2 span {
  color: #16c6c0;
}

.schedule-heading p {
  max-width: 720px;
  margin: auto;
  color: #6c757d;
  font-size: 17px;
}


/*--------------------------------------------------
   Alternating Day Group Row Colors - Desktop
--------------------------------------------------*/

.schedule-table tbody tr.day-group-even {
  background-color: #ffffff;
}

.schedule-table tbody tr.day-group-odd {
  background-color: #f2faf9;
}

.schedule-table tbody tr:hover {
  background-color: #e3f8f6 !important;
}

.schedule-day-cell {
  vertical-align: middle !important;
  text-align: center;
  border-right: 2px solid #dff2f0;
  background: inherit;
  padding: 20px 15px !important;
}

.day-group-even .schedule-day-cell {
  background-color: #ffffff;
}

.day-group-odd .schedule-day-cell {
  background-color: #f2faf9;
}


/*--------------------------------------------------
   Day Badges
--------------------------------------------------*/

.day-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: linear-gradient(135deg, #163a52, #102a3c);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 30px;
  box-shadow: 0 4px 12px rgba(22, 58, 82, 0.15);
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.day-badge.muted-day {
  background: #e9ecef;
  color: #6c757d;
  box-shadow: none;
}

.mobile-day-header {
  display: none;
}

.text-teal {
  color: #16c6c0;
}


/*--------------------------------------------------
   Table & Elements
--------------------------------------------------*/

.schedule-table-wrapper {
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  overflow: hidden;
}

.schedule-table {
  border: none;
  margin-bottom: 0;
  width: 100%;
}

.schedule-table thead {
  background: linear-gradient(135deg, #16c6c0, #11998e);
}

.schedule-table thead th {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 20px;
  border: none;
  text-align: center;
  letter-spacing: 0.5px;
}

.schedule-table td {
  padding: 18px 20px;
  text-align: center;
  vertical-align: middle;
  border-color: #e8f4f3;
}

.hospital-name {
  font-weight: 700;
  color: #163a52;
  font-size: 15px;
}

.time-slot {
  color: #444;
  font-weight: 600;
  font-size: 14px;
}

.patient-capacity {
  font-weight: 600;
  color: #163a52;
}


/*--------------------------------------------------
   Status Badges
--------------------------------------------------*/

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

.status.available {
  background: #e7fff4;
  color: #18a957;
  border: 1px solid #b7f1d2;
  animation: pulse 2s infinite;
}

.status.unavailable {
  background: #fff0f0;
  color: #d9534f;
  border: 1px solid #f9c6c6;
}


/*--------------------------------------------------
   Pulse Animation
--------------------------------------------------*/

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(24, 169, 87, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(24, 169, 87, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(24, 169, 87, 0);
  }
}


/*--------------------------------------------------
   Booking Button
--------------------------------------------------*/

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 40px;
  background: linear-gradient(135deg, #16c6c0, #11998e);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
  white-space: nowrap;
  border: none;
}

.book-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 255, 255, 0.4),
      transparent);
  transition: 0.7s;
}

.book-btn:hover:before {
  left: 120%;
}

.book-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(22, 198, 192, 0.35);
  color: #ffffff;
  text-decoration: none;
}


/*==================================================
        MOBILE CARD VIEW (MAX WIDTH: 767px)
==================================================*/

@media (max-width: 767px) {

  /*-----------------------------------------------
     SECTION SPACING
  -----------------------------------------------*/

  .schedule_section {
    padding: 35px 12px;
    overflow-x: hidden;
  }

  .schedule-heading {
    margin-bottom: 25px;
    padding: 0 5px;
  }

  .schedule-heading h2 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 12px;
  }

  .schedule-heading p {
    font-size: 14px;
    line-height: 1.6;
  }

  .schedule-subtitle {
    font-size: 10px;
    padding: 7px 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }


  /*-----------------------------------------------
     TABLE CONTAINERS
  -----------------------------------------------*/

  .schedule-table-wrapper {
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    overflow: visible !important;
  }

  .schedule-table thead {
    display: none;
  }

  .schedule-table,
  .schedule-table tbody {
    display: block;
    width: 100%;
  }


  /*-----------------------------------------------
     HIDE EXTERNAL DAY HEADERS
  -----------------------------------------------*/

  .mobile-day-header {
    display: none !important;
  }

  .schedule-day-cell {
    display: none !important;
  }


  /*-----------------------------------------------
     MOBILE CARD STYLING
  -----------------------------------------------*/

  .schedule-table tbody tr {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;

    margin: 0 0 20px 0;
    padding: 20px;

    border-radius: 20px;
    border: 1px solid #e1f0ef;

    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);

    position: relative;
    overflow: hidden;
  }

  .schedule-table tbody tr:hover {
    background-color: #ffffff !important;
  }


  /*-----------------------------------------------
     MOBILE TABLE CELLS
  -----------------------------------------------*/

  .schedule-table tbody tr td {
    display: flex !important;
    width: 100% !important;
    max-width: 100%;

    box-sizing: border-box;

    align-items: center;
    justify-content: space-between;

    gap: 10px;
    padding: 12px 0;

    text-align: right;

    border: none;
    border-bottom: 1px dashed #e8f4f3;

    font-size: 13px;
    vertical-align: middle;
  }


  /*-----------------------------------------------
     MOBILE CARD INTERNAL DAY BADGE
  -----------------------------------------------*/

  .schedule-table tbody tr td.mobile-card-day-cell {
    display: block !important;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #e8f4f3;
    text-align: left;
  }


  /*-----------------------------------------------
     MOBILE LABELS & VALUES
  -----------------------------------------------*/

  .schedule-table td[data-label]::before {
    content: attr(data-label);

    flex: 0 0 auto;

    color: #163a52;

    font-weight: 700;
    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    text-align: left;
  }

  .schedule-table td[data-label]>* {
    min-width: 0;
    max-width: 68%;

    box-sizing: border-box;

    text-align: right;

    overflow-wrap: anywhere;
    word-break: normal;
  }


  /*-----------------------------------------------
     HOSPITAL NAME
  -----------------------------------------------*/

  .schedule-table td[data-label="Hospital"] .hospital-name {
    font-size: 14px;
    line-height: 1.45;

    color: #163a52;

    font-weight: 700;

    text-align: right;

    overflow-wrap: anywhere;
  }


  /*-----------------------------------------------
     CONSULTATION TIME
  -----------------------------------------------*/

  .schedule-table td[data-label="Consultation Time"] .time-slot {
    font-size: 13px;
    line-height: 1.45;

    text-align: right;

    white-space: normal;

    overflow-wrap: anywhere;
  }


  /*-----------------------------------------------
     PATIENTS
  -----------------------------------------------*/

  .schedule-table td[data-label="Patients"] .patient-capacity {
    font-size: 13px;
    white-space: nowrap;
    text-align: right;
  }


  /*-----------------------------------------------
     STATUS
  -----------------------------------------------*/

  .schedule-table td[data-label="Status"] .status {
    padding: 7px 14px;

    font-size: 12px;

    gap: 6px;

    white-space: nowrap;

    box-sizing: border-box;
  }


  /*-----------------------------------------------
     APPOINTMENT BUTTON
  -----------------------------------------------*/

  .schedule-table td[data-label="Appointment"] {
    display: block !important;

    width: 100% !important;

    padding-top: 14px;
    padding-bottom: 0;

    border-bottom: none;

    text-align: left;
  }

  .schedule-table td[data-label="Appointment"]::before {
    display: block;

    width: 100%;

    margin-bottom: 8px;

    text-align: left;

    font-size: 11px;
  }

  .schedule-table td[data-label="Appointment"] .book-btn {
    display: flex;

    width: 100%;
    max-width: 100%;

    min-height: 46px;

    box-sizing: border-box;

    padding: 12px;

    font-size: 13px;

    line-height: 1.3;

    white-space: normal;

    text-align: center;

    border-radius: 30px;
  }


  /*-----------------------------------------------
     NO CLINIC
  -----------------------------------------------*/

  .schedule-table td.no-clinic-cell {
    display: block !important;

    width: 100% !important;

    padding: 18px 0;

    text-align: center !important;

    border-bottom: none;
  }

  .schedule-table td.no-clinic-cell::before {
    display: none;
  }


  /*-----------------------------------------------
     DISABLED BUTTON
  -----------------------------------------------*/

  .book-btn.disabled {
    opacity: 0.65;
    cursor: not-allowed;
  }

}


/*==================================================
        SMALL PHONES (MAX WIDTH: 480px)
==================================================*/

@media (max-width: 480px) {

  .schedule_section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .schedule-heading h2 {
    font-size: 26px;
  }

  .schedule-heading p {
    font-size: 13px;
  }

  .schedule-table tbody tr {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .schedule-table tbody tr td {
    gap: 8px;
    padding: 10px 0;
  }

  .schedule-table td[data-label]::before {
    font-size: 10px;
  }

  .schedule-table td[data-label]>* {
    max-width: 65%;
  }

  .schedule-table td[data-label="Hospital"] .hospital-name {
    font-size: 13px;
  }

  .schedule-table td[data-label="Consultation Time"] .time-slot {
    font-size: 12px;
  }

  .schedule-table td[data-label="Patients"] .patient-capacity {
    font-size: 12px;
  }

  .schedule-table td[data-label="Status"] .status {
    padding: 6px 12px;
    font-size: 11px;
  }

  .schedule-table td[data-label="Appointment"] .book-btn {
    font-size: 12px;
    min-height: 44px;
  }

}


/*==================================================
        VERY SMALL PHONES (MAX WIDTH: 380px)
==================================================*/

@media (max-width: 380px) {

  .schedule_section {
    padding-left: 6px;
    padding-right: 6px;
  }

  .schedule-heading h2 {
    font-size: 24px;
  }

  .schedule-subtitle {
    font-size: 9px;
    padding: 6px 12px;
  }

  .schedule-table tbody tr {
    padding: 14px 12px;
    border-radius: 14px;
  }

  .schedule-table td[data-label]>* {
    max-width: 63%;
  }

  .schedule-table td[data-label="Hospital"] .hospital-name {
    font-size: 12px;
  }

  .schedule-table td[data-label="Consultation Time"] .time-slot {
    font-size: 11px;
  }

  .schedule-table td[data-label="Appointment"] .book-btn {
    font-size: 11px;
    min-height: 42px;
  }

}



/*==================================
      CUSTOM FILE BUTTON
==================================*/

.upload-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

#uploadBtn {
  background: linear-gradient(135deg, #16c6c0, #11998e);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-weight: 700;
  transition: .3s;
  cursor: pointer;
}

#uploadBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(22, 198, 192, .25);
}

#uploadStatus {
  color: #6c757d;
  font-weight: 600;
}

/* Hide Django input */
#id_medical_documents {
  display: none;
}

/*==================================
      FILE PREVIEW
==================================*/

.file-preview-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #e7f4f4;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .05);
  transition: .3s;
  position: relative;
}

.file-preview-card:hover {
  transform: translateY(-4px);
}

.file-preview-card i {
  font-size: 34px;
  color: #16c6c0;
  margin-bottom: 10px;
}

.file-name {
  font-weight: 600;
  color: #163a52;
  word-break: break-word;
}

.file-size {
  font-size: 13px;
  color: #888;
}

.remove-file {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #dc3545;
  color: #fff;
  cursor: pointer;
}

.remove-file:hover {
  background: #b02a37;
}

#file-inputs-container input[type=file] {
  display: none;
}

/* Container Wrapper */
.doctor-notice-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  margin: 20px 0 40px;
}

/* Card Styling (3D Curved Border Look) */
.doctor-notice-card {
  position: relative;
  background: #ffffff;
  max-width: 680px;
  width: 100%;
  padding: 40px 45px 30px;
  border-radius: 28px;
  border: 4px solid #f2f5f8;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.02);
  text-align: center;
}

/* Floating Megaphone Badge (Teal Theme) */
.notice-icon-badge {
  position: absolute;
  top: -28px;
  left: 40px;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #00c6bd 0%, #00a8a0 100%);
  color: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 10px 20px rgba(0, 198, 189, 0.35);
  transform: rotate(-8deg);
}

/* Header Elements */
.notice-subtitle {
  display: inline-block;
  color: #00c6bd;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.notice-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2b2b2b;
  margin: 0;
}

.notice-divider {
  width: 50px;
  height: 3px;
  background: #00c6bd;
  margin: 15px auto 25px;
  border-radius: 2px;
}

/* Body Content */
.notice-body {
  font-size: 1.05rem;
  color: #4a4a4a;
  line-height: 1.65;
}

.notice-body p {
  margin-bottom: 12px;
}

.notice-body strong {
  color: #1a1a1a;
  font-weight: 700;
}

.absence-custom-message {
  color: #555555;
  font-style: normal;
}

.resume-text strong {
  color: #00c6bd;
}

/* Footer Element */
.notice-footer {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px inline-block #f0f0f0;
  font-size: 0.9rem;
  color: #888888;
}

/* Mobile Responsiveness */
@media (max-width: 576px) {
  .doctor-notice-card {
    padding: 35px 20px 25px;
    border-radius: 20px;
  }

  .notice-icon-badge {
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
    top: -25px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .notice-title {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/* =====================================
   DR ONDARI CHATBOT
===================================== */

.chat-button {
  position: fixed;
  right: 25px;
  bottom: 25px;

  width: 62px;
  height: 62px;

  background: #00c6a9;
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 25px;

  cursor: pointer;

  box-shadow: 0 8px 25px rgba(0, 198, 169, 0.35);

  z-index: 9999;

  transition: 0.3s ease;
}

.chat-button:hover {
  transform: scale(1.08);
  background: #00b398;
}


/* Chat box */

.chat-box {
  position: fixed;

  right: 25px;
  bottom: 100px;

  width: 360px;
  max-width: calc(100% - 30px);

  height: 520px;

  background: #fff;

  border-radius: 18px;

  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.18);

  overflow: hidden;

  z-index: 9998;

  display: none;

  flex-direction: column;
}


/* Show chat */

.chat-box.active {
  display: flex;
}


/* Header */

.chat-header {

  background: #00c6a9;

  color: #fff;

  padding: 18px;

  display: flex;

  align-items: center;

  justify-content: space-between;
}

.chat-header div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-header i {
  font-size: 20px;
}

.chat-header span {
  font-weight: 600;
  font-size: 16px;
}

#chat-close {

  background: transparent;

  border: none;

  color: #fff;

  font-size: 20px;

  cursor: pointer;
}


/* Messages */

.chat-messages {

  flex: 1;

  padding: 20px;

  overflow-y: auto;

  background: #f7fffd;
}


/* Bot message */

.bot-message {

  background: #fff;

  color: #444;

  padding: 13px 15px;

  border-radius: 5px 15px 15px 15px;

  box-shadow: 0 3px 10px rgba(0, 0, 0, .06);

  font-size: 14px;

  line-height: 1.6;

  margin-bottom: 15px;

  max-width: 90%;
}


/* User message */

.user-message {

  background: #00c6a9;

  color: #fff;

  padding: 12px 15px;

  border-radius: 15px 15px 5px 15px;

  margin: 10px 0 10px auto;

  max-width: 85%;

  font-size: 14px;

  line-height: 1.5;
}


/* Quick buttons */

.quick-options {

  display: flex;

  flex-direction: column;

  gap: 8px;
}

.quick-options button {

  background: #fff;

  border: 1px solid #e1eeee;

  border-radius: 10px;

  padding: 11px;

  text-align: left;

  color: #333;

  cursor: pointer;

  font-size: 13px;

  transition: .3s;
}

.quick-options button i {

  color: #00c6a9;

  margin-right: 7px;
}

.quick-options button:hover {

  background: #00c6a9;

  color: #fff;
}

.quick-options button:hover i {

  color: #fff;
}


/* Input */

.chat-input {

  display: flex;

  padding: 12px;

  background: #fff;

  border-top: 1px solid #eee;
}

.chat-input input {

  flex: 1;

  border: 1px solid #ddd;

  border-radius: 25px;

  padding: 12px 15px;

  outline: none;

  font-size: 14px;
}

.chat-input input:focus {

  border-color: #00c6a9;
}

.chat-input button {

  width: 45px;

  height: 45px;

  margin-left: 8px;

  border: none;

  border-radius: 50%;

  background: #00c6a9;

  color: #fff;

  cursor: pointer;
}


/* Mobile */

@media (max-width: 576px) {

  .chat-box {

    right: 10px;
    bottom: 85px;

    width: calc(100% - 20px);

    height: 70vh;
  }

  .chat-button {

    right: 15px;
    bottom: 15px;
  }

}
/* Chat button */
.chat-button {
  position: fixed;
  right: 25px;
  bottom: 25px;

  width: 62px;
  height: 62px;

  background: #00c6a9;
  color: #fff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  z-index: 9999;

  box-shadow: 0 8px 25px rgba(0, 198, 169, 0.35);

  transition: all 0.3s ease;
}

.chat-button i {
  font-size: 25px;
}


/* "Chat with us" label */
.chat-button::before {
  content: "Chat with us";

  position: absolute;

  right: 72px;
  top: 50%;

  transform: translateY(-50%);

  background: #222;
  color: #fff;

  padding: 9px 15px;

  border-radius: 20px;

  font-size: 13px;
  font-weight: 600;

  white-space: nowrap;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.18);

  opacity: 1;

  transition: all 0.3s ease;
}


/* Small arrow pointing toward the chat button */
.chat-button::after {
  content: "";

  position: absolute;

  right: 64px;
  top: 50%;

  transform: translateY(-50%);

  border-width: 6px 0 6px 7px;
  border-style: solid;

  border-color: transparent transparent transparent #222;

  opacity: 1;
}


/* Hover effect */
.chat-button:hover {
  transform: scale(1.08);

  box-shadow: 0 10px 30px rgba(0, 198, 169, 0.45);
}

.chat-button:hover::before {
  background: #00c6a9;
}

.chat-button:hover::after {
  border-left-color: #00c6a9;
}


/* Mobile */
@media (max-width: 576px) {

  .chat-button {
    right: 15px;
    bottom: 15px;

    width: 58px;
    height: 58px;
  }

  .chat-button::before {
    right: 68px;
    font-size: 12px;
    padding: 8px 12px;
  }

  .chat-button::after {
    right: 60px;
  }
}
.chat-button::before {
  content: "Chat with us";
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%);

  background: #fff;
  color: #222;

  padding: 9px 15px;
  border-radius: 18px;

  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}


/* =========================================================
   MODERN ABOUT SECTION
========================================================= */

.about-modern {
  position: relative;
  background: #ffffff;
  padding: 90px 0;
  overflow: hidden;
}


/* ---------------------------------------------------------
   IMAGE AREA
--------------------------------------------------------- */

.about-image-wrapper {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px 20px 20px 0;
}

.about-image-box {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 6px 70px 6px 70px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

.about-image-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-image-box:hover img {
  transform: scale(1.025);
}


/* Decorative teal shape */

.about-image-accent {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -5px;
  bottom: -5px;
  border-radius: 50%;
  background: rgba(11, 196, 155, 0.10);
  z-index: 1;
}


/* ---------------------------------------------------------
   EXPERIENCE BADGE
--------------------------------------------------------- */

.experience-badge {
  position: absolute;
  z-index: 4;
  left: -5px;
  bottom: 45px;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 16px 22px;

  background: #0f172a;
  color: #ffffff;

  border-left: 4px solid #0bc49b;

  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.20);
}

.experience-number {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: #0bc49b;
}

.experience-text {
  font-size: 0.78rem;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */

.about-content {
  padding-left: 25px;
  max-width: 620px;
}


/* Small heading */

.about-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 12px;

  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  color: #0bc49b;
}

.about-eyebrow span {
  width: 32px;
  height: 2px;
  display: inline-block;
  background: #0bc49b;
}


/* ---------------------------------------------------------
   HEADING
--------------------------------------------------------- */

.about-heading {
  margin-bottom: 20px;
}

.about-heading h2 {
  margin: 0;
  color: #0f172a;
  font-size: 2.45rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.7px;
}

.about-heading h2 span {
  color: #0bc49b;
}


/* Speciality */

.doctor-speciality {
  display: flex;
  align-items: center;
  gap: 9px;

  margin: 10px 0 0;

  color: #475569;
  font-size: 1rem;
  font-weight: 600;
}

.doctor-speciality i {
  color: #0bc49b;
  font-size: 0.95rem;
}


/* ---------------------------------------------------------
   PARAGRAPH
--------------------------------------------------------- */

.about-description {
  position: relative;

  margin-top: 24px;
  padding-left: 22px;

  border-left: 3px solid #0bc49b;
}

.about-description p {
  margin: 0;

  color: #64748b;

  font-size: 1rem;
  line-height: 1.95;
  font-weight: 400;

  letter-spacing: 0.05px;
}


/*
   Make the opening sentence feel stronger.
   This works especially well with the paragraph structure.
*/

.about-description p::first-letter {
  font-size: 1.35em;
  font-weight: 700;
  color: #0bc49b;
}


/* ---------------------------------------------------------
   HIGHLIGHTS
--------------------------------------------------------- */

.about-highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;

  margin-top: 28px;
}

.about-highlight {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 13px 14px;

  background: #f8fafc;
  border: 1px solid #e8eef3;

  transition: all 0.3s ease;
}

.about-highlight:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 196, 155, 0.35);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.07);
}

.highlight-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(11, 196, 155, 0.10);
  color: #0bc49b;

  border-radius: 50%;
}

.highlight-icon i {
  font-size: 16px;
}

.about-highlight strong {
  display: block;

  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 700;
}

.about-highlight span {
  display: block;

  margin-top: 2px;

  color: #64748b;
  font-size: 0.72rem;
}


/* ---------------------------------------------------------
   BUTTON
--------------------------------------------------------- */

.about-action {
  margin-top: 30px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  gap: 13px;

  padding: 13px 21px;

  background: #0f172a;
  color: #ffffff !important;

  border-radius: 3px;

  font-size: 0.88rem;
  font-weight: 700;

  text-decoration: none !important;

  transition: all 0.3s ease;
}

.about-btn i {
  color: #0bc49b;
  transition: transform 0.3s ease;
}

.about-btn:hover {
  background: #0bc49b;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(11, 196, 155, 0.20);
}

.about-btn:hover i {
  color: #ffffff;
  transform: translateX(4px);
}


/* ---------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------- */

@media (max-width: 991px) {

  .about-modern {
    padding: 70px 0;
  }

  .about-content {
    padding-left: 0;
    margin-top: 50px;
    max-width: 100%;
  }

  .about-image-wrapper {
    max-width: 550px;
  }

  .about-heading h2 {
    font-size: 2.2rem;
  }
}


@media (max-width: 767px) {

  .about-modern {
    padding: 55px 0;
  }

  .about-image-wrapper {
    padding-right: 10px;
  }

  .experience-badge {
    left: 5px;
    bottom: 25px;
    padding: 12px 16px;
  }

  .experience-number {
    font-size: 1.6rem;
  }

  .experience-text {
    font-size: 0.68rem;
  }

  .about-content {
    margin-top: 40px;
  }

  .about-heading h2 {
    font-size: 1.9rem;
  }

  .about-description {
    padding-left: 16px;
  }

  .about-description p {
    font-size: 0.95rem;
    line-height: 1.85;
  }

  .about-highlights {
    grid-template-columns: 1fr;
  }

  .about-btn {
    width: 100%;
    justify-content: center;
  }
}


@media (max-width: 480px) {

  .about-image-box {
    border-radius: 4px 45px 4px 45px;
  }

  .about-heading h2 {
    font-size: 1.7rem;
  }

  .about-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 1.5px;
  }
}


/* =========================================================
   HEADER BOOK APPOINTMENT CTA
========================================================= */

.header-book-btn {
  position: relative;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  min-height: 58px;
  padding: 8px 13px 8px 9px;

  background: #0bc49b;
  color: #ffffff !important;

  border: 2px solid #0bc49b;
  border-radius: 50px;

  text-decoration: none !important;

  box-shadow:
    0 8px 22px rgba(11, 196, 155, 0.28);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}


/* Calendar circle */

.header-book-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  color: #0bc49b;

  border-radius: 50%;

  transition: transform 0.3s ease;
}

.header-book-icon i {
  font-size: 17px;
}


/* Text */

.header-book-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  line-height: 1.15;
}

.header-book-text small {
  margin-bottom: 3px;

  color: rgba(255, 255, 255, 0.85);

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.3px;
}

.header-book-text strong {
  color: #ffffff;

  font-size: 13px;
  font-weight: 800;

  white-space: nowrap;
}


/* Arrow */

.header-book-arrow {
  width: 29px;
  height: 29px;
  min-width: 29px;

  display: flex;
  align-items: center;
  justify-content: center;

  margin-left: 2px;

  background: rgba(15, 23, 42, 0.15);

  border-radius: 50%;

  transition: all 0.3s ease;
}

.header-book-arrow i {
  font-size: 11px;
}


/* =========================================================
   HOVER
========================================================= */

.header-book-btn:hover {
  background: #0f172a;
  border-color: #0f172a;

  transform: translateY(-3px);

  box-shadow:
    0 14px 30px rgba(15, 23, 42, 0.25);
}

.header-book-btn:hover .header-book-icon {
  transform: rotate(-8deg) scale(1.08);
}

.header-book-btn:hover .header-book-arrow {
  background: #0bc49b;
  transform: translateX(3px);
}


/* =========================================================
   SUBTLE ATTENTION PULSE
========================================================= */

.header-book-btn::before {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid rgba(11, 196, 155, 0.35);
  border-radius: 55px;

  animation: appointmentPulse 2.8s infinite;

  pointer-events: none;
}

@keyframes appointmentPulse {

  0% {
    opacity: 0;
    transform: scale(0.96);
  }

  30% {
    opacity: 0.7;
  }

  70% {
    opacity: 0;
    transform: scale(1.08);
  }

  100% {
    opacity: 0;
    transform: scale(1.08);
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

  .header-book-btn {
    min-height: 50px;
    padding: 6px 10px 6px 7px;
    gap: 8px;
  }

  .header-book-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .header-book-icon i {
    font-size: 15px;
  }

  .header-book-text small {
    font-size: 8px;
  }

  .header-book-text strong {
    font-size: 11px;
  }

  .header-book-arrow {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
}

/* =========================================================
   WHATSAPP CONTACT BUTTON
   ========================================================= */

.whatsapp-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 7px 12px;

  background: #25D366;
  color: #ffffff !important;

  border-radius: 25px;

  text-decoration: none !important;

  font-size: 13px;
  font-weight: 600;

  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.20);

  transition:
    transform 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}


/* =========================================================
   WHATSAPP ICON
   ========================================================= */

.whatsapp-contact-btn .whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  background: #ffffff;
  color: #25D366;

  border-radius: 50%;

  font-size: 16px;

  flex-shrink: 0;

  transition: transform 0.3s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.whatsapp-contact-btn:hover {
  background: #1ebe5d;

  color: #ffffff !important;

  transform: translateY(-2px);

  box-shadow:
    0 6px 15px rgba(37, 211, 102, 0.30);
}

.whatsapp-contact-btn:hover .whatsapp-icon {
  transform: scale(1.08);
}


/* =========================================================
   ACTIVE
   ========================================================= */

.whatsapp-contact-btn:active {
  transform: translateY(0);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 576px) {

  .whatsapp-contact-btn {
    padding: 7px 11px;
    font-size: 12px;
    gap: 7px;
  }

  .whatsapp-contact-btn .whatsapp-icon {
    width: 24px;
    height: 24px;
    font-size: 15px;
  }

}