/*--------------------------------------INTRO SECTION---------------------------------------------------*/

.arthrosamid-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.arthrosamid-main h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #00305b;
}

.arthrosamid-main ul {
  margin: 1.5rem 0px;
  list-style: none;
  padding: 0;
}

.arthrosamid-main ul li svg path {
  fill: #f97224;
}

.arthrosamid-main .artho-right {
  position: relative;
  margin-top: 30px;
}

.arthrosamid-main .artho-right img {
  max-width: 100%;
}

.arthrosamid-main .artho-right .quote {
  /* background-color: #f97224; */
  background-color: #00305b;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .arthrosamid-main .artho-right .quote {
    position: absolute;
    right: -1.5rem;
    bottom: -1.5rem;
    max-width: 240px;
    margin-top: 0px;
    padding: 2rem;
  }
}

.arthrosamid-main .artho-right .quote p {
  color: #fff;
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}


/*---------------------------------------why-choose---------------------------------------------------*/


/* .why-choose {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #e5e7eb;
} */


/* 
.why-choose .head-wrap {
  margin-bottom: 4rem;
  text-align: center;
}

.why-choose .head-wrap .label-div {
  text-align: center;
  margin-bottom: 0.5rem;
}

.why-choose .head-wrap .label-div p {
  padding: 0.375rem 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #4a78a0;
  background-color: #e6f4f8;
  display: inline-block;
  border-radius: 9999px;
  font-size: 0.8rem;
}

.why-choose .head-wrap h2 {
  text-align: center;
  margin: 0px auto 0.5rem;
  font-weight: 700;
} */


/* 
.why-choose .head-wrap .bottom-line {
  width: 5rem;
  height: 0.25rem;
  margin: 1rem auto 0px;
  background-color: #f97224;
}

.why-choose .why-cards {
  position: relative;
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.why-choose .why-cards::after {
  content: "";
  width: 100%;
  background-color: #003366;
  height: 0.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.why-choose .why-cards .card-header {
  display: flex;
  margin-bottom: 1.5rem;
  align-items: center;
} */


/* 
.why-choose .why-cards .card-icon {
  border-radius: 9999px;
  padding: 0.5rem;
  display: flex;
  margin-right: 0.75rem;
  justify-content: center;
  align-items: center;
  background-color: #eff6ff;
  width: 45px;
  height: 45px;
}

.why-choose .why-cards .card-icon svg {
  font-size: 1.4rem;
  line-height: 2.25rem;
}

.why-choose .why-cards .card-icon svg path {
  fill: #003366;
  transition: fill 300ms ease;
}

.why-choose .why-cards:hover {
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.18);

} */


/* .why-choose .why-cards:hover .card-icon {
      background-color: #f97224;
      fill: #fff;
    } */


/* .why-choose .why-cards:hover .card-icon svg path {
      fill: #fff;
    } */


/* .why-choose .why-cards h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #003366;
  font-weight: 700;
  margin: 0px;
}

.why-choose .why-cards p {
  color: #4b5563;
} */


/*---------------------------------------Application section---------------------------------------------------*/

.rehab-section {
  background: #ffffff;
}

.rehab-box {
  border-top: 4px solid #00305b;
  background: #f8f9fa;
  padding: 30px;
  border-radius: 0 0 12px 12px;
  height: 100%;
}

.rehab-box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #00305b;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.rehab-box .rehab-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rehab-box .rehab-list .rehab-item {
  display: flex;
  margin-bottom: 25px;
}

.rehab-box .rehab-list .rehab-item .rehab-icon {
  font-size: 18px;
  color: #0f5fd5bf;
  margin-right: 15px;
  margin-top: 2px;
}

.rehab-item h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #00305b;
}

.rehab-item p {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

.rehab-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 400px;
}


/* .rehab-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.rehab-image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  position: absolute;
}

.rehab-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, #00305b, transparent);
  color: #ffffff;
  font-weight: 500;
}


/*---------------------------------------Clinical section--------------------------------------------------*/

.clinical-section {
  background: #f8f9fa;
}

.clinical-image img {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.clinical-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #00305b;
  margin-bottom: 30px;
  text-align: center;
}

.clinical-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  height: 100%;
  transition: all 0.3s ease;
}

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

.clinical-card h5 {
  font-weight: 600;
  color: #00305b;
  margin-bottom: 8px;
}

.clinical-card p {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}


/*---------------------------------------comparison SECTION---------------------------------------------------*/

.comparison-section {
  background: #f8f9fa;
}

.comparison-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #dee2e6;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.comparison-main-title {
  font-size: 28px;
  font-weight: 700;
  color: #00305b;
  margin-bottom: 50px;
}

.comparison-inner {
  position: relative;
}

.comparison-column {
  padding: 20px 30px;
}

@media (min-width: 768px) {
  .border-end-md {
    border-right: 1px solid #e9ecef;
  }
}

.comparison-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.left-heading {
  color: #0d6efd;
}

.right-heading {
  color: #6c757d;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-list li {
  margin-bottom: 12px;
  color: #6c757d;
  position: relative;
  padding-left: 18px;
}

.comparison-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #6c757d;
}


/*---------------------------------------benefits-section---------------------------------------------------*/

.benefits-section {
  background-color: #0d3b66;
  color: #ffffff;
  padding: 80px 0;
}

.benefits-section h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

.benefit-item {
  padding: 20px;
}

.benefit-icon {
  font-size: 38px;
  color: #ff7a00;
  margin-bottom: 18px;
}

.benefit-item h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.benefit-item p {
  font-size: 14px;
  color: #cfe2ff;
  margin: 0;
}


/*---------------------------------------WHO SECTION---------------------------------------------------*/

section#causes {
  background: transparent;
}

.who-section {
  padding: 3rem 0px;
  background: #f8f9fa;
}

.who-section h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #00305b;
  margin-bottom: 0px;
}

.who-section .head-wrap .bottom-line {
  width: 5rem;
  height: 0.25rem;
  margin: 1rem auto 0px;
  background-color: #f97224;
}

.who-section .causes-card {
  background-color: #0f2747;
  color: #ffffff;
  padding: 30px;
  border-radius: 16px;
}

.who-section .causes-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.who-section .causes-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.who-section .causes-card ul li {
  margin-bottom: 10px;
  opacity: 0.9;
  font-size: 16px;
  color: #fff;
}

.who-section .symptoms-card {
  background-color: #f97224;
  color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  min-height: 277px;
}

.who-section .symptoms-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.who-section .symptoms-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.who-section .symptoms-card ul li {
  margin-bottom: 10px;
  opacity: 0.9;
  font-size: 16px;
  color: #fff;
}


/*---------------------------------------CTA SECTION---------------------------------------------------*/


/* 
.consultation {
  background: #f8f9fa;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.consultation .div-heading h2 {
  color: #0b3c6f;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}

.consultation .div-heading p {
  color: #0b3c6f;
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.consultation .btn-div {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.consultation .btn-div a {
  background-color: #00305b;
  letter-spacing: 0.1em;
  border-radius: 0.5px;
  border: 0.5px solid #fff;
  transition: 0.5s;
  padding: 8px 30px;
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.consultation .btn-div a:hover {
  background-color: #fff;
  border: 0.5px solid #00305b;
  color: #00305b;
}

@media (max-width: 767px) {
  .consultation .div-heading h2 {
    font-size: 28px;
  }

  .consultation .div-heading p {
    font-size: 16px;
  }

  .consultation .btn-div {
    flex-direction: column;
    gap: 14px;
  }

  .consultation .btn-div a {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
} */


/* --------------------------------------------------------------------------------------------------------------------------------- */