body, * {
  font-family: 'Inter', 'Poppins', 'Segoe UI', sans-serif;
}

.dental-page {
  background-color: #ffffff;
  color: #3d3d3d;
  overflow-x: hidden;
}

/* Section Common Styles */
.section-tag {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  color: #f1c800;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #1f1f1f;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-desc {
  font-size: 1.125rem;
  color: #6b6b6b;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Hero Section */
.hero-section {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 20px;
    padding: 30px  70px;
  background: linear-gradient(165deg, #fff3c1 0%, #f3eed9 50%, #f9fafb 100%);
  min-height: 50vh;
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #fef3c7;
  border: 1px solid #f1c800;
  border-radius: 50px;
  margin-bottom: 24px;
}

.hero-badge .badge-icon {
  color: #f1c800;
}

.hero-badge span {
  font-size: 0.9rem;
  font-weight: 600;
  color: #f1c800;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  color: #1f1f1f;
  margin-bottom: 24px;
}

.hero-title .highlight {
  background: linear-gradient(135deg, #f1c800 0%, #f1c800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #5a5a5a;
  margin-bottom: 32px;
  max-width: 580px;
}

.hero-features {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.feature-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.feature-pill:hover {
  border-color: #fcd34d;
  box-shadow: 0 4px 16px rgba(245, 158, 11, 0.15);
  transform: translateY(-2px);
}

.feature-pill svg {
  color: #f1c800;
}

.feature-pill span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #3d3d3d;
}

.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  max-width: 600px;
  border: #f1c800 solid 2px;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
}

.tooth-icon-container {
  width: 140px;
  height: 140px;
  background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.2);
}

.tooth-icon-container svg {
  color: #f59e0b;
}

.hero-card-text {
  font-size: 1.1rem;
  color: #444343;
  line-height: 1.7;
}

/* Trust Section */
.trust-section {
  padding: 30px 30px;
  background: #ffffff;
  margin-top: 0%;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.trust-card {
  padding: 20px 32px;
  background: #fff4f4;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease;
}

.trust-card:hover {
  background: #fffbeb;
  border-color: #f1c800;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(245, 158, 11, 0.1);
}

.trust-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #fef3c7 0%, #f1c800 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.trust-icon svg {
  color: #d97706;
}

.trust-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #504f4f;
  margin-bottom: 12px;
}

.trust-card p {
  font-size: 0.95rem;
  color: #6b6b6b;
  line-height: 1.6;
}

/* Implants Section */
.implants-section {
  padding: 60px 80px;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.implants-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* .implant-card {
  padding: 36px 28px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  
  background: linear-gradient(165deg, #fffbeb 0%, #fef3c7 100%);
} */

.implant-card:hover {
  border-color: #fcd34d;
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.12);
  transform: translateY(-6px);
}

.implant-card {
     padding: 36px 28px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  background: linear-gradient(165deg, #fffbeb 0%, #fef3c7 100%);
  border-color: #fcd34d;

}

.implant-number {
  font-size: 3rem;
  font-weight: 800;
  color: #ffe866;
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 1;
}


.implant-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 12px;
  position: relative;
}

.implant-card p {
  font-size: 0.9rem;
  color: #6b6b6b;
  line-height: 1.6;
  position: relative;
}

.implant-features {
  list-style: none;
  padding: 0;
  margin-top: 16px;
}

.implant-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #5a5a5a;
  margin-bottom: 10px;
}

.implant-features li svg {
  color: #f59e0b;
  flex-shrink: 0;
}

/* Aligners Section */
.aligners-section {
  padding: 100px 80px;
  background: #464444;
}

.aligners-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.aligners-section .section-tag {
  background: rgba(245, 158, 11, 0.15);
  color: #fcd34d;
}

.aligners-section .section-title {
  color: #ffffff;
}

.aligners-section .section-desc {
  color: #9ca3af;
}

.aligners-features {
  margin-top: 32px;
}

.aligner-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.aligner-feature svg {
  color: #f59e0b;
  flex-shrink: 0;
}

.aligner-feature span {
  font-size: 1.05rem;
  color: #d1d5db;
}

.aligners-brands {
  background: #2a2a2a;
  border-radius: 24px;
  padding: 40px;
}

.aligners-brands h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.brand-tag {
  padding: 10px 20px;
  background: #3d3d3d;
  color: #fcd34d;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #4d4d4d;
  transition: all 0.3s ease;
}

.brand-tag:hover {
  background: #f1c800;
  color: #1f1f1f;
  border-color: #f1c800;
}

.braces-options h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #9ca3af;
  margin-bottom: 14px;
}

.brace-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.brace-list span {
  font-size: 0.95rem;
  color: #d1d5db;
}

.brace-list span::before {
  content: '•';
  margin-right: 8px;
  color: #f59e0b;
}

/* Services Section */
.services-section {
  padding: 80px 80px;
  background: #ffffff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card {
  padding: 36px 28px;
  background: #fafafa;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease;
}

.service-card:hover {
  background: #ffffff;
  border-color: #ffe550;
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.1);
  transform: translateY(-6px);
}

.service-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(145deg, #fef3c7 0%, #ffe868 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.service-icon svg {
  color: #e7c500;
}

.service-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #363636;
  margin-bottom: 16px;
}

.service-card p {
  font-size: 0.9rem;
  color: #6b6b6b;
  line-height: 1.6;
}

.service-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-card ul li {
  font-size: 0.88rem;
  color: #5a5a5a;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.service-card ul li:last-child {
  border-bottom: none;
}

.service-card ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #f59e0b;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

/* Technology Section */
.tech-section {
  padding: 70px 80px;
  background: linear-gradient(165deg, #fffbeb 0%, #fef3c7 50%, #fde28a 100%);
}

.tech-content {
  max-width: 1000px;
  margin: 0 auto;
}

.tech-info {
  text-align: center;
  margin-bottom: 50px;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tech-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.tech-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.tech-item svg {
  color: #f1c800;
  flex-shrink: 0;
}

.tech-item span {
  font-size: 0.95rem;
  font-weight: 500;
  color: #3d3d3d;
}

/* Doctor Section */
.doctor-section {
  padding: 100px 80px;
  background: #ffffff;
}

.doctor-content {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 60px;
  align-items: start;
}

.doctor-name {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1f1f1f;
  margin-bottom: 8px;
}

.doctor-title {
  font-size: 1.15rem;
  color: #f1c800;
  font-weight: 700;
  margin-bottom: 24px;
}

.doctor-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 28px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #6d6b6b;
  border-radius: 50px;
}

.highlight-item svg {
  color: #f1c800;
}

.highlight-item span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #f1c800;
}

.doctor-desc {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5a5a5a;
  margin-bottom: 28px;
}

.clinic-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.clinic-feature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.clinic-feature svg {
  color: #f59e0b;
}

.clinic-feature span {
  font-size: 0.95rem;
  color: #3d3d3d;
}

.doctor-visual {
  display: flex;
  justify-content: center;
}

.instagram-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  max-width: 300px;
}

.insta-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}

.insta-header svg {
  color: #f59e0b;
}

.insta-header span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #3d3d3d;
}

.insta-handle {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.qr-code {
  width: 300px;
  height: 300px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 16px;
}

.insta-cta {
  font-size: 0.9rem;
  color: #6b6b6b;
}

/* Commitment Section */
.commitment-section {
  padding: 100px 80px;
  background: #f9fafb;
}

.commitment-content {
  text-align: center;
}

.commitment-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.commitment-item {
  padding: 36px 24px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
  transition: all 0.4s ease;
}

.commitment-item:hover {
  border-color: #fde68a;
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(245, 158, 11, 0.1);
}

.commitment-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(145deg, #fef3c7 0%, #fde68a 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.commitment-icon svg {
  color: #d97706;
}

.commitment-item h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.commitment-item p {
  font-size: 0.88rem;
  color: #6b6b6b;
  line-height: 1.5;
}

/* CTA Section */
.cta-section {
  padding: 50px;
  background: linear-gradient(135deg, #1f1f1fc0 0%, #2a2a2a 100%);
}

.cta-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.cta-content p {
  font-size: 1.15rem;
  color: #9ca3af;
  margin-bottom: 32px;
  line-height: 1.7;
}

.cta-info {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.cta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-item svg {
  color: #f59e0b;
}

.cta-item span {
  font-size: 1rem;
  color: #d1d5db;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .hero-section {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 60px 50px;
  }
  
  .hero-visual {
    order: -1;
  }
  
  .implants-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .implant-card.featured {
    grid-column: span 2;
  }
  
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .commitment-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .aligners-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .doctor-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .doctor-visual {
    order: -1;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 40px 24px;
  }
  
  .hero-title {
    font-size: 2.2rem;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .trust-section,
  .implants-section,
  .aligners-section,
  .services-section,
  .tech-section,
  .doctor-section,
  .commitment-section {
    padding: 60px 24px;
  }
  
  .trust-grid {
    grid-template-columns: 1fr;
  }
  
  .implants-grid {
    grid-template-columns: 1fr;
  }
  
  .implant-card.featured {
    grid-column: span 1;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .tech-grid {
    grid-template-columns: 1fr;
  }
  
  .commitment-grid {
    grid-template-columns: 1fr;
  }
  
  .clinic-features {
    grid-template-columns: 1fr;
  }
  
  .cta-section {
    padding: 50px 24px;
  }
  
  .cta-content h2 {
    font-size: 1.8rem;
  }
  
  .cta-info {
    flex-direction: column;
    gap: 16px;
  }
}

   
 nav {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #4d5a59;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    padding: 0.8rem 5%;
}

.nav-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1;
    min-width: 0;
}

.logo-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
}

.logo-section .logo-item:first-child img {
    width: 55px !important;
    height: 55px !important;
    object-fit: contain;
}

.logo-section .logo-item:last-child img {
    width: 70px !important;  
    height: 70px !important;
    object-fit: contain;
}

.logo-text {
    min-width: 0;
}

.logo-text h1 {
    font-size: 1.1rem;
    font-weight: 700; 
    color: #f1c800;
    margin-bottom: 0.2rem;
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.logo-text p {
    font-size: 0.7rem;
    opacity: 0.7;
    line-height: 1.3;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    color: #ebf5f4;
}

.logo-divider {
    width: 2px;
    height: 50px;
    background: rgba(174, 233, 228, 0.616);
    flex-shrink: 0;
}

.nav-menu {
    display: flex;
    gap: 0;
    list-style: none;
    align-items: center;
}

.nav-menu > li {
    position: relative;
}

.nav-menu > li > a {
    color: #ddd5d5;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    display: block;
    font-size: 0.95rem;
}

.nav-menu > li > a:hover {
    background: #f0f9f8;
    color: #585857;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 240px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    margin-top: 0.5rem;
    overflow: hidden;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 0.9rem 1.5rem;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
    border-left: 3px solid transparent;
}

.dropdown-menu li a:hover {
    background: #f8f9fa;
    border-left-color: #f1c800;
    color: #f1c800;
    padding-left: 2rem;
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 0.4rem;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

.mobile-toggle span {
    width: 28px;
    height: 3px;
    background: #ebf5f4;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 998;
}

.nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* -------------------- NAVIGATION RESPONSIVE -------------------- */
@media (max-width: 1177px) {
    .nav-container {
        gap: 1rem;
    }

    .logo-section {
        gap: 1rem;
    }

    .logo-section .logo-item:first-child img {
        width: 45px !important;
        height: 45px !important;
    }

    .logo-section .logo-item:last-child img {
        width: 60px !important;
        height: 60px !important;
    }

    .logo-text h1 {
        font-size: 0.9rem;
    }

    .logo-text p {
        font-size: 0.62rem;
    }

    .logo-divider {
        height: 40px;
    }

    .nav-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: -100%;
        flex-direction: column;
        background: white;
        width: 100%;
        max-height: calc(100vh - 70px);
        text-align: left;
        transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 10px 30px rgba(0,0,0,0.2);
        padding: 1rem 0;
        gap: 0;
        overflow-y: auto;
        z-index: 998;
    }

    .nav-menu.active {
        top: 70px;
    }

    .nav-menu > li {
        width: 100%;
    }

    .nav-menu > li > a {
        color: #333;
        padding: 1.2rem 2rem;
        border-radius: 0;
        border-left: 4px solid transparent;
    }

    .nav-menu > li > a:hover {
        background: #f8f9fa;
        color: #3D4139;
        border-left-color: #3D4139;
    }

    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f9fa;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .dropdown.active .dropdown-menu {
        max-height: 500px;
    }

    .dropdown > a::after {
        content: ' ▾';
        font-size: 0.8rem;
    }

    .mobile-toggle {
        display: flex;
    }
}

@media (max-width: 768px) {
    nav {
        padding: 0.6rem 3%;
    }

    .logo-section {
        gap: 0.8rem;
    }

    .logo-item {
        gap: 0.5rem;
    }

    .logo-section .logo-item:first-child img {
        width: 38px !important;
        height: 38px !important;
    }

    .logo-section .logo-item:last-child img {
        width: 50px !important;
        height: 50px !important;
    }

    .logo-text h1 {
        font-size: 0.8rem;
    }

    .logo-text p {
        font-size: 0.55rem;
    }

    .logo-divider {
        height: 35px;
    }
}

@media (max-width: 486px) {
    nav {
        padding: 0.5rem 2%;
    }

    .logo-section {
        gap: 0.4rem;
        flex: 1;
    }

    .logo-item {
        gap: 0.3rem;
        min-width: 0;
    }

    .logo-section .logo-item:first-child img {
        width: 30px !important;
        height: 30px !important;
    }

    .logo-section .logo-item:last-child img {
        width: 38px !important;
        height: 38px !important;
    }

    .logo-text h1 {
        font-size: 0.65rem;
        font-weight: 600;
        word-break: break-word;
    }

    .logo-text p {
        font-size: 0.45rem;
        line-height: 1.1;
        word-break: break-word;
    }

    .logo-divider {
        height: 25px;
        width: 1.5px;
    }

    .nav-menu {
        width: 90%;
    }
}

@media (max-width: 415px) {
    .nav-container {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .logo-section {
        flex-direction: row;
        align-items: center;
        gap: 0.4rem;
        order: 1;
        width: 100%;
    }

    .logo-item {
        display: flex;
        align-items: center;
        gap: 0.3rem;
        flex: 1;
        min-width: 0;
    }

    .logo-item a {
        flex-shrink: 0;
    }

    .logo-divider {
        display: none;
    }

    .logo-section .logo-item:first-child img {
        width: 28px !important;
        height: 28px !important;
    }

    .logo-section .logo-item:last-child img {
        width: 32px !important;
        height: 32px !important;
    }

    .logo-text h1 {
        font-size: 0.55rem;
        font-weight: 600;
        margin-bottom: 0;
    }

    .logo-text p {
        font-size: 0.4rem;
        line-height: 1.1;
    }

    .mobile-toggle {
        order: 2;
        flex-shrink: 0;
    }
}
/* -------------------- FOOTER -------------------- */
footer {
    background: #4d5a59;
    color: white;
    padding: 3rem 5% 1rem;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    color: #f1c800;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section a:hover {
    color: #f1c800;
}

.footer-section p {
    color: #ccc;
    line-height: 1.8;
}

.map-container {
    margin-top: 1rem;
}

.map-container iframe {
    border-radius: 10px;
    max-width: 100%;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid #333;
    color: #888;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .map-container iframe {
        width: 100% !important;
        height: 200px !important;
    }
}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', 'Segoe UI', sans-serif;
            background: #f9fafb;
        }

        /* Main Section */
        .testimonials-section {
            padding: 100px 40px;
            background: linear-gradient(180deg, #ffffff 0%, #f9fafb 100%);
        }

        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-tag {
            display: inline-block;
            padding: 8px 16px;
            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
            color: #d97706;
            font-size: 0.85rem;
            font-weight: 600;
            border-radius: 50px;
            margin-bottom: 16px;
            letter-spacing: 0.5px;
        }

        .section-title {
            font-size: 3.25rem;
            font-weight: 700;
            color: #504f4f;
            margin-bottom: 16px;
            line-height: 1.2;
        }

        .section-desc {
            font-size: 1.125rem;
            color: #6b6b6b;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.7;
        }

        /* Slider Section */
        .slider-section {
            max-width: 1400px;
            margin: 0 auto;
            position: relative;
            padding: 0 100px;
        }

        .slider-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .slider-header h3 {
            font-size: 1.8rem;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 8px;
        }

        .slider-header p {
            font-size: 1rem;
            color: #6b6b6b;
        }

        .slider-wrapper {
            position: relative;
            overflow: hidden;
            padding: 20px 0;
        }

        .slider-container {
            display: flex;
            gap: 24px;
            transition: transform 0.5s ease;
        }

        .slider-card {
            min-width: calc(33.333% - 16px);
            max-width: calc(33.333% - 16px);
            width: calc(33.333% - 16px);
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            cursor: pointer;
            transition: all 0.4s ease;
            flex-shrink: 0;
        }

        .slider-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(245, 158, 11, 0.2);
        }

        .slider-thumbnail {
            position: relative;
            padding-bottom: 85%;
            background: linear-gradient(135deg, #fef3c7, #fde68a);
            overflow: hidden;
        }

        .slider-thumbnail img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .play-button {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 70px;
            height: 70px;
            background: rgba(255, 255, 255, 0.95);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        .slider-card:hover .play-button {
            background: #f1c800;
            transform: translate(-50%, -50%) scale(1.15);
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 22px solid #1f1f1f;
            border-top: 13px solid transparent;
            border-bottom: 13px solid transparent;
            margin-left: 5px;
        }

        .video-duration {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 6px 12px;
            border-radius: 6px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .slider-info {
            padding: 24px;
        }

        .slider-patient-name {
            font-size: 1.25rem;
            font-weight: 700;
            color: #1f1f1f;
            margin-bottom: 10px;
        }

        .slider-treatment {
            display: inline-block;
            padding: 3px 10px;
            background: #fffbeb;
            color: #d97706;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .slider-preview-text {
            font-size: 0.95rem;
            color: #6b6b6b;
            line-height: 1.6;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Slider Navigation - OUTSIDE */
        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 65px;
            height: 65px;
            background: white;
            border: 3px solid #f1c800;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: #1f1f1f;
            transition: all 0.3s ease;
            z-index: 10;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        }

        .slider-arrow:hover {
            background: #f1c800;
            border-color: #f1c800;
            transform: translateY(-50%) scale(1.1);
        }

        .slider-arrow-left {
            left: 0;
        }

        .slider-arrow-right {
            right: 0;
        }

        .slider-dots {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 40px;
        }

        .slider-dot {
            width: 12px;
            height: 12px;
            background: #d1d5db;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .slider-dot.active {
            background: #f1c800;
            width: 32px;
            border-radius: 6px;
        }

        /* Modal */
        .video-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 10000;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .video-modal.active {
            display: flex;
        }

        .modal-content {
            position: relative;
            width: 100%;
            max-width: 1000px;
            background: #1f1f1f;
            border-radius: 16px;
            overflow: hidden;
            animation: modalSlideIn 0.4s ease;
        }

        @keyframes modalSlideIn {
            from {
                opacity: 0;
                transform: scale(0.9);
            }
            to {
                opacity: 1;
                transform: scale(1);
            }
        }

        .modal-video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            background: #000;
        }

        .modal-video-wrapper video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .modal-info {
            padding: 24px 32px;
            background: #2a2a2a;
        }

        .modal-patient-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 8px;
        }

        .modal-treatment {
            display: inline-block;
            padding: 8px 16px;
            background: #f1c800;
            color: #1f1f1f;
            border-radius: 50px;
            font-size: 0.9rem;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .modal-description {
            font-size: 1rem;
            color: #d1d5db;
            line-height: 1.7;
        }

        .close-modal {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.95);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10001;
            transition: all 0.3s ease;
        }

        .close-modal:hover {
            background: #f1c800;
            transform: rotate(90deg);
        }

        .close-modal::before,
        .close-modal::after {
            content: '';
            position: absolute;
            width: 20px;
            height: 2px;
            background: #1f1f1f;
        }

        .close-modal::before {
            transform: rotate(45deg);
        }

        .close-modal::after {
            transform: rotate(-45deg);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .slider-card {
                min-width: calc(50% - 12px);
                max-width: calc(50% - 12px);
                width: calc(50% - 12px);
            }
            
            .slider-section {
                padding: 0 70px;
            }
        }

        @media (max-width: 768px) {
            .testimonials-section {
                padding: 60px 24px;
            }

            .section-title {
                font-size: 2rem;
            }

            .slider-section {
                padding: 0 60px;
            }

            .slider-card {
                min-width: 100%;
                max-width: 100%;
                width: 100%;
            }

            .slider-arrow {
                width: 45px;
                height: 45px;
                font-size: 1.4rem;
            }

            .modal-content {
                max-width: 95%;
            }

            .modal-info {
                padding: 20px 24px;
            }
        }

        @media (max-width: 480px) {
            .slider-section {
                padding: 0 50px;
            }

            .slider-arrow {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }
        }
  


.container {
  min-height: 50vh;
  background: linear-gradient(to bottom right, #f9fafb, #f3f4f6);
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.card {
  background: white;
  border-radius: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  max-width: 16rem;
  width: 200%;
  border: 1px solid #f3f4f6;
}

/* Header */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.icon-wrapper {
  background: linear-gradient(to bottom right, #a855f7, #ec4899, #f97316);
  padding: 0.5rem;
  border-radius: 0.75rem;
}

.icon {
  color: white;
}

.header-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1f2937;
}

/* Instagram Handle */
.handle-container {
  background: linear-gradient(to right, #faf5ff, #fce7f3);
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  
}

.handle-text {
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(to right, #9333ea, #db2777);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* QR Code */
.qr-container {
  background: #f9fafb;
  border-radius: 1rem;
 
}

.qr-image {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  display: block;
}



