/* FORCE BOOTSTRAP PRIMARY TO BLACK */

:root {
  --bs-primary: #d23548;
  --bs-primary-rgb: 0, 0, 0;
}

/* Buttons */
.btn-primary,
.btn-outline-primary {
  --bs-btn-color: #7a6231;
  --bs-btn-bg: #d9aa65;
  --bs-btn-border-color: #d9aa65;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d9aa65;
  --bs-btn-hover-border-color: #d9aa65;
  --bs-btn-active-bg: #d9aa65;
  --bs-btn-active-border-color: #282525;
}

/* Text */
.text-primary {
  color: #000 !important;
}

/* Background */
.bg-primary {
  background-color: #000 !important;
}

/* Border */
.border-primary {
  border-color: #000 !important;
}

/* Links */
.link-primary {
  color: #000 !important;
}

.link-primary:hover {
  color: #111 !important;
}

/*=============================
	Global CSS 
===============================*/
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #888;
}

.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://images.pexels.com/photos/263402/pexels-photo-263402.jpeg");
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  color: #fff;
  display: flex;
  align-items: center;
}
.section-padding {
  padding: 80px 0;
}
.icon-box {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
}
.doctor-card img {
  border-radius: 20px;
}
footer {
  background: #0d6efd;
  color: #fff;
}
.hero-slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
/* =========================
   PREMIUM NAVBAR UI/UX
========================= */

.navbar {
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
  background: #ffffffed;
}

.navbar-brand {
  letter-spacing: 0.5px;
}

/* NAV LINKS */
.navbar-nav .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #333 !important;
  transition: color 0.3s ease;
}

/* Animated underline */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgb(217, 170, 101), rgb(125, 98, 50));
  transition: all 0.35s ease;
  transform: translateX(-50%);
  border-radius: 10px;
}

/* Hover effect */
.navbar-nav .nav-link:hover {
  color: rgb(126, 101, 55) !important;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* ACTIVE LINK (Optional JS later) */
.navbar-nav .nav-link.active::after {
  width: 60%;
}

/* CONTACT BUTTON */
.navbar .btn-primary {
  border-radius: 30px;
  padding: 8px 22px;
  font-weight: 500;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(217, 170, 101, 0.36);
}

.navbar .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(147, 114, 51, 0.76);
}

/* NAVBAR ON SCROLL (SENIOR TOUCH) */
.navbar.scrolled {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.nav-item {
  padding: 0px 7px !important;
}

#about {
  background: url(../img/about--bg.png);
  background-size: cover;
  text-align: center;
}

#about h2 {
  margin-top: 50px;
}

.icon-box {
  transition: all 0.35s ease;
}

.icon-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  background: #021631;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  transition: 0.3s ease;
}
.icon-wrapper i {
  /*! background: linear-gradient(90deg, rgb(217, 170, 101), rgb(125, 98, 50)); */
  /*! -webkit-background-clip: text; */
  /*! -webkit-text-fill-color: transparent; */
  /*! background-clip: text; */
  /*   color: transparent; */
  /*! background: linear-gradient(90deg, rgb(217, 170, 101), rgb(125, 98, 50)); */
  /*! -webkit-background-clip: text; */
  /*! -webkit-text-fill-color: transparent; */
  /*! background-clip: text; */
  color: #d9aa65;
}
#vision {
  background: url(../img/vision.jpg);
  background-size: cover;

  text-align: center;
}
/* services */
.service-card {
  transition: 0.35s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.service-card i {
  color: #111;
}

.price-card {
  transition: 0.35s ease;
  border: 1px solid #eee;
}

.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.price-card i {
  color: #000;
}
.service-img-wrapper img {
  transition: 0.4s ease;
}

.service-img-wrapper img:hover {
  transform: scale(1.05);
}

/* Women Box Gradient */
.women-box {
  background: linear-gradient(135deg, #d9aa65, #7d6232);
  box-shadow: 0 20px 50px rgba(125, 98, 50, 0.3);
}

/* Mental Box Gradient */
.mental-box {
  background: linear-gradient(135deg, #111111, #333333);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.service-box li {
  margin-bottom: 12px;
  font-size: 15px;
}

.service-box i {
  color: #fff;
}
/* why section */
.why-dark-section {
  background: linear-gradient(135deg, #111111, #1c1c1c);
  padding: 100px 0;
  color: #fff;
  position: relative;
}

.why-mini-card {
  background: #1f1f1f;
  padding: 40px 20px;
  border-radius: 20px;
  transition: 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.why-mini-card i {
  font-size: 32px;
  margin-bottom: 15px;
  display: block;
  color: #d9aa65;
}

.why-mini-card h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0;
}

.why-mini-card p {
  color: #bbb;
  margin-bottom: 0;
}

.why-mini-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

/* founders */
.founder-section {
  padding: 100px 0;
  color: #fff;
}

.doctor-content {
  background: #1f1f1f;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  transition: 0.4s ease;
}

.doctor-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6);
}

.designation {
  color: #d9aa65;
  font-weight: 500;
  margin-bottom: 20px;
}

.quote {
  color: #bbb;
  font-style: italic;
  line-height: 1.7;
}

.doctor-img img {
  transition: 0.4s ease;
}

.doctor-img img:hover {
  transform: scale(1.05);
}

/* contact section  */
.contact-section {
  background: url(../img/contact.jpg) left center;
  background-size: cover;
}
/* footer */
.main-footer {
  background: linear-gradient(135deg, #111111, #1c1c1c);
  color: #fff;
  padding: 80px 0 30px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-text {
  color: #bbb;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
  color: #bbb;
  transition: 0.3s;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #d9aa65;
  padding-left: 5px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #1f1f1f;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #d9aa65;
  color: #000;
}

.footer-divider {
  margin: 50px 0 20px;
  border-color: rgba(255, 255, 255, 0.1);
}

.copyright {
  color: #888;
  font-size: 14px;
}
/* own nav */
/* Owl Nav Position Fix */
.hero-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

/* Common Arrow Style */
.hero-slider .owl-nav button {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff !important;
  font-size: 22px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Left Arrow */
.hero-slider .owl-nav .owl-prev {
  left: 20px;
}

/* Right Arrow */
.hero-slider .owl-nav .owl-next {
  right: 20px;
}

/* Hover Effect */
.hero-slider .owl-nav button:hover {
  background: linear-gradient(90deg, #d9aa65, #7d6232) !important;
  color: #000 !important;
  transform: scale(1.1);
}
/* gallery */
.gallery-section {
  background: linear-gradient(135deg, #111111, #1c1c1c);
  padding: 100px 0;
}

.gallery-img {
  border-radius: 15px;
  transition: 0.4s ease;
  cursor: pointer;
}

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}
/* call button */
.floating-call-btn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: linear-gradient(90deg, #d9aa65, #7d6232);
  color: #fff;
  padding: 14px 22px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: 0.3s ease;
}

.floating-call-btn i {
  font-size: 18px;
}

.floating-call-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
  color: #000;
}

/* Mobile optimization */
@media (max-width: 576px) {
  .floating-call-btn span {
    display: none;
  }

  .floating-call-btn {
    width: 55px;
    height: 55px;
    justify-content: center;
    border-radius: 50%;
  }
}
/* logo */

.logo-img {
  max-width: 220px;
}
@media (max-width: 768px) {
  .logo-img {
    max-width: 160px;
  }
}
.hero-slider .owl-nav {
  width: 100%;
  overflow: hidden;
}
.hero-slider .owl-nav .owl-prev {
  left: 10px;
}
.hero-slider .owl-nav .owl-next {
  right: 10px;
}
body {
  overflow-x: hidden;
}
html,
body {
  overflow-x: hidden;
}
