* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* h2 {
  background: linear-gradient(180deg, #bc9610 0%, #e3b40f 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
} */

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}

p,
ul,
li {
  padding: 0;
  margin: 0;
}

/* header-top css start */

.container-fluid {
  width: 93%;
}

/* header-top css start */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out; /* Add transition for smooth hide/show */
}

.container-fluid {
  width: 93%;
}
.top-header {
  background-color: #2b2b2b;
  padding: 10px 0;
}
.top-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-links a {
  color: white;
  font-size: 13px;
}
.liveclass-btn button {
  background-color: #ffd84b;
  border-radius: 30px;
  padding: 7px 15px;
  margin: 15px 0 0 120px;
  color: black;
  font-size: 13px;
  font-weight: 700;
  border: none;
}

.contact-links a i {
  /* color: white; */
  font-size: 19px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.contact-links a {
  position: relative;
  margin-right: 39px;
}
.contact-links .whats-i::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 43.45px;
  background-color: #ffffff;
  left: -20px;
  top: -17px;
}

.main-header {
  background-color: #075963;
}

.offcanvas-body .nav-item {
  position: relative;
  display: inline-block;
  padding: 14px 10px 0px 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.offcanvas {
  align-items: center;
}

@media (max-width: 992px) {
  .offcanvas {
    align-items: stretch;
  }

  .liveclass-btn button {
    background-color: #ffd84b;
    border-radius: 30px;
    padding: 7px 15px;
    margin: 0;
    color: black;
    font-size: 13px;
    font-weight: 700;
    border: none;
    width: 100%;
}

}


.nav-item {
  position: relative;
  /* overflow: hidden;  <-- isko hata do */
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: transform 0.3s ease;
}

.nav-item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.nav-item a {
  color: #fff;
}

.nav-item li a {
  color: #000;
}

.main-header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

.nav-item {
  position: relative;
}

.text h3 {
  font-size: 20px;
}

@media (max-width: 992px) {
  .card {
    min-height: auto !important;
  }

  .top-header {
    display: none;
  }
  .main-header .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    margin: 0 0px;
    padding-left: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
    color: #000000;
    text-transform: uppercase;
  }
}

/* header-top css end  */

/* --------------------------------------------------------------------------- */

/* =============================================================== */
/* =============================================================== */

/* form-cont css start  */
.carousel-inner {
  height: 100vh; /* poore screen ki height */
}

.carousel-inner .carousel-item,
.carousel-inner img {
  height: 100%;
  /* object-fit: cover; */
}

.form-box {
  background: white;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.form-left {
  flex: 1;
  text-align: center;
}
.form-left img {
  width: 50px;
  margin-bottom: 10px;
}
.form-left h2 {
  font-size: 24px;
  margin: 0;
  color: #555;
}
.form-left h2 span {
  color: #d35b5b;
}
.form-right {
  flex: 1;
}
.form-right form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-right input {
  width: 48%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f7f8fc;
  font-size: 14px;
}
.form-right input.full-width {
  width: 100%;
}
.form-right button {
  width: 100%;
  padding: 14px;
  background: #a18b45;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.form-right button:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .form-box {
    flex-direction: column;
  }
  .form-right input {
    width: 100%;
  }

  .carousel-inner {
    height: 300px;
  }

  .carousel-inner img {
    /* object-fit: cover; */
    position: absolute;
    top: 34px;
    height: 235px;
  }
}

/* form-cont css start  */

/* =========================================================== */

.doc-details p {
  font-size: 15px;
  margin: 10px 0;
  display: flex;
  text-align: justify;
}

/* ======================================================= */

.card .text {
  text-align: start;
  padding-left: 25px;
}

.Procedure {
  background-color: #85aeb3;
}

.procedure-btn {
  padding-bottom: 10px;
  text-align: center; /* Center the buttons */
}

.procedure-btn a {
  padding: 10px 20px;
  margin: 10px 5px; /* vertical 10px, horizontal 5px */
  display: inline-block;
  color: #fff;
  border-radius: 10px;
  background-color: #a18b45;
  transition: all 0.5s;
}

#call-us-btn {
  background-color: #075862;
}
.after-treatment-content h2 {
  color: #000;
}

.procedure-btn a:hover {
  background-color: #000;
}
.card {
  background: #dadada;
}

@media (max-width: 992px) {
  .card {
    min-height: 500px;
  }
}

.card-heading {
  border-bottom: 1px solid;
}
/* ================================================================================= */

/* after-before css start  */

.container-boxs {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  user-select: none;
}

.container-boxs img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.img-before {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
}

.slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: white;
  z-index: 3;
  cursor: ew-resize;
}

.slider-handle {
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #aaa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  z-index: 4;
}

.container-boxs {
  position: relative;
}

/* Hover texts */
.hover-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5); /* semi-transparent */
  padding: 8px 16px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 5;
  pointer-events: none;
}

.hover-text-left {
  left: 10px;
}

.hover-text-right {
  right: 10px;
}

.container-boxs:hover .hover-text {
  opacity: 1;
}

.after-view-all-btn {
  display: flex;
  justify-content: center;
}

.after-view-all-btn a {
  background-color: #a18b45;
  color: #fff;
  padding: 10px 30px;
  margin: 30px 0;
}

/* after-before css end    */

/* ================================================================== */

/* why-choose css start  */

.why-choose-img i {
  font-size: 70px;
  color: #a18b45;
  text-align: center;
}
.why {
  background-image: url(../images/beauty-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.why-choose-img h5 {
  /* font-size: 20px; */
  margin: 20px 0;
  color: #a18b45;
}

/* why-choose css end  */

.hover-icon {
  transition: transform 0.6s ease;
  display: inline-block;
  margin-right: 8px;
}
.link-item:hover .hover-icon {
  transform: rotatey(360deg);
}
.link-item {
  cursor: pointer;
  padding: 10px 0;
  font-size: 1.1rem;
}
.image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.link-item img {
  background-color: #a18b45;
  padding: 10px;
  border-radius: 10px;
}
.link-item a {
  color: #000;
}

.link-item img:hover {
  border-color: #000;
}

/* =============================================================== */

/* counter css start  */

.counter-all {
  background-color: #a18b45;
  color: #fff;
  border-radius: 20px;
}

.counter-box h3 {
  font-size: 40px;
  font-weight: bold;
}

.counter-box p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
}

.counter sup {
  font-size: 16px;
  vertical-align: super;
  margin-left: 2px;
}

@media (max-width: 992px) {
  .counter-box p {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 500;
  }

  .counter-box h3 {
    font-size: 22px;
    font-weight: bold;
  }
}

/* counter css end  */
/* ========================================================================= */

/* footer css  */

.footer-area {
  background-color: #ffffff;
  position: relative;
  padding: 50px 0px 0px;
}

.footer-logo {
  background-color: #2b2b2b;
  padding: 5px 40px;
  border-radius: 15px;
}

.footer-head {
  color: #a18b45;
  font-size: 22px;
  font-weight: 500;
}

.footer-menu ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #000;
  font-size: 15px;
}

.bottom-footer {
  background-color: #a18b45;
  padding: 15px 0px;
}
.foot-prcy p {
  text-align: center;
}

.footer-copyright-text img {
  width: 20%;
}
/* footer css end */
/* ============================================================== */

.thanks-video video {
  width: 100%;
  height: 100vh;
}

/* ================ */

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  animation: pulseShadow 1s infinite;
  border-radius: 50%;
}

.whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

/* Shadow Pulse Animation */
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ========================================================= */

.review-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  width: 350px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

  /* Fixed height and scroll */
  height: 330px;
  overflow-y: auto;
}


.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.profile-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #bbb;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-info {
  margin-left: 10px;
}

.reviewer-name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #d1006f;
}

.review-date {
  margin: 0;
  font-size: 13px;
  color: #666;
}

.review-stars {
  margin: 10px 0;
  color: #ffc107;
  font-size: 18px;
}

.review-content {
  font-size: 14px;
  color: #333;
  text-align: justify;
  line-height: 1.5;
}

.owl-carousel .item {
  display: flex;
  justify-content: center;
}

.review-part {
  display: flex;
  justify-content: center;
  align-items: center;
}



.review-box::-webkit-scrollbar {
  width: 6px;
}
.review-box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.review-box::-webkit-scrollbar-track {
  background: transparent;
}