@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
  font-family: "georgia";
  src: url(../fonts/georgia.ttf);
}

:root {
  --font-size: 18px;
  --font-family: "Be Vietnam Pro", serif;
  --black-color: #0E0E0E;
  --white-color: #fff;
  --red-color: #E40000;
  --gray: #B5B5B5;
  --blue: #1E9DC1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
}

body {
  font-size: var(--font-size);
  font-family: var(--font-family);
  background-size: cover;
  overflow-x: hidden;
  color: var(--black-color);

}

h2,
h3,
h4,
h5 {
  font-family: "georgia";
}

p {
  font-family: "Nunito", serif;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none !important;
  display: inline-block;
  transition: all .5s ease-in-out;
  font-family: "Nunito", serif;
}

/* .container {
  max-width: 1350px !important;
} */
/* width */
body::-webkit-scrollbar {
  width: 8px;
}

/* Track */
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 1px;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #10c5c6;
  border-radius: 1px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #10c5c6;
}

/* loader styling start  */
/* Loader Styles */
.loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.loader-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* loader styling end  */
/* HEADER START */
header {}

.navbar-brand {
  width: 250px;
}

.menu-br .navbar-brand img {
  max-width: 220px;
  width: 100%;
}

.head-topr {
  background-color: #000000;
  color: #fff;
  padding: 6px 0;
}

.menu-br li a {
  font-size: 16px;
  color: #333;
  border-radius: 50px;
  font-weight: 400;
  padding: 8px 0px !important;
  text-transform: capitalize;
}

.menu-br li a:hover {
  color: #0A374E;
}

.menu-br ul {
  gap: 60px;
}

.order-bt:hover {
  color: #000;
}

.order-bt {
  background-color: rgba(16, 197, 198, 1);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  border-radius: 50px;
}

/* HEADER END */
/* HOME PAGE START */
.all-pd {
  padding-top: 80px;
}

.banr-vid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 710px;
  overflow: hidden;
  z-index: -1;
  min-height: 100vh;
}

.ban-cont {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 9;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ban-cont h2 {
  font-size: 70px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 80px;
  text-shadow: 2px 3px 1px #000;
}

.ban-cont h1 {
  font-size: 70px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 80px;
  text-shadow: 2px 3px 1px #000;
}

.ban-cont p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  line-height: 25px;
  font-family: 'georgia';
  background: #081b2180;
  width: 50%;
  margin: 0 auto;
  border-radius: 5px;
}

.redm:hover {
  color: #ffff;
}

.redm {
  font-size: 19px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  background: #081b21;
  border-radius: 30px;
  padding: 14px 45px;
  font-family: 'georgia';
  display: table;
  max-width: 285px;
  margin: 20px auto 0;
}

.wht-ofr {
  background-image: url(../images/ofer-ban.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}

.team {
  background-image: url(../images/team-ban.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 150px;
  z-index: 9;
}

.team:after {
  position: absolute;
  content: "";
  background-color: #ffffff50;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.we-bx img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.we-bx img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.ofr-hed h2 {
  line-height: 50px;
  color: #ffffff;
  font-size: 50px;
}

.we-bx {
  margin-right: 30px;
}

.we-bx h3 {
  font-size: 24px;
  line-height: 25px;
  color: #ffffff;
  margin: 15px 0;
}

.we-bx p {
  line-height: 22px;
  font-size: 16px;
  color: #ffffff;
}

.mor:hover {
  color: #fff;
  background-color: #019a9b;
}

.mor {
  background-color: #10c5c6;
  color: white;
  padding: 16px 35px;
  text-transform: capitalize;
  font-size: 14px;
  margin-top: 10px;
  border-radius: 35px;
}

.wht-ofr .owl-carousel .owl-nav button.owl-prev,
.wht-ofr .owl-carousel .owl-nav button.owl-next,
.wht-ofr .slick-prev,
.wht-ofr .slick-next {
  z-index: 1;
  width: 46px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: absolute !important;
  top: 50% !important;
  transform: translatey(-50%);
  color: transparent;
}

.wht-ofr .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.wht-ofr .owl-carousel .owl-nav button.owl-next:after,
.wht-ofr .slick-next:after {
  content: '\f061';
  position: absolute;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 25px;
}

.wht-ofr .owl-carousel .owl-nav button.owl-prev:after,
.wht-ofr .slick-prev:after {
  content: '\f060';
  position: absolute;
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 25px;

}

.wht-ofr .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.wht-ofr .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.tem-hed h2 {
  font-size: 50px;
  color: #000000;
  margin-bottom: 37px;
}

.team-all img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 15px;
  object-position: top;
}

.team-all {
  background-color: white;
  box-shadow: 0px 0px 10px 0px #ddd;
  padding: 20px 20px 25px 20px;
  border-radius: 10px !important;
}

.tem-cont {
  height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 20px;
}

.tem-cont::-webkit-scrollbar {
  width: 4px;
}

.tem-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.tem-cont::-webkit-scrollbar-thumb {
  background: #10c5c6;
  border-radius: 10px;
}

.tem-cont::-webkit-scrollbar-thumb:hover {
  background: #04acac;
}

section.inr-banr {
  position: relative;
  min-height: 100vh;
}

/* section.main-ban:after, section.inr-banr::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000005e;
} */
.tem-cont h3 {
  font-size: 29px;
  margin-bottom: 15px;
}

.banr-vid>video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.tem-cont h4 {
  font-size: 20px;
  color: #10c5c6;
  margin-bottom: 15px;
}

.testimonial {
  background-image: url(../images/test-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 150px;
  z-index: 9;
}

.tst-al {
  background-color: #07223e;
  color: #fff;
  padding: 30px 22px;
}

.ts-cont {
  height: 260px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 30px;
  padding: 0 10px;
}

.tst-al h4 {
  font-size: 21px;
  color: #fff;
  margin: 0px;
}

.ts-cont::-webkit-scrollbar {
  width: 4px;
}

.ts-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.ts-cont::-webkit-scrollbar-thumb {
  background: #10c5c6;
  border-radius: 10px;
}

.ts-cont::-webkit-scrollbar-thumb:hover {
  background: #04acac;
}

.testimonial .owl-carousel .owl-nav button.owl-prev,
.testimonial .owl-carousel .owl-nav button.owl-next,
.testimonial .slick-prev,
.testimonial .slick-next {
  z-index: 1;
  width: 46px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: absolute !important;
  top: 50% !important;
  transform: translatey(-50%);
  color: transparent;
}

.testimonial .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.testimonial .owl-carousel .owl-nav button.owl-next:after,
.testimonial .slick-next:after {
  content: '\f061';
  position: absolute;
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px;
}

.testimonial .owl-carousel .owl-nav button.owl-prev:after,
.testimonial .slick-prev:after {
  content: '\f060';
  position: absolute;
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px;

}

.testimonial .owl-carousel .owl-nav button.owl-next {
  right: -48px;
}

.testimonial .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1ec8c9;
}

.testimonial .ofr-hed h2 {
  color: #000;
  margin-bottom: 30px;
}

.commn button {
  background-color: #f9f9f9;
  margin: 10px 0px;
  padding: 17px 30px;
  border-radius: 50px;
  font-size: 21px;
  font-family: 'Nunito';
  font-weight: 600;
}

.question .accordion-item {
  background-color: #fff;
  border-top: 2px solid #0000001b !important;
  border: none;
}

.commn .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.question .accordion-button:not(.collapsed) {
  color: #000 !important;
  border-radius: 50px !important;
  background-color: #f9f9f9 !important;
  box-shadow: none !important;
}

.commn {
  box-shadow: 0px 0px 10px 0px #ddd;
  padding: 40px 70px 30px 30px;
  border-radius: 10px !important;
}

.commn h3 {
  font-size: 36px;
  line-height: 45px;
  color: #000000;
  text-align: center;
}

.question {
  padding: 50px 0;
}

.supplements {
  /* background-image: url(../images/sup.png); */
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  margin-top: 40px;
}

.sup-cont h2 {
  font-size: 36px;
  line-height: 53px;
  color: #ffffff;
}

.sup-cont h2 span {
  display: block;
}

.clk:hover {
  color: #fff;
}

.clk {
  background-color: #07223e;
  border-color: #07223e;
  font-size: 17px;
  color: rgb(255, 255, 255);
  padding: 20px 30px;
  text-transform: capitalize;
  border-radius: 35px;
  font-weight: 500;
  margin-top: 30px;
}

.better {
  background-image: url(../images/test-bk.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 150px;
  z-index: 9;
}

.better .owl-carousel .owl-nav button.owl-prev,
.better .owl-carousel .owl-nav button.owl-next,
.better .slick-prev,
.better .slick-next {
  z-index: 1;
  width: 46px;
  height: 50px;
  line-height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  position: absolute !important;
  top: 50% !important;
  transform: translatey(-50%);
  color: transparent;
}

.better .owl-carousel .owl-nav button.owl-prev {
  left: -70px;
}

.better .owl-carousel .owl-nav button.owl-next:after,
.better .slick-next:after {
  content: '\f061';
  position: absolute;
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px;
}

.better .owl-carousel .owl-nav button.owl-prev:after,
.better .slick-prev:after {
  content: '\f060';
  position: absolute;
  font-family: 'FontAwesome';
  color: #333;
  font-size: 20px;
}

.better .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  background: no-repeat;
  border: 1px solid #333;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 100px;
}

.better .owl-carousel .owl-nav button.owl-next {
  right: -48px;
}

.better .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.better .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

.bt-inr img {
  width: 100%;
  height: 420px;
  object-fit: cover !important;
}

.bet-hed h2 {
  font-size: 50px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.viw:hover {
  color: #fff;
  background-color: #019a9b;
}

.viw {
  padding: 15px 30px;
  text-transform: capitalize;
  font-weight: 400;
  background-color: #0fc5c6;
  color: white;
  font-size: 18px;
  border-radius: 40px;
  margin-top: 20px;
}

footer {
  background-image: url(../images/fot-bk.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 130px;
}

.fot-im img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.fot-im a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #F2F2F2;
  color: rgba(0, 0, 0, 0.4) !important;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}

.qik-lnk h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 28px;
}

.qik-lnk li a {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
}

.ft-lc li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  color: #000;
  font-size: 14px;
}

.ft-lc li span {
  margin-right: 9px;
}

.f-brd {
  border-left: 1px solid #00000080;
  padding: 0 40px !important;
}

.copy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #07223e;
}

.cop-ct p {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.cop-ct a {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
}

/* HOME PAGE END */
/* INNER PAGES START */
.inr-banr {
  /* background-image: url(../images/inr-pg.png); */
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
}

.inr-hed h2 {
  font-size: 68px;
  line-height: 1.2;
  color: #fff;
}

.abt-cont h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  font-family: 'Nunito';
  margin-bottom: 18px;
}

.abt-cont h2 {
  font-size: 50px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 30px;
}

.about-sec {
  padding: 70px 0 50px;
}

.sr-inr h3 {
  color: #000;
}

.sr-inr p {
  color: #000;
}

.tes-inr .tst-al {
  box-shadow: 1px 2px 22px 2px #8080801f;
  background-color: #ffff;
  color: #000;
}

.tes-inr .tst-al h4 {
  color: #000;
}

.tes-inr {
  padding: 60px 0;
}

.prd-hed h3 {
  font-size: 36px;
  line-height: 50px;
  color: #181c1f;
  margin: 40px 0 10px 0;
}

.prd-coot p {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.prd-coot h3 {
  font-size: 35px;
  color: #000000;
  line-height: 50px;
  margin-bottom: 25px;
}

.cot-hed h2 {
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  color: black;
  font-size: 65px;
  text-transform: uppercase;
  margin: 70px 0 30px;
}

.cont-loc {
  background-color: #10c5c6;
  border-style: solid;
  border-radius: 30px !important;
  padding: 32px !important;
  text-align: center;
  color: #fff;
  min-height: 237px;
}

.cont-loc span img {
  width: 49px;
  height: 49px;
  margin-bottom: 18px;
}

.cont-loc h4 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.cont-loc p {
  color: #fff;
}

.inner-fr input,
select,
textarea {
  width: 100%;
  margin: 0px 0 17px;
  padding: 0px 20px;
  height: 56px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px !important;
}

.inner-fr textarea {
  height: 180px;
  padding-top: 10px;
}

.lgo-res input {
  background-color: #10c5c6;
  color: #FFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  padding: 18px 60px;
  border-radius: 0px;
  border: transparent;
  text-transform: uppercase;
}

.contact {
  padding: 70px 0 0;
}

.fr-all {
  background: #fff;
  width: 60% !important;
  text-align: center;
  margin: 30px auto;
  box-shadow: 0px 0px 10px;
  padding: 60px 40px 50px 40px;
  border-radius: 10px;
}

.inner-fr h2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.login {
  padding-top: 30px;
}

.fl-lnk img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* INNER PAGES END */


.testiCol:nth-child(odd) .tst-al {
  background: #07223e;
  color: #fff;
}

.testiCol:nth-child(odd) .tst-al h4 {
  color: #fff;
}

.testi .owl-item.active.center .tst-al {
  background: #fff;
  color: #000;
}

.testi .owl-item.active.center .tst-al h4 {
  color: #000;
}

.truncate-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.2em;
  /* Adjust based on line-height */
}


section.inr-banr {
  max-height: 500px !important;
  overflow: hidden;
  padding-top: 0;
}

section.inr-banr .ban-cont {
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  min-height: 100vh;
}

/* pagination START  */
.pagination {
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.pagination>a {
  background: #fff;
  border: 1px solid #10c5c6;
  color: #10c5c6;
  padding: 7px 20px;
  border-radius: 20px;
}

.pagination>a:hover {
  background: #10c5c6;
  color: #fff;
}

/* pagination END  */

/* Appointment Page Stryling START  */
.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}


.date-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.timezone-info {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.accordion-item {
  border: none !important;
  margin-bottom: 10px;
  background-color: #f1f3f9;
  border-radius: 8px !important;
}

.accordion-button {
  background-color: #f1f3f9 !important;
  border: none;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 1rem;
}

.accordion-button:not(.collapsed) {
  color: inherit;
}

.accordion-button::after {
  margin-left: 0;
}

.accordion-body {
  background-color: #f1f3f9;
  border-top: 1px solid #e9ecef;
}

.appointment-count {
  font-size: 0.85rem;
  color: #6c757d;
  background-color: #e9ecef;
  padding: 0.25rem 0.75rem;
  border-radius: 15px;
  margin-left: 1rem;
}

.time-slot {
  background-color: #07223e;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.time-period {
  font-weight: 500;
  color: #495057;
  margin: 1rem 0 0.5rem 0;
}

.colonics-section {
  background-color: #07223e;
  color: white;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
}

.nav-button {
  border: 1px solid #dee2e6;
  background-color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  color: #495057;
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.service-title {
  display: flex;
  align-items: center;
  color: #07223e;
  font-weight: 600;
}

.price {
  font-size: 1.1rem;
  font-weight: 500;
  margin-right: 2rem;
}

.read-more {
  color: #07223e;
  text-decoration: none;
  font-size: 0.9rem;
  cursor: pointer;
}

span.service-price {
  color: #000 !important;
}

.read-more:hover {
  text-decoration: underline;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0.1) !important;
}

/* Calender styling START  */
.calendar {
  width: 400px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.calendar .header {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #07223e;
  color: white;
  border-radius: 10px 10px 0 0;
}

.calendar .header h2 {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  flex-grow: 1;
}

.navigation {
  cursor: pointer;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s;
}

.navigation.prev {
  opacity: 0.5;
  cursor: not-allowed;
}

.navigation.next:hover {
  background: rgba(255, 255, 255, 0.2);
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px;
  background: #f8f9fa;
  border-bottom: 1px solid #e5e7eb;
}

.weekdays div {
  font-size: 0.875rem;
  color: #6b7280;
  text-align: center;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 10px;
  gap: 5px;
}

.days div {
  padding: 10px;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 5px;
  transition: background 0.3s;
}

.days div.enabled {
  cursor: pointer;
}

.days div.enabled:hover {
  background: #0069d9;
  color: #fff;
}

.disabled {
  color: #d1d5db;
  background: #f8f9fa;
  cursor: not-allowed;
}

.today {
  background: #e5e7eb !important;
  font-weight: 500;
}

.legend {
  padding: 15px;
  display: flex;
  gap: 20px;
  border-top: 1px solid #e5e7eb;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.875rem;
  color: #6b7280;
}

.legend-color {
  width: 16px;
  height: 16px;
  border: 1px solid #e5e7eb;
}

.unavailable {
  background: #f3f4f6;
}

select.csSelect {
  color: #000 !important;
  text-decoration: none !important;
}

.service-title>div {
  display: flex;
  gap: 20px;
  align-items: center;
}

/* Calender styling END  */
/* Modal START  */
.modal-title {
  font-size: 1.1rem;
  line-height: 1.4;
}

.appointment-time {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.price {
  color: #6c757d;
}

.form-label {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.3rem;
}

.form-control {
  padding: 0.75rem;
  border-color: #e5e7eb;
}

.form-control:focus {
  border-color: #07223e;
  box-shadow: 0 0 0 0.25rem rgba(30, 58, 138, 0.1);
}

.book-btn {
  background-color: #07223e;
  border: none;
  padding: 0.75rem 2rem;
}

.book-btn:hover {
  background-color: #07223e;
}

.cancel-btn {
  color: #6c757d;
  text-decoration: none;
}

.cancel-btn:hover {
  color: #343a40;
  text-decoration: underline;
}

/* Custom select styling */
.phone-input-group {
  display: flex;
  gap: 10px;
}

.phone-input-group .form-control {
  flex: 2;
}

.phone-input-group .form-select {
  flex: 1;
  padding: 0.75rem;
  border-color: #e5e7eb;
}

.selected {
  background-color: #007bff;
  color: white;
  border-radius: 50%;
}

.selected:hover {
  background-color: #0069d9;
}

/* Modal END  */
/* Appointment Page Stryling END  */

/* WhatsApp Floating Button Styles */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #128C7E;
  transform: scale(1.1);
}

.whatsapp-float a:hover {
  color: #fff;
}

.whatsapp-link {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Animation for attention */
@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

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

.whatsapp-float.pulse {
  animation: pulse 1.5s infinite;
}




@media (max-width: 768px) {

  .ofer button.owl-next,
  .ofer button.owl-prev,
  .ofer .slick-prev,
  .ofer .slick-next {
    background: transparent !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .wht-ofr .owl-carousel .owl-nav button.owl-prev, .wht-ofr .owl-carousel .owl-nav button.owl-next, .wht-ofr .slick-prev, .wht-ofr .slick-next {
    top: 250px !important;
    min-height: 50px;
    min-width: 50px;
    background: #10c5c6 !important;
  }
  .wht-ofr .owl-carousel .owl-nav button.owl-prev {
    left: -22px !important;
  }

  .ofer .owl-nav button.owl-next,  .ofer .owl-nav button.owl-prev {
    right: -10px !important;
    width: 25px !important;
  }

  .wht-ofr .owl-carousel .owl-nav button.owl-prev {
    left: -10px !important;
  }
}