.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;
  margin-top: 5px;
}

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

.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;
  text-align: center;
}

.why-choose .head-wrap h2 {
  text-align: center;
  margin: 0px;
}
.why-choose .head-wrap p {
  color: #4b5563;
}

.why-choose .head-wrap .bottom-line {
  width: 5rem;
  height: 0.25rem;
  margin: 1rem auto 0px;
  background-color: #f97224;
}
.faq-sec .head-wrap h2 {
  text-align: center;
  margin: 0px;
}
.faq-sec .head-wrap p {
  color: #4b5563;
}
.faq-sec .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: #ffffff;
}
.Safety .left-points::marker {
  /* color: #0b5ed7; */
  /* font-size: 12px; */
}
.Safety .right-points::marker {
  color: #f97224;
  /* font-size: 12px; */
}

/* 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;
  }
}

.side-effects {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.side-effects .head-wrap h2 {
    text-align: center;
    margin: 0px;
}

.side-effects .head-wrap p {
  text-align: center;
    color: rgba(255,255,255,.5);
}

.side-effects: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;
}
.side-effects h2 {
  font-weight: 700;
  color: #ffffff;
}

.side-effects .card-left h5,
.side-effects .card-right h5 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.side-effects .card-left h5::before,
.side-effects .card-right h5::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

/* Info Icon */
.side-effects .card-left h5::before {
  content: "ℹ";
  background: #e0edff;
  color: #0b5ed7;
}

/* Warning Icon */
.side-effects .card-right h5::before {
  content: "⚠";
  background: #ffe4cf;
  color: #f26b21;
}

.postcare-icon-box {
  width: 60px;
  height: 60px;
  background-color: #f4f6f9;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #f97316; /* adjust to your brand */
}

.pricing-card {
  border-radius: 30px;
  border: 4px solid rgba(255, 140, 0, 0.15);
}

.pricing-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
}

.price-currency {
  font-size: 24px;
  font-weight: 600;
  color: #6c757d;
}

.price-amount {
  font-size: 56px;
  font-weight: 800;
}

.price-suffix {
  font-size: 18px;
  color: #6c757d;
}
.pr-btn {
  background-color: #f97316;
  border-color: #f97316;
  color: #fff;
}

.download-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-brochure {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #00305b;
  text-decoration: none;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(0, 48, 91, 0.3);
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.download-brochure .material-symbols-outlined {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.download-brochure:hover {
  color: #f97224;
  border-bottom-color: #f97224;
}

/* ==========================
   Support Section
========================== */

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

/* .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

.support-box {
    background: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.support-content {
    padding: 60px;
}

.support-small-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f97316; /* Primary color */
    margin-bottom: 12px;
}

.support-title {
  color: #0b3c6f;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 16px;
}
/* .support-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 24px;
} */

.support-description {
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
    margin-bottom: 32px;
}

.support-button-wrap {
    display: flex;
}

/* .support-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    background-color: #0f172a;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 6px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.2);
}

.support-btn:hover {
    background-color: #1e293b;
} */

.support-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;
  text-decoration: none;
}

.support-btn:hover {
  background-color: #fff;
  border: 0.5px solid #00305b;
  color: #00305b;
}
.support-image-wrap {
    background: #f3f4f6;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-image {
    max-width: 100%;
    max-height: 100px;   /* 🔥 controls height */
    width: auto;
    height: auto;
    object-fit: contain;
}

/* ==========================
   Responsive
========================== */

@media (max-width: 991px) {
    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-content {
        padding: 40px;
    }

    .support-image-wrap {
        padding: 40px;
    }

    .support-title {
        font-size: 26px;
    }
}

.ref-section {
    /* padding: 80px 0; */
    background-color: #ffffff;
}


.ref-box {
    background: #f9f9f9;
    /* border-radius: 20px;
    border: 1px solid #eee; 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);*/
    padding: 3rem 2rem;
}
.ref-box img{
mix-blend-mode: multiply;
}


.ref-box ol{
  padding: 0px 0px 0px 20px;
  margin: 30px 0px 0px;
}
.ref-box ol li{
  margin:0px 0px 15px;
}
.ref-box ol li:last-of-type{
  margin: 0px;
}

.ref-section .head-wrap h2 {
    text-align: center;
    margin: 0px;
}

.ref-section .head-wrap p {
  text-align: center;
    color: rgba(255,255,255,.5);
}

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

/* .ref-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
} */