.hero-section {
   background: linear-gradient(1deg, #169F8680 -15.33%, #FFFFFF00 111.91%);
   min-height: 100vh;
   padding: 6.5rem 0 4rem;
   position: relative;
   overflow: hidden;
}

.breadcrumb {
   display: flex;
   align-items: center;
   gap: 8px;
   background: rgba(255, 255, 255, 0.6);
   padding: 8px 15px;
   border-radius: 20px;
   font-size: 14px;
   color: var(--dark-green);
   box-shadow: 0 3px 10px rgba(77, 77, 77, 0.3);
}

.breadcrumb-item a {
   color: var(--dark-green);
}


.category-title {
   font-size: 2.5rem;
   font-weight: 500;
   margin-bottom: 1.5rem;
   text-align: center;
   color: var(--dark-green);
}

/* main condition css  */
.condition-main-content {
   padding: 7em 0 0;
}

.condition-main-content .content-section {
   margin-left: auto;
   margin-right: auto;
   max-width: 800px;
   overflow: visible;
   margin-bottom: 60px;
}

.condition-title {
   font-size: 3rem;
   color: var(--light-green);
   line-height: 1.1;
   margin-bottom: 20px;
}

.condition-detail-title {
   font-size: 4rem;
   color: var(--dark-green);
   line-height: 86px;
}

.rating-container {
   text-align: center;
}

.stars {
   font-size: 1.4rem;
   color: #ff8a65;
   letter-spacing: 2px;
}

.rating-number {
   font-size: 1.25rem;
   font-weight: 400;
   color: var(--dark-green);
   letter-spacing: 1px;
}

.rating-subtitle {
   color: var(--dark-green);
   font-size: 14px;
   margin-bottom: 15px;
}


.cta-button {
   background: linear-gradient(180deg, var(--dark-green), var(--light-green));
   color: #fff;
   border: none;
   padding: 15px 40px;
   font-size: 16px;
   font-weight: 500;
   border-radius: 50px;
   cursor: pointer;
   transition: all 0.3s ease;
   box-shadow: 0 4px 15px rgba(77, 208, 225, 0.3);
   margin-bottom: 15px;
   max-width: 370px;
   width: 100%;
}

.cta-button:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(77, 208, 225, 0.4);
}


/* Responsive */
@media (max-width: 1024px) {
   .main-container {
      gap: 40px;
   }
}

@media (max-width: 768px) {
   .hero-container {
      flex-direction: column;
      gap: 20px;
   }

   .breadcrumb {
      order: 1;
      align-self: flex-start;
   }

   .main-container {
      grid-template-columns: 1fr;
      gap: 40px;
      text-align: center;
   }

   .sidebar {
      order: -1;
   }

   .features-row {
      justify-content: center;
      gap: 20px;
   }
}

@media (max-width: 480px) {
   .weight-visual {
      width: 160px;
      height: 160px;
   }

   .scale-container {
      width: 120px;
      height: 120px;
   }

   .scale-platform {
      width: 80px;
      height: 60px;
   }

   .arrow-down {
      width: 50px;
      height: 50px;
      top: -35px;
      right: -25px;
      font-size: 1.2rem;
   }

   .features-row {
      flex-direction: column;
      gap: 15px;
      align-items: center;
   }
}



/* Condition list item section  */
.more-condition-health-section {
   background: #f8f9fa;
   padding: 7rem 0;
}

.condition-card {
   background: linear-gradient(135deg, #a8edea, #fed6e3);
   padding: 25px 20px;
   transition: all .3s ease-in-out;
   border-radius: 10px;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   position: relative;
   align-self: stretch;
   height: 100%;
   min-height: 370px;
}

.condition-card .condition-card-image img {
   width: 94px;
   margin-bottom: 20px;
}

.condition-card .condition-card-title h3 {
   font-size: 22px;
   font-weight: 600;
   color: var(--dark-green);
   margin-bottom: 25px;
   line-height: 1.2;
}

.condition-card .condition-card-details {
   display: flex;
   flex-grow: 1;
   flex-flow: column wrap;
}

.condition-card .condition-card-details p {
   color: rgba(40, 40, 50, .6);
   margin: 0 0 20px;
}

.condition-card .condition-card-details .condition-card-medicines {
   margin: 0 -20px 10px;
   padding: 0;
   list-style: none;
   overflow: hidden;
}

.condition-card .condition-card-details .condition-card-medicines li a {
   transition: all ease-in-out .3s;
   padding: 10px 20px;
   display: flex;
   width: 100%;
   text-decoration: none;
   color: var(--dark-green);
}

.condition-card .condition-card-details .condition-card-medicines li a:hover {
   transform: translateY(-2px);
}

.condition-card .condition-card-details .condition-card-medicines li a .medicineName {
   -webkit-box-flex: 1;
   -ms-flex: 1;
   flex: 1;
}

.condition-card .condition-read-more {
   margin: 20px 0;
}

.condition-card .condition-read-more a {

   font-size: 16px;
   padding: 11px 30px;
   font-weight: 400;
   margin-top: 10px;
   height: 40px;
   width: 100%;
   max-width: 240px;
   background-color: transparent;
   border: 1px solid transparent;
   border-color: var(--dark-green);
   color: var(--dark-green);
   border-radius: 50px;
}



/* Health Partners Section */
.health-partners-section {
   background: linear-gradient(1deg, #169F8680 -15.33%, #FFFFFF00 111.91%);
   padding: 7rem 0;
}

.partner-card {
   background: #e9ecef;
   border-radius: 15px;
   padding: 25px;
   transition: all 0.3s ease;
   height: 100%;
   border: none;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.partner-card:hover {
   transform: translateY(-2px);
   box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.partner-header {
   margin-bottom: 20px;
}

.partner-name {
   font-size: 18px;
   font-weight: 600;
   color: #2d3436;
   margin-bottom: 3px;
}

.partner-designation {
   color: #6c757d;
   font-size: 14px;
   font-weight: 400;
   display: block;
}

.partner-image-container {
   margin-bottom: 20px;
   text-align: center;
}

.partner-image {
   width: 100%;
   max-width: 250px;
   height: 280px;
   border-radius: 10px;
   object-fit: cover;
   object-position: center;
}

.partner-info {
   text-align: center;
}

.registration-info {
   color: #6c757d;
   font-size: 14px;
   margin-bottom: 15px;
   font-weight: 400;
}

.meet-link {
   color: #495057;
   font-weight: 500;
   font-size: 14px;
   text-decoration: none;
   display: inline-flex;
   align-items: center;
   gap: 6px;
   transition: all 0.3s ease;
}

.meet-link:hover {
   color: #2d3436;
   text-decoration: none;
}

.meet-link i {
   font-size: 12px;
   transition: transform 0.3s ease;
}

.meet-link:hover i {
   transform: translateX(3px);
}

@media (max-width: 768px) {
   .health-partners-section {
      padding: 50px 0;
   }

   .partner-card {
      padding: 20px;
      margin-bottom: 20px;
   }

   .partner-name {
      font-size: 16px;
   }

   .partner-image {
      height: 220px;
   }
}





/* Treatment section  */
.treatments-section {
   background: transparent;
   padding: 7rem 0;
}

.search-container {
   max-width: 600px;
   margin: 0 auto 60px;
   position: relative;
}

.search-input {
   border-radius: 50px;
   border: 2px solid #e9ecef;
   padding: 15px 60px 15px 25px;
   font-size: 16px;
   box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
}

.search-input:focus {
   border-color: #007bff;
   box-shadow: 0 4px 20px rgba(0, 123, 255, 0.15);
   outline: none;
}

.search-btn1 {
   position: absolute;
   right: 8px;
   top: 50%;
   transform: translateY(-50%);
   background: none;
   border: none;
   padding: 10px 15px;
   color: #6c757d;
   font-size: 18px;
   cursor: pointer;
   transition: color 0.3s ease;
}

.search-btn1:hover {
   color: var(--parrot-green);
   background: var(--dark-green);
   border-radius: 50px;
}

.treatment-card {
   background: white;
   border-radius: 20px;
   border: none;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
   height: 100%;
   overflow: hidden;
}

.treatment-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.treatment-card .treatment-image {
   min-height: 130px;
   max-height: 130px;
   background-color: #ffffff;
   margin: 0 -20px;
   position: relative;
   overflow: hidden;
   text-align: center;
   -moz-border-radius: 10px 10px 0 0;
   -webkit-border-radius: 10px 10px 0 0;
   border-radius: 10px 10px 0 0;
}

.treatment-card .treatment-image:before {
   content: "";
   width: 133px;
   height: 133px;
   -moz-border-radius: 100px;
   -webkit-border-radius: 100px;
   border-radius: 100px;
   background-color: var(--parrot-green);
   position: absolute;
   top: 35%;
   left: 50%;
   -moz-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
}

.treatment-card .treatment-image img {
   position: relative;
   margin: 0 auto;
   max-width: 150px;
   margin-top: 10px;
}

.treatment-card .treatment-medicine-title {
   margin: 18px 0 10px;
   font-weight: 400;
   font-size: 24px;
   line-height: 1;
}

.card-body {
   padding: 30px 25px;
}

.treatment-title {
   font-size: 28px;
   font-weight: 700;
   color: var(--dark-green);
   margin-bottom: 8px;
}

.treatment-subtitle {
   color: #636e72;
   font-size: 14px;
   font-weight: 500;
   margin-bottom: 15px;
   display: block;
}

.treatment-description {
   color: #636e72;
   line-height: 1.6;
   margin-bottom: 25px;
   font-size: 15px;
   display: -webkit-box;
   line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}

.price-tag {
   font-size: 24px;
   font-weight: 700;
   color: #2d3436;
   margin-bottom: 20px;
}

.price-label {
   font-size: 14px;
   color: #636e72;
   font-weight: 500;
}

.btn-get-treatment {
   background: linear-gradient(180deg, var(--dark-green), var(--light-green));
   border: none;
   border-radius: 50px;
   padding: 12px 0;
   font-weight: 600;
   transition: all 0.3s ease;
   text-decoration: none;
   color: white;
   text-align: center;
   display: block;
}

.btn-get-treatment:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
   color: white;
   text-decoration: none;
}

.btn-read-more {
   border: 2px solid #e9ecef;
   background: transparent;
   border-radius: 50px;
   padding: 10px 0;
   font-weight: 600;
   color: #636e72;
   transition: all 0.3s ease;
   text-decoration: none;
   text-align: center;
   display: block;
}

.btn-read-more:hover {
   border-color: #667eea;
   color: #667eea;
   text-decoration: none;
   background: rgba(102, 126, 234, 0.05);
}

.treatment-section-title {
   text-align: center;
   margin-bottom: 50px;
}


@media (max-width: 768px) {
   .treatments-section {
      padding: 50px 0;
   }

   .treatment-section-title h2 {
      font-size: 28px;
   }

   .search-input {
      padding: 12px 50px 12px 20px;
      font-size: 14px;
   }

   .treatment-title {
      font-size: 24px;
   }

   .card-body {
      padding: 25px 20px;
   }
}

/* symptoms-section  */
.symptoms-section {
   background: linear-gradient(1deg, #169F8680 -15.33%, #FFFFFF00 111.91%);
   padding: 7rem 0;
}

.symptom-card {
   background: white;
   border-radius: 20px;
   padding: 25px 20px;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
   transition: all 0.3s ease;
   height: 100%;
   text-align: center;
}

.symptom-card:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.symptom-card .symptom-image {
   margin-bottom: 20px;
}

.symptoms-section .section-title {
   text-align: center;
   margin-bottom: 50px;
}

.symptom-card .symptom-title {
   font-size: 28px;
   font-weight: 700;
   color: var(--dark-green);
   margin-bottom: 15px;
   text-align: left;
}

.symptoms-list {
   padding: 0;
   margin-bottom: 10px;
   list-style: none;
   text-align: left;
}

.symptom-item {
   padding: 5px 10px;
   font-size: 16px;
   color: var(--dark-green);
   transition: all 0.3s ease;
   cursor: pointer;
}

.symptom-item:hover {
   transform: translateY(-2px);
}

.symptom-item:active {
   transform: translateY(0);
}

@media (max-width: 768px) {
   .symptoms-section {
      padding: 50px 0;
   }

   .symptoms-section .section-title h2 {
      font-size: 28px;
   }

   .symptom-item {
      font-size: 14px;
      padding: 12px 15px;
   }
}