.arthrosamid-hero {
  /* background: url(../images/dexacan-hero.jpg) no-repeat; */
  background-position: 0px 13%;
  background-size: cover;
  padding: 7% 0px 4% 0px;
  position: relative;
}

.arthrosamid-hero .hero-img {
  opacity: 0.4;
  inset: 0px;
  position: absolute;
}

@media (max-width: 767px) {
  .arthrosamid-hero {
    background-position: top right;
    background-size: 210% auto;
  }
}

.arthrosamid-hero:after {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(180deg, #2358a7 0%, #002738 50%);
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.arthrosamid-hero .container {
  z-index: 99;
  position: relative;
}

.arthrosamid-hero .hero-text h1 {
  font-family: Lato, sans-serif !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}

.arthrosamid-hero .hero-text h2 {
  font-family: Lato, sans-serif !important;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .arthrosamid-hero .hero-text h2 {
    font-size: 68px;
  }
}

.arthrosamid-hero .hero-text p {
  color: #fff;
  font-family: Lato, sans-serif !important;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0px;
}

@media (max-width: 767px) {
  .arthrosamid-hero .hero-text p {
    font-size: 15px;
  }
}

.arthrosamid-hero .btn-wrap .btn {
  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;
}

.arthrosamid-hero .btn-wrap .btn:hover {
  background-color: #fff;
  border: 0.5px solid #00305b;
  color: #00305b;
}

.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;
}

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

.arthrosamid-main .artho-right .quote {
  background-color: #f97224;
  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;
}

.how-works {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.how-works:after {
  content: "";
  background-color: #003366;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.why-choose {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.why-choose .head-wrap {
  margin-bottom: 4rem;
}

.why-choose .head-wrap h2 {
  text-align: center;
  margin: 0px;
}

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

.why-choose .why-cards {
  background-color: #ffffff;
  border-radius: 0.75rem;
  border-bottom: 4px solid#003366;
  transition: box-shadow 300ms ease, transform 300ms ease;
}

.why-choose .why-cards.arthro-org {
  border-color: #f97224;
}

.why-choose .why-cards.arthro-org .card-icon {
  background-color: #fff7ed;
}

.why-choose .why-cards.arthro-org .card-icon svg path {
  fill: #f97224;
}

.why-choose .why-cards .card-icon {
  border-radius: 9999px;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eff6ff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.why-choose .why-cards .card-icon svg {
  font-size: 1.7rem;
  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 4px 10px rgba(0, 0, 0, 0.15);
}

.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;
}

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

.treatment-journey {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.treatment-journey:after {
  content: "";
  background: #003366;
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.treatment-journey .header-div div {
  max-width: 42rem;
}

.treatment-journey .header-div h2 {
  /* color: #003366; */
  color: #fff;
}

.treatment-journey .header-div p {
  /* color: #4b5563; */
  color: #fff;
}

.treatment-journey .header-div span {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f97224;
}

.treatment-journey .card-inner {
  background-color: #f8f9fa;
  position: relative;
  padding: 2rem;
  border-radius: 0.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.treatment-journey .card-inner:hover {
  transform: translateY(-6px) scale(1);
}

.treatment-journey .card-inner span {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #e5e7eb;
}

.treatment-journey .card-inner h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #003366;
  margin: 1rem 0px 0.75rem;
}

.treatment-journey .card-inner p {
  color: #4b5563;
  line-height: 1.625;
  font-size: 0.875rem;
  margin: 0px;
}

.faq-n-safety {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.faq-n-safety .faqs-div h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 2rem;
}

.faq-n-safety .faqs-div .arthro-org {
  border-left: 4px solid #f97224;
}

.faq-n-safety .faqs-div .arthro-blue {
  border-left: 4px solid #003366;
}

.faq-n-safety .faqs-div .arthro-org p,
.faq-n-safety .faqs-div .arthro-blue p {
  color: #4b5563;
}


/* ----------14-01-2026--------- */


/* SAFETY SECTION */

.Safety h3 {
  font-weight: 700;
  color: #0b3c6f;
  margin-bottom: 24px;
}


/* COMMON CARD */

.card-one {
  background: #f0f7ff;
  border-radius: 0.5rem;
  /* border-left: 4px solid #0b5ed7; */
}


/* SEVERE CARD */

.card-two {
  background: #fff5eb;
  border-radius: 0.5rem;
  border-left: 4px solid #ff8d50e1;
}


/* HEADINGS */

.card-one h6,
.card-two h6 {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.card-two h6 {
  color: #f97224;
}


/* ICONS */

.card-one h6::before {
  content: "ℹ";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #e0edff;
  color: #0b5ed7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.card-two h6::before {
  content: "⚠";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ffe4cf;
  color: #f26b21;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}


/* LIST STYLE */

.Safety ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.Safety li {
  margin-bottom: 10px;
  line-height: 1.6;
  color: #5b6770;
}


/* STRONG TEXT */

.Safety li strong {
  color: #1f2933;
  font-weight: 600;
}


/* LAST ITEM SPACING FIX */

.Safety li:last-child {
  margin-bottom: 0;
}


/*-----------------------HOW IT WORKS SECTION------------------------*/

.how-works .head-wrap {
  margin-bottom: 4rem;
}

.how-works .head-wrap h2 {
  text-align: center;
  margin: 0px;
  color: #fff;
}

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

.how-works .row {
  display: flex;
  align-items: stretch;
  position: relative;
}


/* CARD STRUCTURE */

.work-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.work-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.step-badge {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0b3c6f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.work-card.after .step-badge {
  background: #f97224;
}

.work-text {
  font-size: 15px;
  line-height: 1.6;
  color: #5b6770;
}

.work-media {
  margin-top: auto;
  height: 320px;
  background: #b8cdbb;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.work-media img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.center-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.center-arrow svg {
  width: 26px;
  height: 26px;
  font-size: 20px;
  color: #f97224;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 8px;
}


/* MOBILE */

@media (max-width: 991px) {
  .how-works .row {
    flex-direction: column;
  }

  .work-media {
    height: 260px;
  }

  .center-arrow {
    display: none;
  }
}


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

.consultation {
  /* background: #043566; */
  /* deep clinic blue */
  background: #e5e7eb;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}


/* HEADING */

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


/* SUBTEXT */

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


/* BUTTON WRAPPER */

.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;
}


/* RESPONSIVE */

@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;
  }
}