/*-------------------------------- Section title css start --------------------------------*/

.section-title {
  font-size: 54px;
  line-height: 1.1;
  font-weight: 600;
  color: #0b1f33;
  margin-bottom: 28px;
  letter-spacing: -1px;
}

.section-title span {
  color: #00a69c;
}

h3.section-title{
  font-family: Quicksand, sans-serif;
}

@media (max-width: 1100px) {

  .section-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {

  .section-title {
    font-size: 32px;
  }
}

/*-------------------------------- Section title css end --------------------------------*/


/* <-----------------------hero section css start---------------------------------------> */

.mri-hero-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(0, 170, 255, 0.15), transparent 35%),
    linear-gradient(135deg, #f8fbff 0%, #eef7ff 100%);
  padding: 60px 20px;
}

.mri-hero-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.mri-hero-content {
  width: 52%;
  position: relative;
  z-index: 2;
}

.mri-hero-content h1 {
  font-size: 56px;
  line-height: 1.2;
  font-weight: 600;
  color: #0b1f33;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.mri-hero-content h1 span {
  color: #00a69c;
}

.mri-hero-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #516173;
  max-width: 620px;
  margin-bottom: 35px;
}

.mri-hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.xtra-secondary-btn {
  text-decoration: none;
  padding: 16px 30px;
  border-radius: 14px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.xtra-secondary-btn {
  border: 1px solid #c9d8e6;
  background: #fff;
  color: #0b1f33;
}

.xtra-secondary-btn:hover {
  background: #f4f8fc;
}

.mri-hero-image{
  position: relative;
}

.mri-hero-image img {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.mri-fp-wrapper{
  position: absolute;
  top: 30%;
  left: -10%;
  z-index: 2;
  background: #fff;
  padding: 20px;
  max-width: 200px;
  color: #00a69c;
  border-radius: 10px;
}

.mri-fp-wrapper .mri-fp-info{
  margin-bottom: 6px;
  font-size: 14px;
}

.mri-fp{
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.mri-fp span{
  font-size: 17px;
}

.image-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(0, 166, 255, 0.18);
  filter: blur(90px);
  border-radius: 50%;
  z-index: 1;
}

/* FEATURE GRID */

.mri-feature-grid {
  position: relative;
  z-index: 10;
  margin-top: -45px;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.mri-feature-card {
  padding: 28px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid #edf2f7;
}

.mri-feature-card:last-child {
  border-right: 0;
}

.mri-feature-img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mri-feature-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mri-feature-card h4 {
  font-size: 16px;
  color: #0d2b66;
  margin-bottom: 5px;
  font-weight: 700;
}

.mri-feature-card p {
  margin: 0;
  color: #6f7f92;
  font-size: 14px;
  line-height: 1.5;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 1100px) {
  .mri-hero-content h1 {
    font-size: 48px;
  }

  .mri-hero-wrapper {
    gap: 40px;
  }
  .mri-feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .mri-hero-wrapper {
    flex-direction: column;
  }

  .mri-hero-content,
  .mri-hero-image {
    width: 100%;
  }

  .mri-hero-content {
    text-align: center;
  }

  .mri-hero-cta{
    justify-content: center;
  }

  .mri-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .mri-fp-wrapper{
    left: -4%;
  }

  .mri-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .mri-hero-section {
    padding: 70px 8px;
  }

  .mri-hero-content h1 {
    font-size: 36px;
  }

  .mri-hero-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .mri-hero-cta {
    flex-direction: column;
  }

  .mri-fp-wrapper{
    top: 70%;
    left: 2%;
  }

  .xtra-secondary-btn {
    width: 100%;
  }

  .feature-card {
    width: 100%;
  }

  .mri-feature-grid {
    grid-template-columns: 1fr;
  }

  .mri-feature-card {
    border-right: 0;
    border-bottom: 1px solid #edf2f7;
  }

  .mri-feature-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 576px){
  .mri-fp-wrapper{
    max-width: 140px;
  }
  .mri-fp{
    font-size: 20px;
  }
}


/* <-----------------------hero section css end---------------------------------------> */



/* <-----------------------MRI section css start---------------------------------------> */

.mri-info-section {
  position: relative;
  overflow: hidden;
  padding: 60px 20px;
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
}

.mri-info-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  margin-bottom: 20px;
}

/* ========================= */
/* IMAGE AREA */
/* ========================= */

.mri-info-image-area {
  width: 48%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-shape {
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: rgba(0, 153, 255, 0.12);
  filter: blur(90px);
  z-index: 1;
}

.main-image-card {
  position: relative;
  z-index: 2;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.main-image-card img {
  width: 100%;
  display: block;
  border-radius: 10px;
}


/* ========================= */
/* CONTENT AREA */
/* ========================= */

.mri-info-content {
  width: 52%;
}

.mri-info-content p, .mri-more-info p {
  font-size: 16px;
  line-height: 1.9;
  color: #5d6c7c;
  margin-bottom: 22px;
}


/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 1100px) {

  .mri-info-container {
    gap: 40px;
  }
}

@media (max-width: 991px) {

  .mri-info-container {
    flex-direction: column;
  }

  .mri-info-image-area,
  .mri-info-content {
    width: 100%;
  }

  .mri-info-content {
    text-align: center;
  }
}

@media (max-width: 767px) {

  .mri-info-section {
    padding: 40px 8px;
  }

  .mri-info-content p {
    font-size: 16px;
    line-height: 1.8;
  }
}

/*------------------------------------------------------ MRI Section End ------------------------------------------------------*/


/*------------------------------------------------------ How long Sec Start ------------------------------------------------------*/

/* =============================== */
/* MRI DURATION SECTION */
/* =============================== */

.mri-duration-section {
  position: relative;
  padding: 60px 0;
  background:
    linear-gradient(180deg, #fff4f4 0%, #ffffff 100%);
}

/* =============================== */
/* CONTENT */
/* =============================== */

.mri-duration-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #5d6c7c;
  margin-bottom: 20px;
}


/* =============================== */
/* RIGHT VISUAL */
/* =============================== */

.mri-duration-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mri-duration-visual img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* =============================== */
/* RESPONSIVE */
/* =============================== */


@media (max-width: 991px) {

  .mri-duration-section {
    padding: 40px 0;
  }

  .mri-duration-content {
    text-align: center;
  }

  .duration-feature-grid {
    margin-bottom: 50px;
  }

  .mri-duration-visual {
    min-height: auto;
  }

}

@media (max-width: 767px) {

  .mri-duration-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .duration-feature-grid {
    grid-template-columns: 1fr;
  }

  .scan-time-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .scan-time-top {
    align-items: flex-start;
  }

  .scan-time-top h4 {
    font-size: 24px;
  }

  .time-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    font-size: 28px;
  }

  .pulse-one {
    width: 260px;
    height: 260px;
  }

  .pulse-two {
    width: 340px;
    height: 340px;
  }

}


/*------------------------------------------------------ How long Sec End ------------------------------------------------------*/



/*------------------------------------------------------ Why Choose Start ------------------------------------------------------*/

/* ==================================== */
/* WHY CHOOSE XTRACARE SECTION */
/* ==================================== */

.xtracare-why-section {
  position: relative;
  padding: 60px 0;
  background:
    radial-gradient(circle at top right,
      rgba(0, 153, 255, 0.08),
      transparent 35%),
    linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

/* ==================================== */
/* CONTENT */
/* ==================================== */

.section-description {
  font-size: 17px;
  line-height: 1.9;
  color: #5d6c7c;
  margin-bottom: 40px;
}

/* ==================================== */
/* FEATURE LIST */
/* ==================================== */

.why-feature-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.why-feature-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.why-feature-card:hover {
  transform: translateY(-4px);
}

.feature-img-wrap {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.feature-content h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #0b1f33;
}

.feature-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #607080;
  margin: 0;
}

/* ==================================== */
/* VISUAL AREA */
/* ==================================== */

.why-xtracare-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 700px;
}

.why-xtracare-content {
  position: sticky;
  top: 140px;
}


/* ==================================== */
/* RESPONSIVE */
/* ==================================== */

@media (max-width: 991px) {

  .xtracare-why-section{
    padding: 40px 0;
  }

  .why-xtracare-content {
    text-align: center;
    position: static;
  }

  .why-feature-card {
    text-align: left;
  }

}

@media (max-width: 767px) {

  .xtracare-why-section {
    padding: 40px 0;
  }

  .section-description {
    font-size: 16px;
    line-height: 1.8;
  }

  .why-feature-card {
    padding: 20px;
    gap: 15px;
  }

  .feature-icon-wrap {
    width: 54px;
    height: 54px;
    min-width: 54px;
    font-size: 24px;
  }

  .feature-content h4 {
    font-size: 18px;
  }

}

/*------------------------------------------------------ Why Choose End ------------------------------------------------------*/


/* ===================================== */
/* BOOK MRI BANNER SECTION */
/* ===================================== */

.book-mri-banner-section {
  position: relative;
  padding: 100px 0;
}

/* ===================================== */
/* BACKGROUND IMAGE */
/* ===================================== */

.book-mri-banner-bg {
  position: absolute;
  inset: 0;
}

.book-mri-banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================== */
/* DARK OVERLAY */
/* ===================================== */

.book-mri-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0, 20, 45, 0.82) 0%,
      rgba(0, 85, 170, 0.72) 100%
    );
}

/* ===================================== */
/* CONTENT */
/* ===================================== */

.book-mri-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.book-mri-banner-content .section-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 26px;
}

.book-mri-banner-content .section-badge span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00ff95;
}

.book-mri-banner-content .section-title {
  color: #fff;
}

.book-mri-banner-content p{
  font-size: 17px;
  color: #fff;
  margin-bottom: 20px;
}

.book-mri-highlights{
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

/* ===================================== */
/* CTA BUTTONS */
/* ===================================== */

.cta-button-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.primary-btn {
  background: #fff;
  color: #00a69c;
  box-shadow: 0 18px 35px rgba(0,0,0,0.14);
}

.primary-btn:hover {
  transform: translateY(-4px);
}

.secondary-btn {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}

.secondary-btn:hover {
  background: rgba(255,255,255,0.20);
  transform: translateY(-4px);
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 991px) {

  .book-mri-banner-section {
    padding: 80px 0;
  }

}

@media (max-width: 767px) {

  .book-mri-banner-section {
    padding: 50px 0;
    border-radius: 26px;
  }

  .book-mri-banner-content p{
  font-size: 15px;
}

.book-mri-highlights{
  font-size: 24px;
}

  .cta-button-group {
    flex-direction: column;
  }

  .cta-btn {
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
  }

}

/*------------------------------------------------ MRI Preparation CSS Start ------------------------------------------------*/

/* ===================================== */
/* MRI PREPARATION SECTION */
/* ===================================== */

.mri-preparation-section {
  position: relative;
  padding: 60px 0;
  background:
    linear-gradient(180deg, #f7fffe 0%, #ffffff 100%);
}

/* ===================================== */
/* HEADING */
/* ===================================== */

.mri-preparation-heading {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.mri-preparation-heading p {
  font-size: 17px;
  line-height: 1.9;
  color: #607080;
  margin-top: 20px;
}

/* ===================================== */
/* STEP CARD */
/* ===================================== */

.prep-step-card {
  position: relative;
  height: 100%;
  padding: 38px 32px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 20px 45px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
  overflow: hidden;
}

.prep-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0,166,156,0.18);
  box-shadow: 0 30px 60px rgba(0,166,156,0.10);
}

/* TOP GLOW */

.prep-step-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(0,166,156,0.05);
}

/* STEP NUMBER */

.step-number {
  position: absolute;
  top: 24px;
  right: 28px;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  color: rgba(0,166,156,0.25);
}

/* ICON */

.step-img-wrap {
  width: 70px;
  height: 70px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.step-img-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* CONTENT */

.prep-step-card h4 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b1f33;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.prep-step-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #607080;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 991px) {

  .mri-preparation-section {
    padding: 40px 0;
  }

  .mri-preparation-heading {
    margin-bottom: 50px;
  }

}

@media (max-width: 767px) {

  .mri-preparation-heading p {
    font-size: 16px;
    line-height: 1.8;
  }

  .prep-step-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .step-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    font-size: 26px;
    margin-bottom: 24px;
  }

  .prep-step-card h4 {
    font-size: 21px;
  }

  .step-number {
    font-size: 44px;
    top: 20px;
    right: 20px;
  }

}

/*------------------------------------------------ MRI Preparation CSS End ------------------------------------------------*/



/*------------------------------------------------ MRI Risk CSS Start ------------------------------------------------*/

/* ===================================== */
/* MRI RISK & SAFETY SECTION */
/* ===================================== */

.mri-risk-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7fffe 100%);
}

/* ===================================== */
/* HEADING */
/* ===================================== */

.mri-risk-heading {
  max-width: 850px;
  margin: 0 auto 60px;
}

.mri-risk-heading p {
  font-size: 17px;
  line-height: 1.9;
  color: #607080;
  margin-top: 20px;
}

/* ===================================== */
/* CARD */
/* ===================================== */

.risk-image-card {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 20px 45px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
}

.risk-image-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,166,156,0.12);
}

/* IMAGE */

.risk-card-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.risk-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.risk-image-card:hover .risk-card-image img {
  transform: scale(1.06);
}

/* CONTENT */

.risk-card-content {
  position: relative;
  padding: 34px 30px 30px;
}

/* ICON */

.risk-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  background: linear-gradient(135deg, #00a69c 0%, #00c7bb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin-top: -68px;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  box-shadow: 0 18px 40px rgba(0,166,156,0.20);
}

/* TEXT */

.risk-card-content h4 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b1f33;
  margin-bottom: 16px;
}

.risk-card-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #607080;
  margin: 0;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 991px) {

  .mri-risk-section {
    padding: 40px 0;
  }

  .mri-risk-heading {
    margin-bottom: 50px;
  }

}

@media (max-width: 767px) {

  .mri-risk-heading p {
    font-size: 16px;
    line-height: 1.8;
  }

  .risk-card-image {
    height: 220px;
  }

  .risk-card-content {
    padding: 28px 24px 24px;
  }

  .risk-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 24px;
    margin-top: -58px;
    margin-bottom: 20px;
  }

  .risk-card-content h4 {
    font-size: 21px;
  }

}

/*------------------------------------------------ MRI Risk CSS End ------------------------------------------------*/


/*------------------------------------------------ MRI Price CSS Start ------------------------------------------------*/

/* ===================================== */
/* MRI PRICING SECTION */
/* ===================================== */

.mri-pricing-section {
  position: relative;
  padding: 80px 0;
  background:
    linear-gradient(180deg, #f7fffe 0%, #ffffff 100%);
}

/* ===================================== */
/* HEADING */
/* ===================================== */

.mri-pricing-heading {
  max-width: 850px;
  margin: 0 auto 60px;
}

.mri-pricing-heading p {
  font-size: 17px;
  line-height: 1.9;
  color: #607080;
  margin-top: 20px;
}

/* ===================================== */
/* PRICE CARD */
/* ===================================== */

.mri-price-card {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 20px 45px rgba(0,0,0,0.05);
  transition: all 0.35s ease;
}

.mri-price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0,166,156,0.12);
  border-color: rgba(0,166,156,0.18);
}

/* FEATURED CARD */

/* TOP */

.price-card-top {
  padding: 34px 30px 26px;
}

.scan-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #00a69c;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price-card-top h4 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b1f33;
  margin: 0;
  min-height: 76px;
}

/* BOTTOM */

.price-card-bottom {
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.price-card-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: rgba(0,0,0,0.06);
}

.featured-card .price-card-bottom::before {
  background: rgba(255,255,255,0.18);
}

.starting-text {
  font-size: 14px;
  color: #607080;
  margin-bottom: 10px;
}

.price-amount {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  color: #00a69c;
}

/* ===================================== */
/* CTA */
/* ===================================== */

.pricing-cta-wrap {
  margin-top: 55px;
}

.pricing-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #00a69c 0%, #00c7bb 100%);
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 20px 45px rgba(0,166,156,0.22);
  transition: all 0.3s ease;
}

.pricing-cta-btn:hover {
  transform: translateY(-4px);
  color: #fff;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 991px) {

  .mri-pricing-section {
    padding: 40px 0;
  }

  .mri-pricing-heading {
    margin-bottom: 50px;
  }

}

@media (max-width: 767px) {

  .mri-pricing-heading p {
    font-size: 16px;
    line-height: 1.8;
  }

  .mri-price-card {
    border-radius: 24px;
  }

  .price-card-top {
    padding: 20px;
  }

  .price-card-bottom {
    padding: 20px;
  }

  .price-card-top h4 {
    font-size: 22px;
    min-height: auto;
  }

  .price-amount {
    font-size: 34px;
  }

  .pricing-cta-btn {
    width: 100%;
    padding: 18px 20px;
    font-size: 16px;
  }

}

/*------------------------------------------------ MRI Price CSS End ------------------------------------------------*/



/*------------------------------------------------ MRI Detect CSS Start ------------------------------------------------*/

/* ===================================== */
/* MRI DETECT SECTION */
/* ===================================== */

.mri-detect-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    linear-gradient(80deg,#f7fffe 20%, #ffffff 30%, #f7fffe 50%);
}

/* ===================================== */
/* HEADING */
/* ===================================== */

.mri-detect-heading {
  max-width: 950px;
  margin: 0 auto 70px;
}

.detect-intro-content {
  margin-top: 24px;
}

.detect-intro-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #607080;
  margin-bottom: 18px;
}

.detect-intro-content p:last-child {
  margin-bottom: 0;
}

/* ===================================== */
/* DETECT CARD */
/* ===================================== */

.detect-card {
  position: relative;
  height: 100%;
  padding: 38px 32px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, #ffffff 0%, #fbfffe 100%);
  border-bottom: 5px solid #00beb3;
  z-index: 1;
  transition: all 0.35s ease;
  box-shadow:
    0 20px 45px rgba(0,0,0,0.05),
    0 0 0 1px rgba(0,166,156,0.10);
}

/* GRADIENT BORDER */

.detect-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(0,166,156,0.30),
      rgba(0,199,187,0.08)
    );
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
}

/* PATTERN */

.detect-pattern {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background:
    radial-gradient(
      rgba(0,166,156,0.08) 2px,
      transparent 2px
    );
  background-size: 16px 16px;
  opacity: 0.7;
}

/* HOVER */

.detect-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 30px 70px rgba(0,166,156,0.12),
    0 0 0 1px rgba(0,166,156,0.18);
}

/* ICON */

.detect-icon {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, #00a69c 0%, #00c7bb 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 40px rgba(0,166,156,0.18);
}

/* CONTENT */

.detect-card h4 {
  font-size: 24px;
  line-height: 1.3;
  color: #0b1f33;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.detect-card p {
  font-size: 15px;
  line-height: 1.9;
  color: #607080;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 991px) {

  .mri-detect-section {
    padding: 50px 0;
  }

  .mri-detect-heading {
    margin-bottom: 55px;
  }

}

@media (max-width: 767px) {

  .detect-intro-content p {
    font-size: 16px;
    line-height: 1.8;
  }

  .detect-card {
    padding: 30px 24px;
    border-radius: 24px;
  }

  .detect-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    font-size: 28px;
    margin-bottom: 22px;
  }

  .detect-card h4 {
    font-size: 21px;
  }

}

/*------------------------------------------------ MRI Detect CSS End ------------------------------------------------*/


/*------------------------------------------------ FAQ CSS Start ------------------------------------------------*/

/* ===================================== */
/* MRI FAQ SECTION */
/* ===================================== */

.mri-faq-section {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background:
    linear-gradient(180deg, #f7fffe 0%, #ffffff 100%);
}

/* ===================================== */
/* HEADING */
/* ===================================== */

.mri-faq-heading {
  max-width: 850px;
  margin: 0 auto 60px;
}

.mri-faq-heading p {
  font-size: 17px;
  line-height: 1.9;
  color: #607080;
  margin-top: 20px;
}

/* ===================================== */
/* FAQ WRAPPER */
/* ===================================== */

.mri-faq-wrapper {
  max-width: 980px;
  margin: auto;
}

/* ===================================== */
/* FAQ CARD */
/* ===================================== */

.faq-card {
  position: relative;
  border: none;
  border-radius: 26px !important;
  margin-bottom: 22px;
  background: #fff;
  box-shadow:
    0 20px 45px rgba(0,0,0,0.05),
    0 0 0 1px rgba(0,166,156,0.08);
}

/* PATTERN */

.faq-card::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background:
    radial-gradient(
      rgba(0,166,156,0.08) 2px,
      transparent 2px
    );
  background-size: 16px 16px;
}

/* ===================================== */
/* ACCORDION BUTTON */
/* ===================================== */

.accordion-button {
  position: relative;
  z-index: 2;
  padding: 30px 34px;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  color: #0b1f33 !important;
  border-radius: 0 !important;
}

/* ACTIVE */

.accordion-button:not(.collapsed) {
  color: #00a69c !important;
}

/* ICON */

.accordion-button::after {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background-color: rgba(0,166,156,0.10);
  background-position: center;
  background-size: 16px;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-color: rgb(0 166 156 / 10%);
  transform: rotate(-180deg);
}

/* ===================================== */
/* BODY */
/* ===================================== */

.accordion-body {
  position: relative;
  z-index: 2;
  padding: 0 34px 34px;
  font-size: 16px;
  line-height: 1.9;
  color: #607080;
}

/* REMOVE DEFAULT */

.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 26px !important;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

/* ===================================== */
/* RESPONSIVE */
/* ===================================== */

@media (max-width: 991px) {

  .mri-faq-section {
    padding: 50px 0;
  }

  .mri-faq-heading {
    margin-bottom: 50px;
  }

}

@media (max-width: 767px) {

  .mri-faq-heading p {
    font-size: 16px;
    line-height: 1.8;
  }

  .faq-card {
    border-radius: 22px !important;
    margin-bottom: 18px;
  }

  .accordion-button {
    padding: 24px 22px;
    font-size: 18px;
    line-height: 1.5;
  }

  .accordion-body {
    padding: 0 22px 26px;
    font-size: 15px;
    line-height: 1.8;
  }

  .accordion-button::after {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

}

/*------------------------------------------------ FAQ CSS End ------------------------------------------------*/
