* {
    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%);
  color: #fff;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

 .why-partner-section .content {
  position: relative;
  z-index: 2;
}

 .why-partner-section h2 {

  
  font-size: 32px;
  margin-bottom: 15px;
}

 .why-partner-section p {

  font-size: 16px;
  line-height: 40px;
  max-width: 80%;
  margin: 0 auto;
}


.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: 32px;
  margin-bottom: 10px;
}

.support-container .sub-text {
  color: #121212;

  font-size: 16px;
  margin-bottom: 40px;
}

.support-container h3 {
  color: #034EA1;

  
  font-size: 20px;
  margin-bottom: 20px;
}

.support-container .desc {
  color: #121212;

  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

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



.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: 30px;
  
  margin-bottom: 10px;
}

.white-coat-world .description {
  font-size: 16px;
  color: #333;
  /* 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: 200px;
    margin-bottom: 0 !important;
  }
  .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;
  }
  .support-container .sub-text{
    text-align: left;
    margin: 20px;
  }
  .support-container .desc{
    text-align: left;
    margin: 20px;
  }
.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  */

/* Mobile */
@media (max-width: 767px) {
  /* .patient-stories {
    padding: 40px 15px;
  } */

  .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-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%;
  }
  .why-partner-section p{
    max-width: 100%;
    line-height: 35px;
    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;
  }
}

@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) {
  .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;
}
