.logo-img-navbar {
    width: 26px;
    height: auto;
    color: #ccc;
}

.footer-brand {
    font-weight: 600;
    font-size: 1rem;
}

.legal-bg {
        background: linear-gradient(#e8effa, #dbe6f5);
        min-height: 100vh;
        padding: 40px 0;
    }

.legal-box {
        background: rgba(255,255,255,0.9);
        padding: 30px;
        border-radius: 6px;
        border: 1px solid #b7c5d8;
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
    }

.legal-title {
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        border-bottom: 3px solid #333;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

.section-title {
        font-size: 20px;
        font-weight: bold;
        margin-top: 30px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.section-title i {
        font-size: 26px;
        color: #333;
    }

.legal-text {
        text-align: justify;
        font-size: 15px;
        margin-top: 10px;
    }

.contact-box {
        margin-top: 20px;
        padding: 15px;
        background: #fff;
        border-left: 4px solid #444;
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.red-text{
 color : red,
 font-size: 15px;
}

/* SECTION */
.hero-section {
  padding: 100px 0;
  background: #f5fbfb;
  position: relative;
}

/* IMAGE */
.hero-image {
  position: relative;
}

.main-image {
  border-radius: 28px;
}

/* FLOATING CARDS */
.floating-card {
  position: absolute;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px 20px;
  z-index: 2;
}

/* CARD TELEPHONE */
.phone-card {
  top: 30px;
  left: -30px;
  transform: rotate(-2deg);
}

.phone-card i {
  font-size: 24px;
  color: #0d9488;
}

.phone-card .label {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

.phone-card .number {
  font-weight: 700;
  cursor: pointer;
  color: inherit;  font-size: 16px;
  text-decoration: none
}

/* CARD STATS */
.stats-card {
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 24px;
  transform: rotate(1.5deg);
}

.stat-number {
  font-size: 22px;
  font-weight: 700;
  color: #0d9488;
}

.stat-label {
  font-size: 13px;
  color: #6b7280;
}

/* TEXTE */
.hero-badge {
  display: inline-block;
  background: #0d9488;
  color: white;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #0f172a;
}

.hero-text {
  color: #475569;
  font-size: 16px;
  margin-bottom: 14px;
}

/* SIGNATURE */
.signature-card {
  margin-top: 24px;
  padding: 16px;
  background: white;
  border-radius: 14px;
  font-weight: 600;
}

/* SHAPES */
.bg-shape {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.shape-1 {
  width: 320px;
  height: 320px;
  background: #ccfbf1;
  top: -80px;
  right: -120px;
}

.shape-2 {
  width: 240px;
  height: 240px;
  background: #99f6e4;
  bottom: -100px;
  left: -100px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .phone-card,
  .stats-card {
    position: static;
    transform: none;
    margin-top: 16px;
  }

  .hero-title {
    font-size: 36px;
  }
}

/* HEADER */
.header {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  z-index: 997;
}

/* LOGO */
.sitename {
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
}

.sitename span {
  color: #0d9488;
}

/* NAV LINKS */
.navbar-nav .nav-link {
  font-weight: 500;
  color: #475569;
  padding: 10px 0;
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0d9488;
}

/* underline active */
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0d9488;
  border-radius: 2px;
}

/* BUTTON */
.btn-appointment {
  background: #0d9488;
  color: #fff;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.btn-appointment:hover {
  background: #0f766e;
  color: #fff;
}

/* MOBILE */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}
.sitename {
  font-size: 28px;
  font-weight: 800;
  color: #1e293b;
}


/* FOOTER */
.footer {
  background: #f5fbfb;
  padding-top: 60px;
  color: #475569;
  font-size: 14px;
}

.footer-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

/* LOGO */
.footer .sitename {
  font-size: 22px;
  font-weight: 800;
  color: #1e293b;
}

/* CONTACT */
.footer-contact p {
  margin-bottom: 4px;
  line-height: 1.6;
}

.footer-contact a {
  color: #0d9488;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

/* LINKS */
.footer-links h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1e293b;
}

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

.footer-links ul li {
  padding: 6px 0;
}

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

.footer-links ul a:hover {
  color: #0d9488;
}

/* COPYRIGHT */
.copyright {
  padding: 24px 0;
  font-size: 13px;
}

.credits a {
  color: #0d9488;
  font-weight: 500;
  text-decoration: none;
}

.credits a:hover {
  text-decoration: underline;
}
