* {
    font-family: Montserrat, Helvetica, 'Open Sans', sans-serif;
}
body{
font-family: Montserrat;    
margin: 0px !important;
}

.referral-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.referral-image,
.referral-image-mobile-only {
  position: relative;
}

.referral-banner-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  z-index: 1;
    position: relative;
}

/* Overlay text */
.referral-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 600px;
  z-index:96;
}

.referral-content h1 {

  
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #00B7AC;
}

.referral-content p {

  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
}

.btn-referral {
  display: inline-block;
  background: linear-gradient(90deg, #034EA1 0%, #00B7AC 100%);
  color: #fff;

  
  font-size: 16px;
  padding: 14px 40px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-referral:hover {
  background: linear-gradient(90deg, #00B7AC 0%, #034EA1 100%);
}

/* Hide mobile banner by default */
.referral-image-mobile-only {
  display: none;
}

.common-bg {
  background-image: url(../../images/left-bg.webp), url(../../images/right-bg.webp);
  background-position: left top 100px, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: fixed;
}
.home-bg {
  position: relative;
  overflow: hidden;
}
/* .home-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgb(3 78 161 / 7%) 1.2px, #00000000 1px);
  background-size: 10px 10px;
  z-index: 9;
  overflow: hidden;
  max-width: 100%;
} */


 .why-partner-section {
  background:linear-gradient(90deg, #0D57A0 0%, #1CB2AB 100%);
  background-position: center;
  color: #fff;
  padding: 30px 0;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
 .why-partner-section h2 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
}
.why-partner-section p {
  font-size: 16px;
  line-height: 40px;
  font-weight: 300;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.why-partner-slider-cont {
  padding: 40px 0;
}

/* Slide spacing */
#why-partner-slider .splide__slide {
  display: flex;
  height: auto;
}
.why-partner-slider-cont{
  margin-top: 100px;
}
/* Card style */
.why-card {
  background: #ffffff;
  border-radius: 40px;
  padding: 40px 15px;
  height: 100%;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}

/* Title */
.why-card h3 {
  font-size: 30px;
  line-height: 1.25;
  color: #4fb7ad;
  margin-bottom: 18px;
  font-weight: 600;
}

/* Text */
.why-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #2f5c9a;
  max-width: 100%;
  text-align: left;
}

/* Splide arrows */
/* Arrow wrapper */
#why-partner-slider .splide__arrows{
  width: 100% !important;
  bottom: unset !important;
  left: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#why-partner-slider .splide__arrow {
  width: 44px;
  height: 44px;
  background: #00B7AC !important;          /* brand color */
  opacity: 1 !important;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

/* Arrow hover */
#why-partner-slider .splide__arrow:hover {
  background: #00B7AC !important;
}

/* Arrow icon */
#why-partner-slider .splide__arrow svg {
  fill: #fff !important;
  width: 14px;
  height: 14px;
}

/* Left arrow position */
#why-partner-slider .splide__arrow--prev {
  left: -35px;   /* adjust based on layout */
}

/* Right arrow position */
#why-partner-slider .splide__arrow--next {
  right: -35px;
}


/* Pagination dots */
#why-partner-slider .splide__pagination__page {
  background: rgb(255, 255, 255) !important;
  opacity: 1;
  height: 8px !important;
  width: 8px !important;
}

#why-partner-slider .splide__pagination__page.is-active {
  background: #ffffff !important;
  outline-color: #fff !important;
}
#why-partner-slider .splide__pagination {
  display: flex !important;
}

.refer-a-patient-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  margin-top: 80px;
}
.refer-a-patient-grid span{
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #034EA1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin: 0 auto 50px auto;
}
.refer-a-patient-text{
  background: #fff;
  padding: 25px;
  min-height: 107px;
  border-radius: 36px;
  border: 1px solid #034da13e;
  display: flex;
  align-items: center;
  justify-content: center;
}
.refer-a-patient-text p{
  text-align: center;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
}
.pill-btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(14px, 2vw, 10px) clamp(40px, 8vw, 80px);
  font-size: clamp(18px, 2.2vw, 24px);
  min-width: clamp(240px, 40vw, 480px);
  border: 1px solid #00b3a4;
  border-radius: 999px;
  color: #00b3a4;
  background: #ffffff;
  font-weight: 300;
  text-decoration: none;
  margin-top: 80px;
  transition: all 0.3s ease;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 1;
}

.pill-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 30px;
  height: 30px;
  background: #00b3a4;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition:
    transform 0.9s ease-in-out,
    opacity 0.4s ease;
  z-index: -1;
}

/* Hover */
.pill-btn:hover {
  color: #ffffff;
}

.pill-btn:hover::before {
  transform: translate(-50%, -50%) scale(120);
  opacity: 1;
}
.tabs {
  display: flex;
  gap: 12px;
  padding: 10px;
  margin-bottom: 30px;
  background: #E6EDF6;
  justify-content: center;
  align-items: center;
}

.tab {
  padding: 8px 12px;
  border-radius: 8px;
  background: none;
  border: 1px solid #034da144;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #034EA1;
  background: linear-gradient(93.82deg, #FFFFFF 0%, rgba(78, 162, 255, 0.3) 100%);
  font-weight: 300;
}

/* Active tab */
.tab.active {
  color: #fff;
  background: #034EA1;
}
/* Content */
.tab-content {
  display: none;
  animation: fadeUp 0.4s ease;
}

.tab-content.active {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}













.support-resources {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  overflow: hidden;
}



.support-container {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.support-container h2 {
  color: #034EA1;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 10px;
}

.support-container .sub-text {
  color: #121212;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 300;
}

.support-container h3 {
  color: #034EA1;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}

.support-container .desc {
  color: #121212;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 300;
}

.btn-support {
  display: inline-block;
  padding: 12px 40px;
  border: 2px solid #00B7AC;
  color: #00B7AC;
  text-decoration: none;
  border-radius: 50px;

  
  font-size: 16px;
  transition: all 0.3s ease;
}
.support-resources a.pill-btn{
  margin-top: 20px !important;
}


.primary-color {
color: #fff !important;
font-weight: 600 !important;
}

/* method to miracls css starts  */
.method-to-miracle {
  text-align: center;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
}

.method-to-miracle h2 {
  background: linear-gradient(to right, rgba(3, 78, 161, 1), rgba(0, 183, 172, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  font-size: 28px;
  
  margin-bottom: 20px;
  line-height: 40px;
}

.method-to-miracle h2 span {
  color: #00b7ac;
}

.method-to-miracle .description {
  font-size: 16px;
  color: #333;
  max-width: 750px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.video-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 750px;
  margin: 0 auto;
  height: 540px; 
}

.video-card h3 {
  color: #034ea1;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.video-card .subtext {
  color: #034EA1;
  font-size: 18px;
  margin-bottom: 15px;
}

.video-thumbnail {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  height: 320px; 
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #034ea1, #00b7ac);
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  text-align: left;
  border-radius: 0 0 12px 12px;
}

.video-thumbnail {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 320px; 
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.video-overlay {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #034ea1, #00b7ac);
  color: #fff;
  padding: 8px 70px 8px 12px; 
  font-size: 14px;
  text-align: left;
  border-radius: 0 ;
  z-index: 2;
}


.play-btn {
  position: absolute;
  bottom: 5px;
  right: 20%;
  background: linear-gradient(90deg, #034ea1, #00b7ac);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  cursor: pointer;
}


.play-btn::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid #fff; 
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}



.play-btn:hover::after,
.play-btn:focus::after,
.play-btn:active::after {
  border-left-color: #fff;
}

.video-desc {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-top: 15px;
    text-align: justify;
    height: 150px;
    overflow-y: scroll;
    padding-right: 20px;
}


#miracle-slider .splide__arrows {
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; 
  z-index: 10;
}

#miracle-slider .splide__arrow {
  position: relative;
  background: #fff;
  color: #034EA1;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto; 
}


#miracle-slider .splide__arrow:hover {
  background: #fff;
  color: #034EA1;
}


#miracle-slider {
  position: relative;
  padding: 0 60px; 
}
  #miracle-slider .splide__arrow--prev {
  left: 12%; 
}


#miracle-slider .splide__arrow--next {
  right: 12%; 
}

/* method to miracls css ends  */

/* patients stories css starts */
.patient-stories {
  padding: 40px 0;
  color: #fff;
  text-align: center;
}
#patient-stories-slider .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 20;               
  pointer-events: none;
}
#patient-stories-slider .splide__arrow {
  pointer-events: auto;      
  z-index: 21;               
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}


#patient-stories-slider iframe {
  position: relative;
  z-index: 10;
  pointer-events: auto;      
}
.patient-stories h2 {
  background: linear-gradient(to right, rgba(3, 78, 161, 1), rgba(0, 183, 172, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    
    margin-bottom: 10px;
    line-height: 40px;
}

.patient-stories .description {
  font-size: 16px;
  max-width: 750px;
  margin: 0 auto 40px;
  color: #000;
}

.patient-video-card {
  background: #fff;
  color: #121212;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  max-width: 800px;
  margin: 0 auto;
  height: 90%;
}

.patient-video-card .video-thumbnail {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.patient-video-card h3 {
  font-size: 20px;
  
  margin-bottom: 20px;
  text-align: center;
  color: #034EA1;
}
.patient-video-card .subtext {
    color: #00B7AC;
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}
.patient-video-card .video-desc {
  font-size: 16px;
  color: #034EA1;
  height: 150px;
    overflow-y: scroll;
    padding-right: 15px;
}


.patient-stories-slider .splide__arrow {
  background: #fff;
  color: #034EA1;
  border: 1px solid #ccc;
  width: 45px;
  height: 45px;
  opacity: 1;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.patient-stories-slider .splide__arrow--prev {
  left: 10%;
}

.patient-stories-slider .splide__arrow--next {
  right: 10%;
}

.patient-stories-slider .splide__arrow:hover {
  background: #fff;
  color: #034EA1;
  border-color: #034EA1;
}

 /* white coat world section starts  */
 .white-coat-world {
  text-align: center;
  padding: 20px 20px;
}

.white-coat-world h2 {
  color: #034EA1;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}

.white-coat-world .description {
  font-size: 20px;
  color: #333;
  font-weight: 300;
  /* max-width: 700px; */
  margin: 0 auto 40px;
  line-height: 1.6;
}


.wcw-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ep-number {
  color: #00B7AC;
  
  font-size: 13px;
}

.wcw-card h3 {
  color: #034EA1;
  font-size: 16px;
  
  margin: 5px 0 15px 0;
  line-height: 22px;
}

.wcw-thumbnail {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}

.wcw-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.wcw-desc {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-bottom: 15px;
  height: 150px;
  overflow-y: scroll;
  padding-right: 20px;
}

.wcw-btn {
  padding: 8px 18px;
  border: 1px solid #00B7AC;
  border-radius: 25px;
  font-size: 14px;
  
  color: #00B7AC;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
}



.wcw-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#white-coat-slider .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.white-coat-slider {
  visibility: hidden;
}

.white-coat-slider.is-active {
  visibility: visible;
}

.white-coat-slider .splide__arrow {
  background: #fff;
  border: 1px solid #ccc;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: none;
}

.white-coat-slider .splide__arrow svg {
  fill: #034EA1;
}

.white-coat-slider .splide__arrow:hover {
  background: #fff;
  border-color: #ccc;
}

.white-coat-slider .splide__arrow--prev {
  left: -45px;
}

.white-coat-slider .splide__arrow--next {
  right: -45px;
}

.method-to-miracle .video-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 40px; 
  margin: 0 auto;
  text-align: center;
  height: auto; 
}


.method-to-miracle .video-card h3 {
  color: #034ea1;
  font-size: 22px;
  
}

.method-to-miracle .video-card .subtext {
  color: #00b7ac;
  font-size: 16px;
  margin-bottom: 25px;
}


.method-to-miracle .video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #034ea1, #00b7ac);
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  text-align: left;
  font-style: italic;
}


.method-to-miracle .video-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  margin-top: 10px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.patient-stories {
  text-align: center;
  padding: 20px 20px;
  font-family: "Montserrat", sans-serif;
}

.patient-stories h2 {
  font-size: 30px;
  color: #034EA1;
  
  margin-bottom: 10px;
}

.patient-stories .description {
  font-size: 16px;
  color: #333;
  max-width: 750px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.patient-video-card {
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 30px;
  margin: 0 auto;
  text-align: left;
  transition: all 0.3s ease;
}

.patient-video-card:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.video-thumbnail {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 360px;
  margin-bottom: 20px;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}


.play-btn-stories {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, #034EA1, #00B7AC);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.play-btn-stories::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}



.patient-video-card .subtext {
  color: #00B7AC;
  font-size: 16px;
  margin-bottom: 20px;
}

.video-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
  text-align: justify;
}


#patient-stories-slider .splide__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}

#patient-stories-slider .splide__arrow {
  pointer-events: auto;
  background: #fff;
  color: #034EA1;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

#patient-stories-slider .splide__arrow svg {
  fill: #034EA1;
}



.ytp-more-videos-view{
  display: none !important;
}
.ytp-pause-overlay{
  display: none !important;
}
.ytp-expand-pause-overlay .ytp-pause-overlay{
  display: none !important;
}
/* Responsive */
@media (max-width: 991px) {
  .white-coat-world h2 {
    font-size: 24px;
  }

  .white-coat-slider .splide__arrow--prev {
    left: -20px;
  }

  .white-coat-slider .splide__arrow--next {
    right: -20px;
  }
}

@media (max-width: 767px) {
  /* .white-coat-world {
    padding: 40px 15px;
  } */

  .wcw-card {
    max-width: 100%;
    padding: 15px;
  }

  .white-coat-slider .splide__arrow {
    width: 30px;
    height: 30px;
  }

  .white-coat-slider .splide__arrow--prev {
    left: -15px;
  }

  .white-coat-slider .splide__arrow--next {
    right: -15px;
  }
  .referral-content p{
    text-align: left;
    max-width: 230px;
  }
  .referral-content h1{
    text-align: left;
  }
  .referral-content{
    text-align: left !important;
  }
  .patient-stories .description{
    text-align: left;
  }
  .white-coat-world .description{
    text-align: left;
    font-size: 16px;
  }
  .support-container .sub-text{
    text-align: left;
    line-height: 24px;
    font-size: 16px;
  }
  .white-coat-world{
    padding: 0;
  }
  .support-container .desc{
    font-size: 16px;
    text-align: left;
    margin: 0;
  }
  .support-container h3{
    text-align: left;
  }
  .support-container h3{
    text-align: left;
  }
.section-line {
    margin: 30px 0;
  }
}
.section-line {
  height: 3px;
  background: linear-gradient(90deg, rgba(3, 78, 161, 0.2) 0%, #00b7ac 100%);
  border-radius: 2px;
  margin-top: 30px;
}
.top-line {
  width: 35%;
}

.bottom-line {
  width: 35%;
  height: 3px;
  /* position: absolute; */
  right: 0;
  bottom: 200px;
  background: linear-gradient(90deg, rgba(3, 78, 161, 0.2) 0%, #00b7ac 100%);
  border-radius: 2px;
  margin-left: auto;
}
 /* white coat world section ends  */
/* ==============================
   SUPPORT POPUP WRAPPER
================================ */
.support-popup {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.support-popup.active {
  opacity: 1;
  visibility: visible;
}

/* ==============================
   OVERLAY
================================ */
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.support-popup.active .popup-overlay {
  opacity: 1;
}

/* ==============================
   POPUP CONTENT
================================ */
.popup-content {
  position: relative;
  background-image: url(../../images/left-bg.webp), url(../../images/right-bg.webp);
  background-color: #fff;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  width: 90%;
  max-width: 420px;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: translateY(40px) scale(0.95);
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
}

.support-popup.active .popup-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* ==============================
   CLOSE BUTTON
================================ */
.popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

/* ==============================
   HEADING
================================ */
.popup-content h3 {
  background: linear-gradient(to right, rgba(3, 78, 161, 1), rgba(0, 183, 172, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
}

/* ==============================
   FORM ELEMENTS
================================ */
.form-group {
  margin-bottom: 15px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  outline: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #00b3a4;
  box-shadow: 0 0 0 2px rgba(0, 179, 164, 0.15);
}
.support-popup .form-group{
  position: relative;
}
.support-popup .form-group .text-danger{
  position: absolute;
  bottom: -18px;
}
/* ==============================
   SUBMIT BUTTON
================================ */
.submit-btn {
  width: 100%;
  padding: 13px;
  margin-top: 10px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(90deg, #034ea1 0, #00b7ac 100%);
  color: #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}


/* ==============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 480px) {
  .popup-content {
    padding: 25px 20px;
  }

  .popup-content h3 {
    font-size: 18px;
  }
}
@media (max-width:1199px){
  #why-partner-slider .splide__arrow--prev {
    left: -15px;
  }
  #why-partner-slider .splide__arrow--next {
    right: -15px;
  }
  .why-card{
    padding-left: 35px;
    padding-right: 35px;
  }
  .refer-a-patient-text p{
    font-size: 18px;
  }
}
@media (max-width:992px){
  .why-card h3{
    font-size: 22px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  /* .patient-stories {
    padding: 40px 15px;
  } */
.refer-a-patient-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 40px;
}

  .patient-video-card {
    padding: 15px;
    max-width: 100%;
  }

  .patient-video-card .video-thumbnail {
    height: 260px;
  }

  .patient-stories-slider .splide__arrow {
    width: 36px;
    height: 36px;
  }

  .patient-stories-slider .splide__arrow--prev {
    left: -25px;
  }

  .patient-stories-slider .splide__arrow--next {
    right: -25px;
  }
}

/* patient stories css ends */

@media (max-width: 992px) {
  .referral-image {
    display: none;
  }

  .referral-image-mobile-only {
    display: block;

  }
  .referral-banner-img {
    height: 100%;
    object-position: 76% 50%;
}

  .referral-content {
    left: 5%;
    top: 52%;
    transform: translateY(-50%);
    max-width: 90%;
    text-align: center;
  }

  .referral-content h1 {
    font-size: 22px;
  }

  .referral-content p {
    font-size: 14px;
  }

  .btn-referral {
    padding: 12px 28px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
.common-bg {
  background-position: left top 65px, right bottom;
  background-size: 65%, 65%;
}
.refer-a-patient-text {
  padding: 10px;
  min-height: 80px;
  border-radius: 10px;
}
.section-desc{
  font-size: 16px !important;
}
.why-partner-section p{
  max-width: 100%;
  line-height: 30px;
  text-align: left;
}
.why-partner-section{
  padding:30px 15px;
}
.why-partner-slider-cont{
  margin-top: 0;
}
.why-partner-section h2 {
    font-size: 26px;
    text-align: left;
}
.refer-a-patient-grid span{
    margin: 0 auto 10px auto;
}
.white-coat-world h2{
  text-align: left;
}
  /* .method-to-miracle {
    padding: 30px 15px;
  } */

  .method-to-miracle h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .method-to-miracle .description {
    font-size: 14px;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: left;
  }

  .video-card {
    max-width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 12px;
  }

  .video-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .video-card .subtext {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .video-thumbnail {
    height: 220px; 
    border-radius: 10px;
  }

  .video-overlay {
    padding: 6px 50px 6px 10px;
    font-size: 13px;
    bottom: 5%;
  }

  .play-btn {
    width: 40px;
    height: 40px;
    bottom: 18px;
    right: 15%;
  }

  .video-desc {
    font-size: 13px;
    height: auto;
    overflow-y: scroll;
    padding-right: 0;
    text-align: left;
    height: 150px;
    padding-right: 10px;
  }


  #miracle-slider {
    padding: 0 40px;
  }

  #miracle-slider .splide__arrow {
    width: 32px;
    height: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  }

  #miracle-slider .splide__arrows {
    top: 45%;
  }
  #miracle-slider .splide__slide {
  padding: 0 10px; 
  box-sizing: border-box;
 }
 #miracle-slider .video-card {
  height: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.patient-video-card {
    display: flex;
    flex-direction: column;
    height: 100%; 
    padding: 15px;
    max-width: 100%;
  }

  .patient-video-card .video-thumbnail {
    flex-shrink: 0;
    height: 260px;
    margin-bottom: 15px;
  }

  .patient-video-card h3,
  .patient-video-card .subtext {
    text-align: center;
    margin-bottom: 10px;
  }

  .patient-video-card .video-desc {
    flex-grow: 1; 
    overflow-y: auto; 
    padding-right: 10px;
  }
  .support-resources{
    padding: 0;
    margin-bottom: 30px;
  }
  .support-container h2 {
    font-size: 26px;
    text-align: left;
  }
  .support-container{
    padding: 0 15px;
  }
}

@media (max-width: 499px) {
  .method-to-miracle h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .video-thumbnail {
    height: 180px;
  }

  .play-btn {
    width: 34px;
    height: 34px;
    bottom: 5px;
    right: 0%;
  }

  .video-overlay {
    font-size: 12px;
  }

  #miracle-slider {
    padding: 0 30px;
  }

  #miracle-slider .splide__arrow {
    width: 28px;
    height: 28px;
  }
  #miracle-slider .splide__arrow--prev {
  left: -20px; 
}


#miracle-slider .splide__arrow--next {
  right: -20px; 
}
}
@media (max-width: 767px) {
 
  #miracle-slider {
    padding: 0 0px; 
  }

  

  .method-to-miracle .video-card {
    width: 100%;              
    max-width: 100%;          
    margin: 0 auto 25px auto; 
    border-radius: 12px;
    height: auto;            
    box-sizing: border-box;
    padding: 15px;
  }

  .method-to-miracle .video-thumbnail {
    width: 100%;
    height: 240px;            
    border-radius: 10px;
  }

  #miracle-slider .splide__arrow {
    width: 32px;
    height: 32px;
  }

  #miracle-slider .splide__arrow--prev {
    left: -20px;
  }

  #miracle-slider .splide__arrow--next {
    right: -20px;
  }
}


@media (max-width: 767px) {
  .referral-image-mobile-only{
    height: 45dvh;
  }
  .referral-banner-img{
    object-position: unset;
  }
  .referral-content{
    top: 45%;
  }
  .patient-video-card {
    padding: 20px;
  }

  .video-thumbnail {
    height: 240px;
  }

  .play-btn-stories {
    width: 50px;
    height: 50px;
  }

  .play-btn-stories::after {
    border-left: 10px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  #patient-stories-slider .splide__arrow {
    width: 32px;
    height: 32px;
  }

  #patient-stories-slider .splide__arrow--prev { left: -15px; }
  #patient-stories-slider .splide__arrow--next { right: -15px; }
}

.splide {
  visibility: hidden;
}

.splide.is-active {
  visibility: visible;
}
