
/* WhatsApp Floating Button */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp_float img {
  width: 35px;
  height: 35px;
}



@media (max-width: 600px) {
      .breadcrumb-section {
            padding: 60px 20px 30px;
      }
		   .breadcrumb-content h1{
			   font-size: 1.65rem !important;
			   line-height : 2.0rem;
    }
	
.breadcrumb-links span{
	margin: 0px;
}
	
	.breadcrumb-links{
		font-size: 0.75rem;
	  }
	  
}


body, html{
    overflow-x: hidden;
}

.header {
  position: absolute;              
  top: 0;
  left: 50%;
  transform: translateX(-50%);     
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(90deg, #58cdd3, #31c5cd);
  border-radius: 60px;
  padding: 15px 50px;
  color: #fff;
  z-index: 999;  
  margin-top: 20px;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 15px;
      background: white;
    padding: 10px 20px;
    border-radius: inherit;
}
.logo{
    height: 30px;
}
.logo img{
    height: 30px !important;
}
.logo-circle {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulse-icon {
  font-size: 24px;
  color: #fff;
}

.logo-text h2 {
  font-size: 22px;
  font-weight: 700;
}

.logo-text p {
  font-size: 15px;
  opacity: 0.9;
}

.nav-links {
  display: flex;
  gap: 10px;
}

.nav-links a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  transition: 0.3s;
}

.nav-links a:hover {
  opacity: 0.8;
}

.book-btn {
  background: #fff !important;
  color: #33c3ca !important;
  padding: 12px 30px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.book-btn:hover {
  background: #e8fdfd;
}


/* Hamburger for Mobile */
.hamburger {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 991px) {
  .nav-menu {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    display: none;
  }
  .nav-menu ul {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
  .nav-menu.active {
    display: flex;
  }

  .hamburger {
    display: block;
  }

  .action-buttons {
    display: none;
  }
}



/* Footer */



   

    footer {
      background-color: #e9f4f9;
      padding: 50px 30px 20px 30px;
      margin-bottom: 0px;
      border-top: 1px solid #e6e6e6;
      box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.03);
    }

    .footer-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 40px;
    }

    /* === Column 1: Logo & Description === */
    

    

    .footer-logo p {
      color: #666;
      font-size: 14px;
      line-height: 1.6;
      margin: 15px 0 25px;
    }

    /* === Social Icons === */
    .footer-social {
      display: flex;
      gap: 12px;
    }

    .footer-social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #d7f3ff;
      color: #2eb1e3;
      text-decoration: none;
      transition: 0.3s;
    }

    .footer-social a:hover {
      background-color: #2eb1e3;
      color: #fff;
      transform: translateY(-2px);
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    }

    /* === Columns (Quick Links, Services, Contact) === */
    .footer-col h3 {
      font-size: 18px;
      font-weight: 700;
      color: #111;
      margin-bottom: 15px;
    }

    .footer-col ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-col ul li {
      margin-bottom: 8px;
    }

    .footer-col ul li a {
      text-decoration: none;
      color: #555;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .footer-col ul li a:hover {
      color: #2eb1e3;
    }

    /* === Contact Section === */
    .footer-contact p {
      font-size: 14px;
      color: #555;
      margin: 8px 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .footer-contact i {
      color: #2eb1e3;
      font-size: 15px;
    }

    /* === Bottom Copyright === */
    .footer-bottom {
      text-align: center;
      color: #666;
      font-size: 13px;
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid #e6e6e6;
    }

    /* === Responsive Adjustments === */
    @media (max-width: 768px) {
      footer {
        padding: 40px 6%;
      }
      .footer-logo h2 {
        font-size: 18px;
      }
      .footer-col h3 {
        font-size: 16px;
      }
    }

    

/* Homepage */

/* Reset basic defaults */


/* ===========================
   Hero Section
=========================== */
.home-hero-section {
  position: relative;
  height: 120vh ;
  display: flex;
  align-items: center;
  background-image: url(" /hero-bg-CyF-Hw26 (1).jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding-top: 50px;
}

.home-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #fd147d, #fd147d, rgba(14, 165, 164, 0));
  z-index: 0;
  
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
}

.hero-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
    padding-top: 50px !important;

}

/* ===========================
   Left Content
=========================== */
.content-area {
  color: #ffffff;
  animation: fadeInUp 0.8s ease forwards;
}

.hero-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-text {
  font-size: 1.125rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 700px;
}

/* ===========================
   Buttons
=========================== */
.hero-btn-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-around;
}

.primary-btn,
.secondary-btn {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Primary Button */
.primary-btn {
  background-color: white !important; /* orange tone */
  color: #fd147d;
  border: none;
}

.primary-btn:hover {
  background-color: white;
  transform: scale(1.05);
}

/* Secondary Button */
.secondary-btn {
  background-color: white;
  color: #fff;
  border: 2px solid #fff;
}

.secondary-btn:hover {
  background-color: #fff;
  color: #0ea5a4;
  transform: scale(1.05);
}

/* ===========================
   Right Image
=========================== */
.hero-image-wrapper {
  text-align: center;
  animation: scaleIn 0.8s ease forwards;
}


.hero-img:hover {
  transform: translateY(-8px);
}

/* ===========================
   Animations
=========================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===========================
   Responsive
=========================== */
@media (min-width: 768px) {
  .hero-heading {
    font-size: 3rem;
  
  }
  
}

@media (min-width: 1024px) {
  .hero-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .hero-heading {
    font-size: 3.5rem;
    text-align: left;
  }

  .hero-text {
    font-size: 1.25rem;
  }
}




/* Section */
.sports-injury-section {
  background-color: #ffffff;
  color: #0f172a;
  font-family: "Inter", Arial, sans-serif;
}


/* Header */
.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.section-header p {
  color: #64748b;
  font-size: 1.1rem;
}

/* Grid Layout */
.sports-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 992px) {
  .sports-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

/* Left Column */
.sports-left h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.sports-left p {
  font-size: 1rem;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 1rem;
}

/* Highlight Box */
.highlight-box {
  background-color: #0ea5a4;
  color: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  margin-top: 1.5rem;
}

.highlight-box h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-box li {
  margin-bottom: 0.6rem;
  position: relative;
  padding-left: 1.6rem;
}

.highlight-box li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 600;
}

/* Right Column */
.sports-right h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.injury-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.injury-list li {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-bottom: 0.6rem;
  transition: all 0.2s ease;
  position: relative;
}

.injury-list li::before {
  content: "•";
  color: #0ea5a4;
  font-weight: bold;
  margin-right: 0.6rem;
}

.injury-list li:hover {
  background-color: #f0fdfa;
  border-color: #99f6e4;
  transform: translateX(4px);
}
/* Specializations Section */
.specializations-section {
  padding: 40px 20px;
  background-color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.section-header p {
  color: #6b7280;
  font-size: 1rem;
  margin-bottom: 40px;
}

.specializations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  justify-content: center;
  align-items: stretch;
}

.specialization-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.specialization-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.specialization-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}

.specialization-card p {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.learn-more {
  display: inline-block;
  font-weight: 600;
  color: #007BFF;
  text-decoration: none;
  transition: color 0.3s;
}

.learn-more:hover {
  color: #0056b3;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #f8f9fa;
}



       
       
       /* About page */


   :root {
      --primary: #0ea5e9;
      --gradient1: #00bfa6;
      --gradient2: #00c3ff;
      --text-dark: #111827;
      --text-gray: #6b7280;
      --bg-light: #f9fafb;
    }

    * {
      box-sizing: border-box;
    }

    body {
      font-family: 'Inter', sans-serif;
      background-color: #ffffff;
      margin: 0;
      padding: 0;
      color: var(--text-dark);
      line-height: 1.6;
    }

    .container {
      max-width: 1150px;
      margin: 0 auto;
      padding: 30px 20px;
    }

    h1 {
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 0.5rem;
    }

    .subtitle {
      text-align: center;
      color: var(--text-gray);
      font-size: 1rem;
      margin-bottom: 3rem;
    }

    /* About Section */
    .about-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      align-items: center;
    }

    .about-section img {
      width: 100%;
		height: 250px !important;
      border-radius: 20px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .about-section img:hover {
      transform: scale(1.03);
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    }

    .about-text h2 {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 1rem;
    }

    .about-text p {
      margin-bottom: 1rem;
      color: var(--text-gray);
      font-size: 0.95rem;
    }

    /* Info Cards */
    .info-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.5rem;
      margin: 3rem 0;
    }

    .info-card {
      background: #fff;
      border: 1px solid #e5e7eb;
      border-radius: 16px;
      padding: 25px 20px;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
    }

    .info-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .info-card i {
      font-size: 2rem;
      color: var(--primary);
      margin-bottom: 12px;
    }

    .info-card h3 {
      margin-bottom: 8px;
      font-size: 1rem;
      font-weight: 600;
    }

    .info-card p {
      font-size: 0.9rem;
      color: var(--text-gray);
    }

    /* Mission Vision */
    .mission-vision {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 1.5rem;
    }

    .mv-box {
      border-radius: 16px;
      padding: 30px;
      color: white;
      background: linear-gradient(to right, var(--gradient1), var(--gradient2));
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .mv-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .mv-box h4 {
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
      font-weight: 600;
    }

    .mv-box p {
      font-size: 0.95rem;
      color: #f0fdfa;
    }

    @media (max-width: 850px) {
      .about-section {
        grid-template-columns: 1fr;
        gap: 2rem;
      }

      .about-section img {
        max-width: 90%;
        margin: 0 auto;
        display: block;
      }
    }


        /* knee services page */


:root {
  --primary: #0ea5e9;
  --gradient1: #00bfa6;
  --gradient2: #00c3ff;
  --text-dark: #111827;
  --text-gray: #6b7280;
  --bg-light: #f9fafb;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  background: white;
  color: var(--text-dark);
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 60px 20px;
}

h1 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.subtitle {
  text-align: center;
  color: var(--text-gray);
  margin-bottom: 3rem;
}

h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Top Section */
.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.top-grid p {
  color: var(--text-gray);
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.highlight-box {
  background: linear-gradient(to right, var(--gradient1), var(--gradient2));
  color: white;
  border-radius: 12px;
  padding: 20px;
  margin-top: 1.5rem;
}

.highlight-box h3 {
  margin-top: 0;
  font-size: 1.05rem;
}

.highlight-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.highlight-box li {
  margin: 8px 0;
  font-size: 0.9rem;
}

.highlight-box i {
  color: #fff;
  margin-right: 8px;
}

/* Right Column */
.treatment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.treatment-list li {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.treatment-list li:hover {
  background: var(--bg-light);
  transform: translateY(-2px);
}

.treatment-list i {
  color: var(--primary);
  margin-right: 10px;
}

/* Conditions */
.conditions {
  margin-top: 4rem;
}

.conditions h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.condition-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1rem;
}

.condition-card {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.condition-card:hover {
  background: var(--bg-light);
  transform: translateY(-2px);
}

.condition-card i {
  color: var(--primary);
}

/* Replacement Section */
.replacement-section {
  margin-top: 4rem;
}

.replacement-section h2 {
  margin-bottom: 2rem;
}

.replacement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1.2rem;
}

.replacement-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.replacement-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.replacement-card h3 {
  margin-bottom: 0.5rem;
}

/* CTA */
.cta-section {
  margin-top: 4rem;
  text-align: center;
  padding: 40px;
  border-radius: 16px;
  background: linear-gradient(to right, var(--gradient1), var(--gradient2));
  color: #fff;
}

.cta-section h2 {
  margin-bottom: 0.5rem;
}

.cta-section p {
  margin-bottom: 1.5rem;
}

.btn {
  background: white;
  color: var(--primary);
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #f0f9ff;
  transform: translateY(-2px);
}

@media (max-width: 850px) {
  .top-grid {
    grid-template-columns: 1fr;
  }
}




/* contact page */

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
  }

  body {
    background: #f8fafc;
    color: #222;
  }

  h1 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 50px;
  }

  p.subtitle {
    text-align: center;
    color: #555;
    margin: 10px auto 50px;
    font-size: 0.95rem;
    max-width: 600px;
  }

  /* Info Card Section */
  .info-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    padding: 0 20px;
  }

  .info-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    text-align: center;
    padding: 30px 20px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    transition: all 0.2s ease;
  }

  .info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  }

  .info-icon {
    background: #e6fbf7;
    color: #00bfa6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }

  .info-card h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .info-card p {
    color: #555;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  /* Contact Form and Map Section */
  .contact-section {
    max-width: 1100px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 30px;
    padding: 0 20px;
    align-items: start;
  }

  .contact-form, .contact-map {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    padding: 30px;
  }

  .contact-form h3,
  .contact-map h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .form-row {
    display: flex;
    gap: 15px;
  }

  .form-row input {
    flex: 1;
  }

  input, textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.3s;
  }

  input:focus, textarea:focus {
    border-color: #00bfa6;
  }

  textarea {
    resize: none;
    height: 100px;
  }

  button {
    width: 100%;
    border: none;
    border-radius: 6px;
    color: #fff;
    padding: 12px;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    transition: opacity 0.3s ease;
  }

  button:hover {
    opacity: 0.9;
  }

  /* Map Side */
  iframe {
    width: 100%;
    height: 250px;
    border: none;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .support-box,
  .appointment-box {
    border-radius: 10px;
    padding: 20px 22px;
    color: #fff;
    margin-bottom: 15px;
  }

  .support-box {
    background: linear-gradient(90deg, #00bfa6, #00c9ff);
  }

  .appointment-box {
    background: #00bfa6;
  }

  .support-box h4,
  .appointment-box h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .support-box a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }

  .appointment-box a {
    display: block;
    text-decoration: none;
    background: #fff;
    color: #00bfa6;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 0.95rem;
  }

  .appointment-box a:hover {
    background: #e6f9f6;
  }

  @media (max-width: 900px) {
    .contact-section {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 600px) {
    .form-row {
      flex-direction: column;
    }
  }
