.precision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  padding: 80px 0px 50px 0px;
  align-items: center;
}

.precision-content {
  grid-column: 1;
  grid-row: 1;
}

.precision>img {
  grid-column: 2;
  grid-row: 1 / 3;
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  align-self: center;
}

.precision-content-bottom {
  grid-column: 1;
  grid-row: 2;
}

.precision-content h1 {
    font-size: 66px;
    line-height: 68px;
    font-weight: 400;
    margin-bottom: 15px;
    white-space: normal;
    background: linear-gradient(90deg, #B62079 0%, #5C2D91 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.precision-content p,
.precision-content-bottom p {
  font-size: 20px;
  margin-bottom: 20px;
}

.precision-content-bottom a.consult-now {
  background: linear-gradient(90deg, #B62079 0%, #5C2D91 100%);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 15px 60px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
}

.precision-content p {
  font-size: 34px;
  margin-bottom: 20px;
}

.precision-content a {
  background: linear-gradient(0deg, #FF8592 0, #FFBBC6 100%);
  border-radius: 8px;
  color: #333333;
  text-align: center;
  padding: 15px 120px;
  display: inline-block;
  font-size: 20px;
}

.home-bg {
  position: relative;
  overflow: hidden;
}

.home-bg::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 25px;
  width: calc(100% - 50px);
  /* Adjust width to leave 25px gap on both sides */
  height: 100%;
  background-image: radial-gradient(rgb(3 78 161 / 7%) 1px, #00000000 1px);
  background-size: 10px 10px;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
}

.precision img {
  width: 80%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.mirss {
  font-size: 56px;
  margin-bottom: 30px;
  font-weight: 400;
}

.mirss-para {
  font-size: 24px;
  line-height: 42px;
  padding-bottom: 20px;
  color: rgba(91, 45, 134, 1);
}

.mirss-para span {
  color: #B62079;
  font-weight: 700;
}

/* .counter-section, .counter{
    padding-top: 60px;
} */
.counter h4 {
  color: rgba(0, 183, 172, 1);
  font-size: 70px;
  margin-bottom: 15px;
  font-weight: 400;
}

.counter p {
  font-size: 30px;
  color: rgba(3, 78, 161, 1);
  margin-bottom: 30px;
}

/* .counter-wrapper {
    padding: 0px 0px 35px;
    position: relative;
  } */
/* .counter-section{
    margin-left: 10%;
    position: absolute;
    top: 10%;
  } */
.counter-section img {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.counter-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.how-robotic {
  margin: 0px 0px 80px;
}

.robotic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.robotic-card {
  border: 1px solid rgba(3, 78, 161, 0.2);
  padding: 40px 25px;
  border-radius: 30px;
  box-shadow: 0 20px 40px -4px rgba(3, 78, 161, 0.2);
}

.robotic-card p {
  font-size: 22px;
  line-height: 40px;
}

.robotic-card p span {
  color: rgba(254, 107, 131, 1);
}

.speciality-clinics-sec {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.speciality-clinics-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 100%;
  background-image: radial-gradient(rgba(3, 78, 161, 0.07) 1px, transparent 1px);
  background-size: 15px 15px;
  z-index: 0;
}

.speciality-clinics-sec .container {
  width: 95%;
  position: relative;
  z-index: 1;
}

.speciality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.speciality-card {
  background: #fff;
  border: 1px solid rgba(3, 78, 161, 0.3);
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 35px rgba(3, 78, 161, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speciality-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(3, 78, 161, 0.2);
}

.speciality-card-content {
  padding: 35px 25px 30px;
  flex-grow: 1;
}

.speciality-card-content h3 {
  color: #FF8699;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}

.speciality-card-content p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(91, 45, 134, 0.8);
  margin-bottom: 0;
}

.speciality-know-more {
  background: linear-gradient(180deg, #FFBBC6 0%, #FF8592 100%);
  color: #5B2D86;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: background 0.3s ease;
  border: none;
  font-family: "HelveticaNeue", sans-serif;
  font-weight: 400;
}

.speciality-know-more:hover {
  background: linear-gradient(0deg, #FFBBC6 0%, #FF8592 100%);
  color: #333333;
}

/* Responsive for Speciality Clinics */
@media (max-width: 991px) {
  .speciality-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .speciality-clinics-sec .container {
    width: 100%;
    padding: 0;
  }

  .speciality-clinics-sec .section-title {
    padding: 0 15px;
  }

  .speciality-grid {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    padding: 0 15px 30px;
    margin-top: 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .speciality-grid::-webkit-scrollbar {
    display: none;
  }

  .speciality-card {
    flex: 0 0 85%;
  }

  .speciality-card-content h3 {
    font-size: 24px;
  }

  .speciality-card-content {
    padding: 25px 20px;
  }
}


.chatbot-section {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 25px;
}

.chatbot-content {
  place-content: center;
}

.chatbot-content a {
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  border-radius: 8px;
  color: #fff;
  text-align: center;
  padding: 15px 120px;
  display: inline-block;
  font-size: 20px;
}

.chatbot-section img {
  width: 100%;
}

.chatbot-content p {
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 60px;
  color: rgba(95, 95, 95, 1);
  width: 70%;
}

.chatbot-content p span:nth-of-type(1) {
  color: rgba(3, 78, 161, 1);
  ;
}

.chatbot-content p span:nth-of-type(2) {
  color: rgba(0, 183, 172, 1);
}

.mira-bg {
  position: relative;
  margin: 80px 0 0;
}

.mira-bg::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 25px;
  width: calc(100% - 50px);
  height: 66%;
  background-image: radial-gradient(rgba(3, 78, 161, 0.2) 1px, transparent 1px);
  background-size: 10px 10px;
  z-index: 0;
}

.patient-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.stories-content h5 {
  color: rgba(3, 78, 161, 1);
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
  font-weight: 400;
}

.stories-content {
  place-content: center;
}

.stories-content-text {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}

.stories-content p {
  font-size: 18px;
  line-height: 32px;
}

.patiet-stories {
  background-image: url(../images/left-bg.webp), url(../images/right-bg.webp);
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding-bottom: 200px;
}

.patients p {
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #5C2D91;
}

.patiet-stories .splide__pagination {
  bottom: -100px !important;
}

.patiet-stories .splide__arrows {
  bottom: -90px !important;
}

.testimonial-slider .custom-play-button {
  width: 40px;
  height: 40px;
}

.testimonial-slider .custom-play-button::before {
  border-left: 15px solid white;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.testimonials-bg {
  padding-bottom: 150px;
}

.gg-chevron-down {
  box-sizing: border-box;
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px
}

.gg-chevron-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  left: 4px;
  top: 2px
}

/* FAQ Start */
.accordion {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #034EA14D;
}

.accordion__intro {
  position: relative;
  padding: 20px 0;
  cursor: pointer;
}

.accordion__intro span {
  position: absolute;
  right: 30px;
  top: 35%;
  transition: all 0.3s ease-in-out;
  color: #B62079;
}

.accordion.accordion__active .accordion__intro span {
  transform: rotate(180deg);
}

.accordion__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}

.accordion h3,
.accordion p {
  margin: 0;
}

.accordion h3 {
  color: #B62079;
  font-size: 20px;
  font-weight: 400;
}

.accordion p,
.accordion ul li {
  color: #5B2D86;
  font-size: 20px;
  margin: 0;
  line-height: 28px;
}

.accordion ul li a {
  color: #0C356A;
  text-decoration: underline;
}

.accordion__active .accordion__content {
  padding: 20px 0;
  opacity: 1;
}

/* FAQ End */
.baner-sec img {
  width: 100%;
}

.desktop-hide {
  display: none;
}

.mobile-hide {
  display: block;
}

/* Chatbot start */
.chatbot-container {
  max-width: 800px;
  margin: 30px auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  border: 1px solid #e6e6e6;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  animation: fadeInUp 0.5s ease-in-out;
}

.chatbot-header {
  background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
  color: white;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.chat-embed-wrapper {
  padding: 10px;
  background: #f9f9f9;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Chatbot End */
/* Responsive */
@media (max-width: 1280px) {
  .nav-list {
    gap: 15px;
  }

  .nav-list li a {
    font-size: 15px;
  }

  .precision-content h1 {
    /* font-size: 56px; */
    line-height: 68px;
  }

  .precision {
    /* padding: 0 40px; */
    /* height: 85vh; */
    align-items: center;
  }

  .precision img {
    display: block;
    place-self: unset;
    margin-left: auto;
    width: 70%;
  }

  .home-bg::before {
    top: 0%;
  }
}

@media (max-width: 1199px) {
  .precision-content h1 {
    font-size: 46px;
    line-height: 68px;
  }

  .precision {
    /* padding: 40px; */
    /* height: 80vh; */
    align-items: center;
  }

  .precision img {
    display: block;
    place-self: unset;
    margin-left: auto;
    width: 100%;
  }

  .mira-bg {
    padding-bottom: 50px;
  }

  .stories-content {
    order: 2;
  }

  .video-thumbnail-wrapper {
    order: 1;
  }

  .patient-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .splide__arrows {
    width: 50%;
  }

  .stories-content h5 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  /* .precision {
    padding-top: 30px;
  } */

  .precision-content h1 {
    font-size: 34px;
    line-height: 65px;
  }

  .precision-content p {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .precision-content a {
    padding: 15px 70px;
  }

  .mirss {
    font-size: 36px;
    margin-bottom: 10px;
  }

  .counter h4 {
    color: rgba(0, 183, 172, 1);
    font-size: 36px;
    margin-bottom: 10px;
  }

  .counter p {
    font-size: 24px;
    color: rgba(3, 78, 161, 1);
    margin-bottom: 25px;
  }

  .robotic {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .chatbot-content p {
    width: 100%;
  }

  .nav-list li a {
    font-size: 14px;
  }

  .nav-list {
    gap: 10px;
  }
}

@media (max-width: 767px) {

  /* ---- PRECISION GRID → FLEX COLUMN ---- */
  .precision {
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    gap: 0;
    position: static;
    /* remove relative positioning */
  }

  /* Order 1: h1 + "For Women. By Women" */
  .precision-content {
    order: 1;
    display: block;
    /* override any flex-direction:column set earlier */
  }

  .precision-content h1 {
    font-size: 44px;
    line-height: 52px;
    white-space: normal;
    margin-bottom: 10px;
  }

  .precision-content p {
    font-size: 18px;
    margin-bottom: 0;
  }

  /* Order 2: logo image */
  .precision>img {
    order: 2;
    width: 65%;
    margin: 15px auto;
    display: block;
  }

  /* Order 3 & 4: tagline + CTA button */
  .precision-content-bottom {
    order: 3;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .precision-content-bottom p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .precision-content-bottom a.consult-now {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    margin-top: 0;
    position: static;
    transform: none;
    bottom: auto;
    left: auto;
  }

  /* ---- REMOVE ALL OTHER CONFLICTING PRECISION MOBILE RULES ---- */
  .precision-content a {
    position: static !important;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
  }

  /* Other mobile rules below (keep these) */
  .accordion__intro span {
    right: 0;
  }

  .accordion__intro {
    padding: 15px 50px 15px 0;
  }

  .home-bg::before {
    top: 0%;
    left: 0;
    width: 100%;
  }

  .robotic-card p {
    font-size: 18px;
    line-height: 30px;
  }

  .robotic-card {
    padding: 20px;
  }

  .robotic::-webkit-scrollbar {
    height: 4px;
  }

  .accordion h3 {
    font-size: 16px;
  }

  .section-padding {
    padding: 50px 0 30px;
  }

  .counter h4 {
    font-size: 26px;
  }

  .counter p {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .patiet-stories {
    background-size: 65%, 65%;
  }

  .counter-section img {
    display: block;
    width: 100%;
  }

  .desktop-hide {
    display: block;
  }

  .mobile-hide {
    display: none;
  }
}

@media (max-width: 499px) {
  .patiet-stories .splide__pagination {
    bottom: -80px !important;
  }

  .patiet-stories .splide__arrows {
    bottom: -70px !important;
  }

  .precision {
    gap: 10px;
  }

  .precision-content h1 {
    font-size: 34px;
    line-height: 50px;
  }

  .precision-content a {
    width: 100%;
  }

  .precision img {
    margin-bottom: 10px;
    width: 100%;
  }

  .mirss {
    font-size: 30px;
  }

  .mirss-para {
    font-size: 16px;
    line-height: 30px;
  }

  .counter-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .robotic {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    padding-bottom: 20px;
  }

  .robotic-card {
    flex: 0 0 85%;
    box-shadow: inset 0 0 20px rgba(3, 78, 161, 0.15);
  }

  .robotic-card p {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    width: 100%;
    flex-shrink: 0;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .chatbot-section {
    display: grid;
    grid-template-columns: 1fr;
  }

  .chatbot-content p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 27px;
  }

  .stories-content h5 {
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .stories-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .how-robotic {
    margin: 0px 0px 20px;
  }

  .patiet-stories {
    padding-bottom: 30px;
  }

  .testimonials-bg {
    padding-top: 50px;
  }

  .accordion__active .accordion__content {
    padding: 0px 0 20px;
  }

  .accordion p,
  .accordion ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.splide__slide img {
  width: 100%;
  height: auto;
}


.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide {
  position: relative;
  visibility: hidden;
}

.baner-section {
  padding-bottom: 30px;
}

.hero-banner-area {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

/* Slider base */
.hero-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

/* Image */
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop/Mobile switching */
.hero-img-desktop {
  display: block;
}

.hero-img-mobile {
  display: none;
}

@media (max-width: 768px) {
  .hero-img-desktop {
    display: none;
  }

  .hero-img-mobile {
    display: block;
  }

  .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: inherit;
  }
}

/* Skeleton Loader */
.hero-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #eee, #f3f3f3, #eee);
  background-size: 200% 100%;
  animation: skeletonAnim 1.2s infinite;
  z-index: 10;
}

@keyframes skeletonAnim {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

/* ---- DOTS ---- */
.hero-dots {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
  z-index: 20;
  visibility: hidden;
}

.hero-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ffffff80;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-dot.active {
  background: #fff;
  transform: scale(1.2);
  background: #034EA1 !important;
  transform: scale(1.4) !important;
  opacity: 1 !important;
  border-radius: 50%;
  outline: 1.5px dashed #034EA1 !important;
  outline-offset: 2px !important;
}

.speciality-banner {
  position: relative;

}

.speciality-banner img {
  width: 100%;
  display: block;
}

.slider {
  position: relative;
  width: 100%;
}

.slides {
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease, visibility 0s linear 0.6s;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease;
}

.slide img {
  width: 100%;
  height: auto;
  display: block;
}


.desktop-slider {
  display: block;
}

.mobile-slider {
  display: none;
}


.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ccc;
  color: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}


.arrow.prev {
  left: 10px;
}

.arrow.next {
  right: 10px;
}

.slider,
.slides {
  position: relative;
  width: 100%;
  height: 400px;
}

.arrow {
  background: #034ea1 !important;
  opacity: 1;
  color: #fff;
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}

@media (min-width: 500px) and (max-width: 991px) {

  .slider,
  .slides {
    height: 300px;
  }
}

@media (max-width: 499px) {
  .desktop-slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }

  .arrow {
    top: 90%;
    display: none;
  }

  .arrow.next {
    right: 33%;
  }

  .arrow.prev {
    left: 40%;
  }

  .mobile-slider {
    margin-top: 50px;
  }

  .slider,
  .slides {
    position: relative;
    width: 100%;
    height: 400px;
  }
}

/* Cancer Care Difference Section */
.cancer-care-diff-sec {
  position: relative;
  overflow: hidden;
}

.cancer-care-diff-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 100%;
  background-size: 15px 15px;
  z-index: 0;
}

.cancer-care-diff-sec .container {
  width: 95%;
  position: relative;
  z-index: 1;
}

.cancer-care-diff-sec .section-title {
  margin-bottom: 10px;
  background: linear-gradient(90deg, #B62079 0%, #5C2D91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.difference-slider .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.diff-card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(3, 78, 161, 0.15);
  border-radius: 35px;
  padding: 50px 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 20px 40px -4px rgba(3, 78, 161, 0.2);
}

.diff-card p {
  font-size: 20px;
  line-height: 34px;
  color: #5B2D86;
  margin: 0;
  font-family: "HelveticaNeueThin", sans-serif;
}

.diff-card p span {
  color: #B62079;
  font-weight: 500;
}

/* Responsive for Difference Section */
@media (min-width: 768px) {
  .difference-slider.splide:not(.is-active) .splide__list {
    display: grid !important;
    padding: 20px 20px 40px 20px;
  }

  .difference-slider .splide__arrows,
  .difference-slider .splide__pagination {
    display: none !important;
  }

  .difference-slider .splide__slide {
    width: 100% !important;
  }

  .difference-slider .splide__track {
    overflow: visible !important;
  }
}

@media (max-width: 1199px) {
  .difference-slider .splide__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .diff-card {
    padding: 40px 25px;
  }
}

@media (max-width: 767px) {
  .cancer-care-diff-sec {
    padding: 50px 0;
  }

  .difference-slider .splide__list {
    display: flex;
    gap: 0;
  }

  .diff-card {
    margin: 20px 15px 40px 15px;
    padding: 45px 25px;
    border-radius: 30px;
    height: auto;
  }

  .diff-card p {
    font-size: 18px;
    line-height: 28px;
  }

  .difference-slider .splide__arrows {
    width: 60%;
    bottom: -40px;
  }

  .difference-slider .splide__pagination {
    bottom: -50px !important;
  }
}