.elementor-1249 .elementor-element.elementor-element-bdafa8d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1249 .elementor-element.elementor-element-b106b55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1249 .elementor-element.elementor-element-a888c02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1249 .elementor-element.elementor-element-6bc985d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1249 .elementor-element.elementor-element-cbc641f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1249 .elementor-element.elementor-element-0a6d4a1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1249 .elementor-element.elementor-element-21d881c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1249 .elementor-element.elementor-element-414333d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-cd634e5 *//* ========================================================= */
/* RESEARCH HERO CLONE SECTION                               */
/* ========================================================= */

.rh-clone-hero {
  position: relative;

  width: 100%;
  min-height: 630px;

  /*
   * Header transparent aur absolute hai.
   * Is liye content ko header ke neeche lane ke liye
   * extra top spacing add ki gayi hai.
   */
  padding: 190px 20px 0;

  overflow: hidden;
  isolation: isolate;

  background-color:
   #1DBC88;
}


/* ========================================================= */
/* ANIMATED SVG BACKGROUND                                   */
/* ========================================================= */

.rh-clone-hero__background {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  z-index: -2;
  pointer-events: none;
}

.rh-clone-hero__background svg {
  display: block;

  width: 100%;
  height: 100%;

  opacity: 0.58;
}


/* ========================================================= */
/* FLOWING BACKGROUND LINES                                  */
/* ========================================================= */

.rh-clone-hero__flow {
  fill: none;

  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 18 18;

  animation: rhCloneFlowMove 20s linear infinite;
}

.rh-clone-hero__flow--one {
  stroke: rgba(255, 255, 255, 0.18);
}

.rh-clone-hero__flow--two {
  stroke: rgba(29, 183, 135, 0.34);

  animation-duration: 27s;
  animation-direction: reverse;
}


/* ========================================================= */
/* RESEARCH CONNECTION LINES                                 */
/* ========================================================= */

.rh-clone-hero__connections line {
  fill: none;

  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1.5;
  stroke-dasharray: 7 10;

  animation: rhCloneConnectionMove 15s linear infinite;
}


/* ========================================================= */
/* ANIMATED DATA NODES                                       */
/* ========================================================= */

.rh-clone-hero__nodes circle {
  fill: rgba(255, 255, 255, 0.18);

  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;

  transform-box: fill-box;
  transform-origin: center;

  animation: rhCloneNodePulse 4s ease-in-out infinite;
}

.rh-clone-hero__nodes circle:nth-child(2n) {
  animation-delay: 1s;
}

.rh-clone-hero__nodes circle:nth-child(3n) {
  animation-delay: 2s;
}


/* ========================================================= */
/* CLINICAL PLUS SYMBOLS                                     */
/* ========================================================= */

.rh-clone-hero__symbols {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 5;
  stroke-linecap: round;

  animation: rhCloneSymbolFloat 7s ease-in-out infinite;
}


/* ========================================================= */
/* INNER HERO LAYOUT                                         */
/* ========================================================= */

.rh-clone-hero__inner {
  position: relative;

  width: 100%;
  max-width: 1240px;
  min-height: 435px;

  margin: 0 auto;
}


/* ========================================================= */
/* LEFT GLASS CONTENT CARD                                   */
/* ========================================================= */

.rh-clone-hero__glass-card {
  position: relative;

  display: flex;
  align-items: center;

  width: 55%;

  /*
   * Paragraph remove hone ke baad card ki unnecessary
   * empty height ko reduce kiya gaya hai.
   */
  min-height: 300px;

  margin-top: 45px;
  margin-bottom: 55px;

  padding: 48px 175px 48px 48px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.78),
      rgba(255, 255, 255, 0.46)
    );

  box-shadow:
    0 30px 70px rgba(4, 27, 50, 0.24),
    inset 0 1px 1px rgba(255, 255, 255, 0.95),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);

  z-index: 2;
}


/* ========================================================= */
/* GLASS CARD REFLECTION                                     */
/* ========================================================= */

.rh-clone-hero__glass-card::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.5),
      transparent 30%,
      transparent 68%,
      rgba(255, 255, 255, 0.12)
    );

  pointer-events: none;
}


/* ========================================================= */
/* GLASS CARD COLOURED GLOW                                  */
/* ========================================================= */

.rh-clone-hero__glass-card::after {
  content: "";

  position: absolute;

  top: -80px;
  right: -45px;

  width: 250px;
  height: 250px;

  border-radius: 50%;

  background: rgba(29, 183, 135, 0.17);
  filter: blur(42px);

  pointer-events: none;
}


/* ========================================================= */
/* LEFT CARD TEXT                                            */
/* ========================================================= */

.rh-clone-hero__text {
  position: relative;
  z-index: 2;
}


/* Small Label */

.rh-clone-hero__eyebrow {
  display: inline-block;

  margin-bottom: 15px;
  padding: 8px 14px;

  color: #109267;
  background: rgba(255, 255, 255, 0.48);

  border: 1px solid rgba(16, 146, 103, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  line-height: 1.35;
  white-space: normal;;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* ========================================================= */
/* INTRO HEADING                                             */
/* ========================================================= */

.rh-clone-hero__intro {
  margin: 0 0 14px;

  color: #15325A;

  font-size: clamp(24px, 2.4vw, 35px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}


/* ========================================================= */
/* MAIN PRODUCT HEADING                                      */
/* ========================================================= */

.rh-clone-hero__text h1 {
  margin: 0;

  color: #15325A;

  font-size: clamp(46px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}


/* ========================================================= */
/* RIGHT DASHBOARD IMAGE                                     */
/* ========================================================= */

.rh-clone-hero__dashboard {
  position: absolute;

  right: 0;
  bottom: 0;

  display: block;

  width: 57%;
  max-width: 690px;
  height: auto;

  /*
   * Dashboard ke sirf upper corners rounded hain.
   * Important theme overrides ko prevent karta hai.
   */
  border-radius: 20px 20px 0 0 !important;

  /*
   * Extra clipping ensures ke actual image content bhi
   * rounded upper corners ke andar rahe.
   */
  clip-path: inset(
    0
    round
    20px 20px 0 0
  );

  z-index: 4;

  filter:
    drop-shadow(
      0 34px 45px rgba(3, 23, 43, 0.3)
    );

  opacity: 0;
  transform: translateY(90px);

  will-change: transform, opacity;

  /*
   * Dashboard sirf page load par ek baar
   * bottom se top slide hoga.
   */
  animation:
    rhCloneDashboardEnter
    0.95s
    cubic-bezier(0.22, 1, 0.36, 1)
    0.18s
    forwards;
}


/* ========================================================= */
/* BACKGROUND FLOW ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneFlowMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -330;
  }

}


/* ========================================================= */
/* CONNECTION LINE ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneConnectionMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -175;
  }

}


/* ========================================================= */
/* DATA NODE ANIMATION                                       */
/* ========================================================= */

@keyframes rhCloneNodePulse {

  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.35);
  }

}


/* ========================================================= */
/* CLINICAL SYMBOL ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneSymbolFloat {

  0%,
  100% {
    opacity: 0.4;
    transform: translateY(0);
  }

  50% {
    opacity: 0.85;
    transform: translateY(-15px);
  }

}


/* ========================================================= */
/* ONE-TIME DASHBOARD SLIDE-UP                               */
/* ========================================================= */

@keyframes rhCloneDashboardEnter {

  from {
    opacity: 0;
    transform: translateY(90px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-clone-hero {
    min-height: 700px;
    padding-top: 170px;
  }

  .rh-clone-hero__inner {
    min-height: 530px;
  }

  .rh-clone-hero__glass-card {
    width: 58%;
    min-height: 290px;

    margin-top: 40px;
    margin-bottom: 45px;

    padding:
      42px
      125px
      42px
      40px;
  }
  .rh-clone-hero__dashboard {
    right: -10px;

    width: 58%;
    max-width: 620px;

    border-radius: 18px 18px 0 0 !important;

    clip-path: inset(
      0
      round
      18px 18px 0 0
    );
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero {
    min-height: auto;

    padding:
      145px
      20px
      55px;
  }

  .rh-clone-hero__inner {
    display: flex;
    flex-direction: column;

    max-width: 700px;
    min-height: 0;
  }

 .rh-clone-hero__glass-card {
    width: 100%;
    min-height: 0;

    margin-top: 0;
    margin-bottom: 0;

    padding:
      45px
      35px
      110px;

    text-align: center;
  }


  .rh-clone-hero__dashboard {
    position: relative;

    right: auto;
    bottom: auto;

    width: calc(100% - 40px);
    max-width: none;

    margin: -80px auto 0;

    border-radius: 18px !important;

    clip-path: inset(
      0
      round
      18px
    );
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero {
    padding:
      130px
      14px
      40px;
  }

   .rh-clone-hero__glass-card {
    padding:
      36px
      21px
      85px;

    border-radius: 19px;
  }

  .rh-clone-hero__eyebrow {
    font-size: 10px;
  }

  .rh-clone-hero__intro {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .rh-clone-hero__text h1 {
    font-size: 45px;
  }

 

  .rh-clone-hero__dashboard {
    width: calc(100% - 16px);

    margin-top: -60px;

    border-radius: 15px !important;

    clip-path: inset(
      0
      round
      15px
    );
  }

}


/* ========================================================= */
/* WORDPRESS ADMIN BAR ADJUSTMENT                            */
/* ========================================================= */

/*
 * Logged-in WordPress users ke liye admin bar ki wajah se
 * header/content collision ko prevent karta hai.
 */

body.admin-bar .rh-clone-hero {
  padding-top: 220px;
}

@media (max-width: 1100px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 200px;
  }

}

@media (max-width: 900px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 175px;
  }

}

@media (max-width: 600px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 155px;
  }

}


/* ========================================================= */
/* REDUCED MOTION ACCESSIBILITY                              */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-clone-hero__flow,
  .rh-clone-hero__connections line,
  .rh-clone-hero__nodes circle,
  .rh-clone-hero__symbols {
    animation: none;
  }

  .rh-clone-hero__dashboard {
    opacity: 1;
    transform: none;
    animation: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3dec008 *//* ========================================================= */
/* SPONSOR STUDY PERFORMANCE SECTION                         */
/* ========================================================= */

.rh-sponsor-performance {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(29, 188, 136, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(21, 50, 90, 0.07),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f6faf9 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-sponsor-performance__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-sponsor-performance__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-sponsor-performance__background span:first-child {
  top: -230px;
  right: -170px;

  width: 520px;
  height: 520px;
}

.rh-sponsor-performance__background span:last-child {
  bottom: -270px;
  left: -180px;

  width: 600px;
  height: 600px;
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-sponsor-performance__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(390px, 0.9fr)
    minmax(580px, 1.1fr);

  align-items: center;
  gap: 85px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-sponsor-performance__content {
  position: relative;
}


/* Small Label */

.rh-sponsor-performance__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-sponsor-performance__content h2 {
  max-width: 610px;

  margin: 0 0 24px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(37px, 4.4vw, 55px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}


/* Lead Paragraph */

.rh-sponsor-performance__lead {
  max-width: 585px;

  margin: 0 0 16px;

  color: #44586A;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* Supporting Paragraphs */

.rh-sponsor-performance__description {
  max-width: 590px;

  margin: 0 0 15px;

  color: #687887;

  font-size: 15px;
  line-height: 1.75;
}

.rh-sponsor-performance__description:last-of-type {
  margin-bottom: 0;
}


/* ========================================================= */
/* SECTION BUTTON                                            */
/* ========================================================= */

.rh-sponsor-performance__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 49px;

  margin-top: 31px;
  padding: 13px 23px;

  color: #ffffff;
  background: #109267;

  border-radius: 999px;

  box-shadow:
    0 14px 30px rgba(16, 146, 103, 0.24);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-sponsor-performance__button span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-sponsor-performance__button:hover {
  color: #fffffff; !important
  background: #15325A;

  transform: translateY(-3px);

  box-shadow:
    0 18px 35px rgba(21, 50, 90, 0.22);
}

.rh-sponsor-performance__button:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* BENEFIT CARDS GRID                                        */
/* ========================================================= */

.rh-sponsor-performance__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


/* ========================================================= */
/* BENEFIT CARD                                              */
/* ========================================================= */

.rh-sponsor-performance__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 285px;
  padding: 25px;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 23px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 20px 50px rgba(21, 50, 90, 0.07);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rh-sponsor-performance__card::before {
  content: "";

  position: absolute;

  top: -80px;
  right: -70px;

  width: 175px;
  height: 175px;

  background: rgba(29, 188, 136, 0.08);
  border-radius: 50%;

  transition: transform 0.4s ease;

  pointer-events: none;
}

.rh-sponsor-performance__card:hover {
  border-color: rgba(29, 188, 136, 0.28);

  transform: translateY(-7px);

  box-shadow:
    0 30px 65px rgba(21, 50, 90, 0.13);
}

.rh-sponsor-performance__card:hover::before {
  transform: scale(1.18);
}


/* Featured Card */

.rh-sponsor-performance__card--featured {
  color: #ffffff;

  border-color: rgba(255, 255, 255, 0.12);

  background:
    linear-gradient(
      140deg,
      #15325A 0%,
      #109267 100%
    );

  box-shadow:
    0 25px 60px rgba(21, 50, 90, 0.18);
}

.rh-sponsor-performance__card--featured::before {
  background: rgba(255, 255, 255, 0.08);
}


/* ========================================================= */
/* CARD TOP ROW                                              */
/* ========================================================= */

.rh-sponsor-performance__card-top {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  margin-bottom: 26px;

  z-index: 2;
}


/* Card Number */

.rh-sponsor-performance__number {
  color: rgba(21, 50, 90, 0.4);

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rh-sponsor-performance__card--featured
.rh-sponsor-performance__number {
  color: rgba(255, 255, 255, 0.55);
}


/* ========================================================= */
/* CARD ICON                                                 */
/* ========================================================= */

.rh-sponsor-performance__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 15px;
}

.rh-sponsor-performance__icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-sponsor-performance__card--featured
.rh-sponsor-performance__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.15);
}


/* ========================================================= */
/* CARD CONTENT                                              */
/* ========================================================= */

.rh-sponsor-performance__card h3 {
  position: relative;

  margin: 0 0 13px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;

  z-index: 2;
}

.rh-sponsor-performance__card p {
  position: relative;

  margin: 0;

  color: #687887;

  font-size: 13px;
  line-height: 1.7;

  z-index: 2;
}

.rh-sponsor-performance__card--featured h3 {
  color: #ffffff;
}

.rh-sponsor-performance__card--featured p {
  color: rgba(255, 255, 255, 0.72);
}


/* ========================================================= */
/* FEATURED CARD TAGS                                        */
/* ========================================================= */

.rh-sponsor-performance__card-tags {
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: auto;
  padding-top: 19px;

  z-index: 2;
}

.rh-sponsor-performance__card-tags span {
  display: inline-flex;

  padding: 7px 10px;

  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 600;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-sponsor-performance {
    padding: 95px 20px;
  }

  .rh-sponsor-performance__container {
    grid-template-columns:
      minmax(340px, 0.85fr)
      minmax(520px, 1.15fr);

    gap: 55px;
  }

  .rh-sponsor-performance__content h2 {
    font-size: clamp(34px, 4.3vw, 47px);
  }

  .rh-sponsor-performance__card {
    min-height: 300px;
    padding: 22px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-sponsor-performance {
    padding: 85px 20px;
  }

  .rh-sponsor-performance__container {
    display: flex;
    flex-direction: column;

    max-width: 750px;
    gap: 58px;
  }

  .rh-sponsor-performance__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-sponsor-performance__content h2,
  .rh-sponsor-performance__lead,
  .rh-sponsor-performance__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-sponsor-performance__cards {
    width: 100%;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-sponsor-performance {
    padding: 70px 15px;
  }

  .rh-sponsor-performance__container {
    gap: 43px;
  }

  .rh-sponsor-performance__eyebrow {
    font-size: 9px;
    line-height: 1.35;
  }

  .rh-sponsor-performance__content h2 {
    font-size: 31px;
  }

  .rh-sponsor-performance__lead {
    font-size: 16px;
  }

  .rh-sponsor-performance__description {
    font-size: 14px;
  }

  .rh-sponsor-performance__button {
    width: 100%;
  }

  .rh-sponsor-performance__cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rh-sponsor-performance__card {
    min-height: 0;
    padding: 22px;

    border-radius: 20px;
  }

  .rh-sponsor-performance__card-top {
    margin-bottom: 21px;
  }

  .rh-sponsor-performance__card h3 {
    font-size: 17px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-sponsor-performance__card,
  .rh-sponsor-performance__card::before,
  .rh-sponsor-performance__button,
  .rh-sponsor-performance__button span {
    transition: none;
  }

  .rh-sponsor-performance__card:hover,
  .rh-sponsor-performance__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07a1da0 *//* ========================================================= */
/* RESEARCH HERO SPONSOR PLATFORM OVERVIEW SECTION           */
/* ========================================================= */

.rh-sponsor-video,
.rh-sponsor-video *,
.rh-sponsor-video *::before,
.rh-sponsor-video *::after {
  box-sizing: border-box;
}


.rh-sponsor-video {
  position: relative;

  width: 100%;

  padding: 115px 20px;

  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 12% 25%,
      rgba(29, 188, 136, 0.18),
      transparent 31%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(29, 188, 136, 0.12),
      transparent 29%
    ),
    linear-gradient(
      140deg,
      #15325a 0%,
      #173f5c 52%,
      #109267 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-sponsor-video__decoration {
  position: absolute;
  inset: 0;

  z-index: -1;

  pointer-events: none;
}


.rh-sponsor-video__decoration span {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}


.rh-sponsor-video__decoration span:first-child {
  top: -260px;
  left: -180px;

  width: 620px;
  height: 620px;
}


.rh-sponsor-video__decoration span:last-child {
  right: -220px;
  bottom: -300px;

  width: 700px;
  height: 700px;
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-sponsor-video__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(500px, 1.08fr)
    minmax(390px, 0.92fr);

  align-items: center;
  gap: 85px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT IMAGE AREA                                           */
/* ========================================================= */

.rh-sponsor-video__visual {
  position: relative;

  width: 100%;
  min-width: 0;

  padding:
    25px
    0
    38px;
}


/* ========================================================= */
/* IMAGE LABEL                                               */
/* ========================================================= */

.rh-sponsor-video__image-label {
  position: absolute;

  top: 0;
  left: 28px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  padding: 10px 15px;

  color: #15325a;
  background: rgba(255, 255, 255, 0.96);

  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;

  box-shadow:
    0 14px 32px rgba(3, 22, 40, 0.18);

  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;

  z-index: 4;
}


/* Animated Status Dot */

.rh-sponsor-video__live-dot {
  position: relative;

  flex: 0 0 auto;

  width: 8px;
  height: 8px;

  background: #1dbc88;

  border-radius: 50%;
}


.rh-sponsor-video__live-dot::after {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid rgba(29, 188, 136, 0.42);
  border-radius: 50%;

  animation:
    rhSponsorImagePulse
    2s
    ease-out
    infinite;
}


/* ========================================================= */
/* IMAGE FRAME                                               */
/* ========================================================= */

.rh-sponsor-video__image-frame {
  position: relative;

  width: 100%;

  padding: 7px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.14);

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 27px;

  box-shadow:
    0 45px 95px rgba(3, 21, 39, 0.34),
    0 14px 38px rgba(3, 21, 39, 0.18);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  z-index: 2;
}


/* Platform Image */

.rh-sponsor-video__image {
  display: block;

  width: 100%;
  height: auto;
  min-height: 430px;

  object-fit: cover;
  object-position: center;

  background: #ffffff;

  border-radius: 20px;
}


/* ========================================================= */
/* IMAGE INFORMATION STRIP                                   */
/* ========================================================= */

.rh-sponsor-video__info-strip {
  position: absolute;

  right: 26px;
  bottom: 0;

  display: flex;
  align-items: center;
  gap: 13px;

  width: min(355px, calc(100% - 52px));

  padding: 15px 18px;

  background: rgba(255, 255, 255, 0.96);

  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 17px;

  box-shadow:
    0 20px 48px rgba(3, 22, 40, 0.22);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  z-index: 4;
}


/* Information Icon */

.rh-sponsor-video__info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 41px;

  width: 41px;
  height: 41px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 12px;
}


.rh-sponsor-video__info-icon svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.rh-sponsor-video__info-strip strong,
.rh-sponsor-video__info-strip span {
  display: block;
}


.rh-sponsor-video__info-strip strong {
  margin-bottom: 3px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}


.rh-sponsor-video__info-strip div > span {
  color: #6b7a88;

  font-size: 10px;
  line-height: 1.5;
}


/* ========================================================= */
/* RIGHT CONTENT                                             */
/* ========================================================= */

.rh-sponsor-video__content {
  position: relative;

  width: 100%;
}


/* Eyebrow */

.rh-sponsor-video__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-sponsor-video__content h2 {
  max-width: 600px;

  margin:
    0
    0
    22px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(37px, 4.4vw, 55px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}


/* Lead Description */

.rh-sponsor-video__lead {
  max-width: 570px;

  margin: 0;

  color: rgba(255, 255, 255, 0.84);

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* Supporting Description */

.rh-sponsor-video__description {
  max-width: 570px;

  margin:
    17px
    0
    0;

  color: rgba(255, 255, 255, 0.65);

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* CONNECTED TEAM ROLES                                      */
/* ========================================================= */

.rh-sponsor-video__roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;

  margin-top: 33px;
}


.rh-sponsor-video__role {
  display: flex;
  align-items: center;
  gap: 11px;

  min-width: 0;

  padding: 13px;

  background: rgba(255, 255, 255, 0.07);

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}


.rh-sponsor-video__role:hover {
  background: rgba(255, 255, 255, 0.11);

  border-color: rgba(255, 255, 255, 0.22);

  transform: translateY(-2px);
}


/* Role Icon */

.rh-sponsor-video__role-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);

  border-radius: 11px;
}


.rh-sponsor-video__role-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.rh-sponsor-video__role > span:last-child {
  color: rgba(255, 255, 255, 0.9);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-sponsor-video__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 51px;

  margin-top: 31px;
  padding:
    12px
    24px
    12px
    13px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid #ffffff;
  border-radius: 999px;

  box-shadow:
    0 16px 36px rgba(3, 22, 40, 0.2);

  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


/* Button Icon */

.rh-sponsor-video__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 50%;

  transition:
    color 0.3s ease,
    background-color 0.3s ease,
    transform 0.3s ease;
}


.rh-sponsor-video__button-icon svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.rh-sponsor-video__button:hover {
  color: #ffffff;
  background: #1dbc88;

  border-color: #1dbc88;

  box-shadow:
    0 20px 42px rgba(3, 22, 40, 0.27);

  transform: translateY(-3px);
}


.rh-sponsor-video__button:hover
.rh-sponsor-video__button-icon {
  color: #1dbc88;
  background: #ffffff;

  transform: translateX(3px);
}


.rh-sponsor-video__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.4);
  outline-offset: 4px;
}


/* ========================================================= */
/* STATUS ANIMATION                                          */
/* ========================================================= */

@keyframes rhSponsorImagePulse {

  from {
    opacity: 0.8;
    transform: scale(0.65);
  }

  to {
    opacity: 0;
    transform: scale(1.55);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-sponsor-video {
    padding:
      95px
      20px;
  }

  .rh-sponsor-video__container {
    grid-template-columns:
      minmax(430px, 1.05fr)
      minmax(350px, 0.95fr);

    gap: 55px;
  }

  .rh-sponsor-video__content h2 {
    font-size: clamp(34px, 4.2vw, 47px);
  }

  .rh-sponsor-video__image {
    min-height: 390px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-sponsor-video {
    padding:
      85px
      20px;
  }

  .rh-sponsor-video__container {
    display: flex;
    flex-direction: column;

    max-width: 750px;

    gap: 60px;
  }

  .rh-sponsor-video__content {
    width: 100%;

    text-align: center;
  }

  .rh-sponsor-video__content h2,
  .rh-sponsor-video__lead,
  .rh-sponsor-video__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-sponsor-video__roles {
    max-width: 580px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-sponsor-video__visual {
    width: 100%;
  }

  .rh-sponsor-video__image {
    min-height: 0;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-sponsor-video {
    padding:
      70px
      15px;
  }

  .rh-sponsor-video__container {
    gap: 44px;
  }

  .rh-sponsor-video__eyebrow {
    padding:
      7px
      11px;

    font-size: 9px;
  }

  .rh-sponsor-video__content h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .rh-sponsor-video__lead {
    font-size: 16px;
    line-height: 1.68;
  }

  .rh-sponsor-video__description {
    font-size: 14px;
    line-height: 1.68;
  }

  .rh-sponsor-video__roles {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rh-sponsor-video__button {
    width: 100%;

    padding-right: 18px;
  }

  .rh-sponsor-video__visual {
    padding:
      22px
      0
      58px;
  }

  .rh-sponsor-video__image-frame {
    padding: 5px;

    border-radius: 19px;
  }

  .rh-sponsor-video__image {
    min-height: 280px;

    border-radius: 14px;
  }

  .rh-sponsor-video__image-label {
    left: 14px;

    padding:
      8px
      12px;

    font-size: 9px;
  }

  .rh-sponsor-video__info-strip {
    right: 12px;
    bottom: 0;
    left: 12px;

    width: auto;

    padding:
      13px
      14px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-sponsor-video__content h2 {
    font-size: 28px;
  }

  .rh-sponsor-video__image {
    min-height: 240px;
  }

  .rh-sponsor-video__info-icon {
    flex-basis: 37px;

    width: 37px;
    height: 37px;
  }

  .rh-sponsor-video__info-strip strong {
    font-size: 12px;
  }

  .rh-sponsor-video__info-strip div > span {
    font-size: 9px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-sponsor-video__live-dot::after {
    animation: none;
  }

  .rh-sponsor-video__button,
  .rh-sponsor-video__button-icon,
  .rh-sponsor-video__role {
    transition: none;
  }

  .rh-sponsor-video__button:hover,
  .rh-sponsor-video__role:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43cdac9 *//* ========================================================= */
/* ONE CONNECTED CLINICAL RESEARCH PLATFORM                 */
/* ========================================================= */

.rh-connected-platform {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 90% 30%,
      rgba(29, 188, 136, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 8% 80%,
      rgba(21, 50, 90, 0.07),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5faf8 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-connected-platform__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-connected-platform__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-connected-platform__background span:first-child {
  top: -260px;
  right: -190px;

  width: 620px;
  height: 620px;
}

.rh-connected-platform__background span:last-child {
  bottom: -320px;
  left: -210px;

  width: 700px;
  height: 700px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-connected-platform__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(390px, 0.88fr)
    minmax(560px, 1.12fr);

  align-items: center;
  gap: 80px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-connected-platform__content {
  position: relative;
}


/* Small Label */

.rh-connected-platform__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-connected-platform__content h2 {
  max-width: 620px;

  margin: 0 0 23px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Main Paragraph */

.rh-connected-platform__lead {
  max-width: 590px;

  margin: 0;

  color: #465a6b;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* Supporting Paragraph */

.rh-connected-platform__description {
  max-width: 580px;

  margin: 17px 0 0;

  color: #697987;

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* FEATURE ITEMS                                             */
/* ========================================================= */

.rh-connected-platform__features {
  display: flex;
  flex-direction: column;
  gap: 20px;

  margin-top: 34px;
}

.rh-connected-platform__feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.rh-connected-platform__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  flex: 0 0 44px;

  color: #ffffff;
  background: #1DBC88;

  border-radius: 14px;

  box-shadow:
    0 12px 26px rgba(29, 188, 136, 0.22);
}

.rh-connected-platform__feature-icon svg {
  width: 22px;
  height: 22px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-connected-platform__feature h3 {
  margin: 0 0 5px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.rh-connected-platform__feature p {
  margin: 0;

  color: #687887;

  font-size: 14px;
  line-height: 1.65;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-connected-platform__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 49px;

  margin-top: 32px;
  padding: 13px 23px;

  color: #ffffff;
  background: #109267;

  border-radius: 999px;

  box-shadow:
    0 14px 30px rgba(16, 146, 103, 0.24);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-connected-platform__button span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-connected-platform__button:hover {
  color: #ffffff !important; 
  background: #15325A;

  transform: translateY(-3px);

  box-shadow:
    0 18px 36px rgba(21, 50, 90, 0.22);
}

.rh-connected-platform__button:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* RIGHT VISUAL AREA                                         */
/* ========================================================= */

.rh-connected-platform__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 650px;
}

.rh-connected-platform__visual-glow {
  position: absolute;

  width: 78%;
  height: 78%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.2),
      rgba(21, 50, 90, 0.05) 52%,
      transparent 73%
    );

  filter: blur(20px);

  pointer-events: none;
}


/* ========================================================= */
/* CONNECTED NETWORK                                         */
/* ========================================================= */

.rh-connected-platform__network {
  position: relative;

  width: 620px;
  max-width: 100%;

  aspect-ratio: 1 / 1;

  z-index: 2;
}


/* Connection Lines */

.rh-connected-platform__lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  overflow: visible;
}

.rh-connected-platform__lines line {
  stroke: rgba(16, 146, 103, 0.27);
  stroke-width: 2;
  stroke-dasharray: 7 9;

  animation:
    rhConnectedLineMove
    13s
    linear
    infinite;
}


/* ========================================================= */
/* CENTRAL PLATFORM HUB                                      */
/* ========================================================= */

.rh-connected-platform__hub {
  position: absolute;

  top: 50%;
  left: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 205px;
  height: 205px;

  padding: 25px;

  border: 8px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      #15325A,
      #109267
    );

  box-shadow:
    0 30px 70px rgba(21, 50, 90, 0.22),
    0 0 0 18px rgba(29, 188, 136, 0.08);

  transform: translate(-50%, -50%);

  text-align: center;

  z-index: 4;
}

.rh-connected-platform__hub-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 58px;
  height: 58px;

  margin-bottom: 12px;

  color: #15325A;
  background: #ffffff;

  border-radius: 17px;

  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 800;
}

.rh-connected-platform__hub strong,
.rh-connected-platform__hub span {
  display: block;
}

.rh-connected-platform__hub strong {
  margin-bottom: 5px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

.rh-connected-platform__hub span {
  color: rgba(255, 255, 255, 0.68);

  font-size: 10px;
  line-height: 1.45;
}


/* ========================================================= */
/* CONNECTED ROLE CARDS                                      */
/* ========================================================= */

.rh-connected-platform__role {
  position: absolute;

  display: flex;
  align-items: center;
  gap: 9px;

  min-width: 135px;

  padding: 11px 14px;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 16px 38px rgba(21, 50, 90, 0.11);

  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);

  z-index: 5;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-connected-platform__role:hover {
  border-color: rgba(29, 188, 136, 0.28);

  transform: translateY(-4px);

  box-shadow:
    0 21px 45px rgba(21, 50, 90, 0.16);
}

.rh-connected-platform__role-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;
  flex: 0 0 35px;

  color: #ffffff;
  background: #1DBC88;

  border-radius: 11px;
}

.rh-connected-platform__role-icon svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-connected-platform__role > span:last-child {
  color: #15325A;

  font-size: 11px;
  font-weight: 700;
}


/* Role Positions */

.rh-connected-platform__role--sponsor {
  top: 3%;
  left: 50%;

  transform: translateX(-50%);
}

.rh-connected-platform__role--sponsor:hover {
  transform: translateX(-50%) translateY(-4px);
}

.rh-connected-platform__role--cro {
  top: 18%;
  right: 0;
}

.rh-connected-platform__role--sites {
  top: 58%;
  right: -2%;
}

.rh-connected-platform__role--monitors {
  right: 15%;
  bottom: 2%;
}

.rh-connected-platform__role--investigators {
  bottom: 4%;
  left: 13%;
}

.rh-connected-platform__role--coordinators {
  top: 57%;
  left: -2%;
}

.rh-connected-platform__role--participants {
  top: 17%;
  left: 0;
}


/* ========================================================= */
/* CONNECTION ANIMATION                                      */
/* ========================================================= */

@keyframes rhConnectedLineMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -180;
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-connected-platform {
    padding: 95px 20px;
  }

  .rh-connected-platform__container {
    grid-template-columns:
      minmax(350px, 0.85fr)
      minmax(490px, 1.15fr);

    gap: 50px;
  }

  .rh-connected-platform__content h2 {
    font-size: clamp(34px, 4.4vw, 47px);
  }

  .rh-connected-platform__visual {
    min-height: 580px;
  }

  .rh-connected-platform__network {
    width: 550px;
  }

  .rh-connected-platform__role {
    min-width: 120px;
    padding: 10px 12px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-connected-platform {
    padding: 85px 20px;
  }

  .rh-connected-platform__container {
    display: flex;
    flex-direction: column;

    max-width: 750px;
    gap: 60px;
  }

  .rh-connected-platform__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-connected-platform__content h2,
  .rh-connected-platform__lead,
  .rh-connected-platform__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-connected-platform__features {
    max-width: 590px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-connected-platform__visual {
    width: 100%;
    min-height: 630px;
  }

  .rh-connected-platform__network {
    width: 600px;
  }

}

/* ========================================================= */
/* CONNECTED PLATFORM — MOBILE DESKTOP-LIKE VISUAL FIX       */
/* ========================================================= */

@media (max-width: 600px) {

  /* ------------------------------------------------------- */
  /* RIGHT VISUAL WRAPPER                                    */
  /* ------------------------------------------------------- */

  .rh-connected-platform__visual {
    position: relative;

    width: 100%;
    min-height: 0;

    /*
     * Square area maintain karta hai taake network
     * desktop wali circular composition mein rahe.
     */
    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: visible;
  }


  /* ------------------------------------------------------- */
  /* CONNECTED NETWORK                                       */
  /* ------------------------------------------------------- */

  .rh-connected-platform__network {
    position: relative;

    /*
     * Mobile par network full available width use karega.
     * Scale transform remove kar diya gaya hai.
     */
    width: 100%;
    max-width: 520px;

    aspect-ratio: 1 / 1;

    transform: none !important;
    transform-origin: center center;

    overflow: visible;
  }


  /* ------------------------------------------------------- */
  /* NETWORK CONNECTION LINES                                */
  /* ------------------------------------------------------- */

  .rh-connected-platform__lines {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: visible;
  }


  /* ------------------------------------------------------- */
  /* CENTRAL RESEARCH HERO HUB                               */
  /* ------------------------------------------------------- */

  .rh-connected-platform__hub {
    top: 50%;
    left: 50%;

    /*
     * Hub size mobile width ke according responsive rahega.
     */
    width: clamp(125px, 35vw, 175px);
    height: clamp(125px, 35vw, 175px);

    padding: clamp(14px, 4vw, 22px);

    border-width: 5px;

    transform: translate(-50%, -50%);

    box-shadow:
      0 22px 48px rgba(21, 50, 90, 0.2),
      0 0 0 11px rgba(29, 188, 136, 0.08);
  }


  /* Central Hub Logo */

  .rh-connected-platform__hub-logo {
    width: clamp(40px, 11vw, 52px);
    height: clamp(40px, 11vw, 52px);

    margin-bottom: 8px;

    border-radius: 13px;

    font-size: clamp(13px, 4vw, 17px);
  }


  /* Central Hub Heading */

  .rh-connected-platform__hub strong {
    margin-bottom: 3px;

    font-size: clamp(11px, 3.2vw, 14px);
    white-space: nowrap;
  }


  /* Central Hub Description */

  .rh-connected-platform__hub span {
    max-width: 110px;

    font-size: clamp(7px, 2.2vw, 9px);
    line-height: 1.35;
  }


  /* ------------------------------------------------------- */
  /* CONNECTED ROLE CARDS                                    */
  /* ------------------------------------------------------- */

  .rh-connected-platform__role {
    min-width: 0;
    max-width: 38%;

    padding:
      clamp(7px, 2vw, 10px)
      clamp(8px, 2.4vw, 12px);

    gap: clamp(6px, 1.8vw, 9px);

    border-radius: clamp(10px, 3vw, 14px);

    white-space: nowrap;

    box-shadow:
      0 10px 25px rgba(21, 50, 90, 0.11);
  }


  /* Role Card Icon */

  .rh-connected-platform__role-icon {
    width: clamp(27px, 8vw, 34px);
    height: clamp(27px, 8vw, 34px);
    flex-basis: clamp(27px, 8vw, 34px);

    border-radius: clamp(8px, 2.5vw, 11px);
  }

  .rh-connected-platform__role-icon svg {
    width: clamp(13px, 4vw, 17px);
    height: clamp(13px, 4vw, 17px);
  }


  /* Role Card Text */

  .rh-connected-platform__role > span:last-child {
    font-size: clamp(8px, 2.45vw, 10px);
    line-height: 1.2;

    white-space: nowrap;
  }


  /* ------------------------------------------------------- */
  /* MOBILE ROLE POSITIONS                                   */
  /* ------------------------------------------------------- */

  .rh-connected-platform__role--sponsor {
    top: 2%;
    left: 50%;

    transform: translateX(-50%);
  }

  .rh-connected-platform__role--sponsor:hover {
    transform: translateX(-50%) translateY(-4px);
  }

  .rh-connected-platform__role--cro {
    top: 17%;
    right: 0;
  }

  .rh-connected-platform__role--sites {
    top: 57%;
    right: 0;
  }

  .rh-connected-platform__role--monitors {
    right: 11%;
    bottom: 1%;
  }

  .rh-connected-platform__role--investigators {
    bottom: 3%;
    left: 9%;
  }

  .rh-connected-platform__role--coordinators {
    top: 56%;
    left: 0;
  }

  .rh-connected-platform__role--participants {
    top: 16%;
    left: 0;
  }


  /* ------------------------------------------------------- */
  /* MOBILE BACKGROUND GLOW                                  */
  /* ------------------------------------------------------- */

  .rh-connected-platform__visual-glow {
    width: 88%;
    height: 88%;

    filter: blur(14px);
  }

}


/* ========================================================= */
/* CONNECTED PLATFORM — SMALL MOBILE REFINEMENT              */
/* ========================================================= */

@media (max-width: 420px) {

  .rh-connected-platform__visual {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .rh-connected-platform__network {
    width: 100%;

    /*
     * Purana scale override permanently remove karta hai.
     */
    transform: none !important;
  }

  .rh-connected-platform__hub {
    width: clamp(116px, 34vw, 140px);
    height: clamp(116px, 34vw, 140px);

    padding: 12px;

    border-width: 4px;

    box-shadow:
      0 18px 40px rgba(21, 50, 90, 0.18),
      0 0 0 8px rgba(29, 188, 136, 0.08);
  }

  .rh-connected-platform__hub-logo {
    width: 38px;
    height: 38px;

    margin-bottom: 6px;

    font-size: 13px;
  }

  .rh-connected-platform__hub strong {
    font-size: 10px;
  }

  .rh-connected-platform__hub span {
    max-width: 90px;
    font-size: 7px;
  }

  .rh-connected-platform__role {
    max-width: 39%;

    padding: 6px 8px;
    gap: 5px;

    border-radius: 9px;
  }

  .rh-connected-platform__role-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;

    border-radius: 8px;
  }

  .rh-connected-platform__role-icon svg {
    width: 13px;
    height: 13px;
  }

  .rh-connected-platform__role > span:last-child {
    font-size: 8px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-connected-platform__lines line {
    animation: none;
  }

  .rh-connected-platform__role,
  .rh-connected-platform__button,
  .rh-connected-platform__button span {
    transition: none;
  }

  .rh-connected-platform__role:hover,
  .rh-connected-platform__button:hover {
    transform: none;
  }

  .rh-connected-platform__role--sponsor:hover {
    transform: translateX(-50%);
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f0d02a0 *//* ========================================================= */
/* SMARTER SPONSOR DECISIONS SECTION                         */
/* ========================================================= */

.rh-sponsor-decisions {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 20%,
      rgba(29, 188, 136, 0.2),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(29, 188, 136, 0.14),
      transparent 30%
    ),
    linear-gradient(
      140deg,
      #15325A 0%,
      #173f5c 54%,
      #109267 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-sponsor-decisions__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-sponsor-decisions__background span {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.rh-sponsor-decisions__background span:nth-child(1) {
  top: -270px;
  right: -180px;

  width: 650px;
  height: 650px;
}

.rh-sponsor-decisions__background span:nth-child(2) {
  bottom: -320px;
  left: -210px;

  width: 720px;
  height: 720px;
}

.rh-sponsor-decisions__background span:nth-child(3) {
  top: 42%;
  left: 50%;

  width: 390px;
  height: 390px;

  transform: translate(-50%, -50%);

  border-color: rgba(255, 255, 255, 0.035);
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-sponsor-decisions__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* SECTION HEADER                                            */
/* ========================================================= */

.rh-sponsor-decisions__header {
  max-width: 900px;

  margin: 0 auto 65px;

  text-align: center;
}


/* Small Label */

.rh-sponsor-decisions__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 22px;
  padding: 9px 16px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-sponsor-decisions__header h2 {
  margin: 0 0 22px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 5vw, 59px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Header Description */

.rh-sponsor-decisions__header p {
  max-width: 760px;

  margin: 0 auto;

  color: rgba(255, 255, 255, 0.72);

  font-size: 17px;
  line-height: 1.75;
}


/* ========================================================= */
/* DECISION CARDS GRID                                       */
/* ========================================================= */

.rh-sponsor-decisions__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 20px;
}


/* ========================================================= */
/* DECISION CARD                                             */
/* ========================================================= */

.rh-sponsor-decision-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 390px;
  padding: 27px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.075)
    );

  box-shadow:
    0 25px 60px rgba(3, 21, 39, 0.18);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}


/* Card Decorative Glow */

.rh-sponsor-decision-card::before {
  content: "";

  position: absolute;

  top: -90px;
  right: -80px;

  width: 190px;
  height: 190px;

  border-radius: 50%;

  background: rgba(29, 188, 136, 0.15);

  transition:
    transform 0.4s ease,
    background 0.4s ease;

  pointer-events: none;
}


/* Card Hover */

.rh-sponsor-decision-card:hover {
  border-color: rgba(255, 255, 255, 0.3);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.1)
    );

  transform: translateY(-8px);

  box-shadow:
    0 34px 75px rgba(3, 21, 39, 0.27);
}

.rh-sponsor-decision-card:hover::before {
  transform: scale(1.18);
}


/* ========================================================= */
/* FEATURED CARD                                             */
/* ========================================================= */

.rh-sponsor-decision-card--featured {
  border-color: rgba(255, 255, 255, 0.28);

  background:
    linear-gradient(
      145deg,
      rgba(29, 188, 136, 0.42),
      rgba(255, 255, 255, 0.1)
    );
}

.rh-sponsor-decision-card--featured::before {
  width: 240px;
  height: 240px;

  top: -115px;
  right: -95px;

  background: rgba(255, 255, 255, 0.09);
}


/* ========================================================= */
/* CARD TOP ROW                                              */
/* ========================================================= */

.rh-sponsor-decision-card__top {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  min-height: 52px;

  margin-bottom: 25px;

  z-index: 2;
}


/* Card Number */

.rh-sponsor-decision-card__number {
  color: rgba(255, 255, 255, 0.47);

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* Featured Label */

.rh-sponsor-decision-card__tag {
  display: inline-flex;

  margin-right: auto;
  padding: 7px 10px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


/* ========================================================= */
/* CARD ICON                                                 */
/* ========================================================= */

.rh-sponsor-decision-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;
  flex: 0 0 50px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
}

.rh-sponsor-decision-card__icon svg {
  width: 25px;
  height: 25px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* CARD HEADING                                              */
/* ========================================================= */

.rh-sponsor-decision-card h3 {
  position: relative;

  margin: 0 0 14px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;

  z-index: 2;
}


/* ========================================================= */
/* CARD MAIN PARAGRAPH                                       */
/* ========================================================= */

.rh-sponsor-decision-card > p {
  position: relative;

  margin: 0;

  color: rgba(255, 255, 255, 0.8);

  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;

  z-index: 2;
}


/* ========================================================= */
/* CARD SUPPORTING DETAIL                                    */
/* ========================================================= */

.rh-sponsor-decision-card
.rh-sponsor-decision-card__detail {
  margin-top: 13px;

  color: rgba(255, 255, 255, 0.6);

  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
}


/* ========================================================= */
/* FEATURED CARD STATUS ITEMS                                */
/* ========================================================= */

.rh-sponsor-decision-card__statuses {
  position: relative;

  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: auto;
  padding-top: 22px;

  z-index: 2;
}

.rh-sponsor-decision-card__statuses span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 8px 10px;

  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 600;
}


/* Status Dot */

.rh-sponsor-decision-card__statuses i {
  width: 6px;
  height: 6px;

  background: #ffffff;
  border-radius: 50%;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-sponsor-decisions {
    padding: 95px 20px;
  }

  .rh-sponsor-decisions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-sponsor-decision-card {
    min-height: 360px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 800px) {

  .rh-sponsor-decisions {
    padding: 85px 20px;
  }

  .rh-sponsor-decisions__header {
    margin-bottom: 50px;
  }

  .rh-sponsor-decisions__header h2 {
    font-size: 40px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-sponsor-decisions {
    padding: 70px 15px;
  }

  .rh-sponsor-decisions__header {
    margin-bottom: 40px;
  }

  .rh-sponsor-decisions__eyebrow {
    font-size: 9px;
    line-height: 1.35;
  }

  .rh-sponsor-decisions__header h2 {
    font-size: 31px;
  }

  .rh-sponsor-decisions__header p {
    font-size: 15px;
  }

  .rh-sponsor-decisions__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rh-sponsor-decision-card {
    min-height: 0;
    padding: 22px;

    border-radius: 20px;
  }

  .rh-sponsor-decision-card__top {
    margin-bottom: 21px;
  }

  .rh-sponsor-decision-card__icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;

    border-radius: 13px;
  }

  .rh-sponsor-decision-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .rh-sponsor-decision-card h3 {
    font-size: 17px;
  }

  .rh-sponsor-decision-card__statuses {
    margin-top: 0;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-sponsor-decision-card,
  .rh-sponsor-decision-card::before {
    transition: none;
  }

  .rh-sponsor-decision-card:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25477f1 *//* ========================================================= */
/* SPONSOR PLATFORM CAPABILITIES SECTION                     */
/* ========================================================= */

.rh-sponsor-capabilities {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 18%,
      rgba(29, 188, 136, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 82%,
      rgba(21, 50, 90, 0.08),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5faf8 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-sponsor-capabilities__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-sponsor-capabilities__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.08);
  border-radius: 50%;
}

.rh-sponsor-capabilities__background span:nth-child(1) {
  top: -250px;
  right: -180px;

  width: 620px;
  height: 620px;
}

.rh-sponsor-capabilities__background span:nth-child(2) {
  bottom: -320px;
  left: -220px;

  width: 700px;
  height: 700px;
}

.rh-sponsor-capabilities__background span:nth-child(3) {
  top: 42%;
  left: 50%;

  width: 850px;
  height: 850px;

  transform: translate(-50%, -50%);

  border-color: rgba(21, 50, 90, 0.035);
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-sponsor-capabilities__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* SECTION HEADER                                            */
/* ========================================================= */

.rh-sponsor-capabilities__header {
  max-width: 840px;

  margin: 0 auto 65px;

  text-align: center;
}

.rh-sponsor-capabilities__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-sponsor-capabilities__header h2 {
  margin: 0 0 21px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rh-sponsor-capabilities__header p {
  max-width: 750px;

  margin: 0 auto;

  color: #607181;

  font-size: 17px;
  line-height: 1.75;
}


/* ========================================================= */
/* CAPABILITIES GRID                                         */
/* ========================================================= */

.rh-sponsor-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 20px;
}


/* ========================================================= */
/* CAPABILITY CARD                                           */
/* ========================================================= */

.rh-sponsor-capability-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 330px;
  padding: 27px;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 20px 50px rgba(21, 50, 90, 0.07);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rh-sponsor-capability-card::before {
  content: "";

  position: absolute;

  top: -85px;
  right: -75px;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: rgba(29, 188, 136, 0.08);

  transition:
    transform 0.4s ease,
    background 0.4s ease;

  pointer-events: none;
}

.rh-sponsor-capability-card:hover {
  border-color: rgba(29, 188, 136, 0.27);

  transform: translateY(-8px);

  box-shadow:
    0 30px 68px rgba(21, 50, 90, 0.13);
}

.rh-sponsor-capability-card:hover::before {
  background: rgba(29, 188, 136, 0.14);

  transform: scale(1.18);
}


/* ========================================================= */
/* FEATURED CARD                                             */
/* ========================================================= */

.rh-sponsor-capability-card--featured {
  grid-column: span 2;

  background:
    linear-gradient(
      140deg,
      #15325A 0%,
      #109267 100%
    );

  border-color: rgba(255, 255, 255, 0.12);

  box-shadow:
    0 27px 65px rgba(21, 50, 90, 0.19);
}

.rh-sponsor-capability-card--featured::before {
  width: 285px;
  height: 285px;

  top: -135px;
  right: -80px;

  background: rgba(255, 255, 255, 0.08);
}

.rh-sponsor-capability-card--featured h3 {
  color: #ffffff !important;
}

.rh-sponsor-capability-card--featured p {
  max-width: 650px;

  color: rgba(255, 255, 255, 0.74);
}


/* ========================================================= */
/* HIGHLIGHTED CARD                                          */
/* ========================================================= */

.rh-sponsor-capability-card--highlighted {
  border-color: rgba(29, 188, 136, 0.22);
  
  background:
    linear-gradient(
      145deg,
      #ffffff,
      rgba(29, 188, 136, 0.12)
    );
}


/* ========================================================= */
/* SECURE CARD                                               */
/* ========================================================= */

.rh-sponsor-capability-card--secure {
  border-color: rgba(21, 50, 90, 0.17);

  background:
    linear-gradient(
      145deg,
      rgba(21, 50, 90, 0.98),
      rgba(16, 146, 103, 0.92)
    );
}

.rh-sponsor-capability-card--secure h3 {
  color: #ffffff;
}

.rh-sponsor-capability-card--secure p {
  color: rgba(255, 255, 255, 0.72);
}

.rh-sponsor-capability-card--secure::before {
  background: rgba(255, 255, 255, 0.08);
}


/* ========================================================= */
/* CARD HEADER                                               */
/* ========================================================= */

.rh-sponsor-capability-card__header {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;

  margin-bottom: 27px;

  z-index: 2;
}

.rh-sponsor-capability-card__number {
  color: rgba(21, 50, 90, 0.38);

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rh-sponsor-capability-card--featured
.rh-sponsor-capability-card__number,
.rh-sponsor-capability-card--secure
.rh-sponsor-capability-card__number {
  color: rgba(255, 255, 255, 0.52);
}

.rh-sponsor-capability-card__tag {
  display: inline-flex;

  padding: 7px 11px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rh-sponsor-capability-card--featured
.rh-sponsor-capability-card__tag,
.rh-sponsor-capability-card--secure
.rh-sponsor-capability-card__tag {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}


/* ========================================================= */
/* CARD ICON                                                 */
/* ========================================================= */

.rh-sponsor-capability-card__icon {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  margin-bottom: 22px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 16px;

  z-index: 2;
}

.rh-sponsor-capability-card__icon svg {
  width: 25px;
  height: 25px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-sponsor-capability-card--featured
.rh-sponsor-capability-card__icon,
.rh-sponsor-capability-card--secure
.rh-sponsor-capability-card__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.14);
}


/* ========================================================= */
/* CARD CONTENT                                              */
/* ========================================================= */

.rh-sponsor-capability-card h3 {
  position: relative;

  margin: 0 0 13px;

  color:  !important;

  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;

  z-index: 2;
}

.rh-sponsor-capability-card p {
  position: relative;

  margin: 0;

  color: #667686;

  font-size: 14px;
  line-height: 1.7;

  z-index: 2;
}


/* ========================================================= */
/* FEATURED LABELS                                           */
/* ========================================================= */

.rh-sponsor-capability-card__labels {
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: auto;
  padding-top: 26px;

  z-index: 2;
}

.rh-sponsor-capability-card__labels span {
  display: inline-flex;

  padding: 8px 11px;

  color: rgba(255, 255, 255, 0.87);
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 600;
}


/* ========================================================= */
/* COMPLIANCE STATUS                                         */
/* ========================================================= */

.rh-sponsor-capability-card__status {
  position: relative;

  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: auto;
  padding-top: 23px;

  z-index: 2;
}

.rh-sponsor-capability-card__status span {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 8px 10px;

  color: #44586A;
  background: rgba(255, 255, 255, 0.7);

  border: 1px solid rgba(29, 188, 136, 0.15);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 600;
}

.rh-sponsor-capability-card__status i {
  width: 6px;
  height: 6px;

  background: #1DBC88;
  border-radius: 50%;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-sponsor-capabilities {
    padding: 95px 20px;
  }

  .rh-sponsor-capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-sponsor-capability-card--featured {
    grid-column: span 2;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 800px) {

  .rh-sponsor-capabilities {
    padding: 85px 20px;
  }

  .rh-sponsor-capabilities__header {
    margin-bottom: 50px;
  }

  .rh-sponsor-capabilities__header h2 {
    font-size: 40px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-sponsor-capabilities {
    padding: 70px 15px;
  }

  .rh-sponsor-capabilities__header {
    margin-bottom: 40px;
  }

  .rh-sponsor-capabilities__eyebrow {
    font-size: 9px;
    line-height: 1.35;
  }

  .rh-sponsor-capabilities__header h2 {
    font-size: 31px;
  }

  .rh-sponsor-capabilities__header p {
    font-size: 15px;
  }

  .rh-sponsor-capabilities__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rh-sponsor-capability-card,
  .rh-sponsor-capability-card--featured {
    grid-column: auto;

    min-height: 0;
    padding: 22px;

    border-radius: 20px;
  }

  .rh-sponsor-capability-card__header {
    margin-bottom: 22px;
  }

  .rh-sponsor-capability-card__icon {
    width: 47px;
    height: 47px;

    margin-bottom: 19px;

    border-radius: 14px;
  }

  .rh-sponsor-capability-card__icon svg {
    width: 22px;
    height: 22px;
  }

  .rh-sponsor-capability-card h3 {
    font-size: 17px;
  }

  .rh-sponsor-capability-card__labels,
  .rh-sponsor-capability-card__status {
    margin-top: 0;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-sponsor-capability-card,
  .rh-sponsor-capability-card::before {
    transition: none;
  }

  .rh-sponsor-capability-card:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d487c60 *//* ========================================================= */
/* WHY CLINICAL RESEARCH SITES ADOPT RESEARCH HERO           */
/* ========================================================= */

.rh-site-adoption {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 48%,
      rgba(29, 188, 136, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 91% 15%,
      rgba(21, 50, 90, 0.07),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5faf8 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-site-adoption__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-site-adoption__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-site-adoption__background span:first-child {
  top: -250px;
  right: -180px;

  width: 620px;
  height: 620px;
}

.rh-site-adoption__background span:last-child {
  bottom: -320px;
  left: -230px;

  width: 720px;
  height: 720px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-site-adoption__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(510px, 1.08fr)
    minmax(390px, 0.92fr);

  align-items: center;
  gap: 85px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT VISUAL AREA                                          */
/* ========================================================= */

.rh-site-adoption__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 650px;
}


/* Visual Glow */

.rh-site-adoption__glow {
  position: absolute;

  width: 88%;
  height: 82%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.22),
      rgba(21, 50, 90, 0.05) 52%,
      transparent 74%
    );

  filter: blur(23px);

  pointer-events: none;
}


/* ========================================================= */
/* SITE WORKSPACE                                            */
/* ========================================================= */

.rh-site-workspace {
  position: relative;

  width: 100%;
  max-width: 610px;

  padding: 26px;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.94);

  box-shadow:
    0 42px 95px rgba(21, 50, 90, 0.16),
    0 12px 35px rgba(21, 50, 90, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  z-index: 2;
}


/* ========================================================= */
/* WORKSPACE HEADER                                          */
/* ========================================================= */

.rh-site-workspace__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding-bottom: 21px;

  border-bottom: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-site-workspace__title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.rh-site-workspace__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;
  flex: 0 0 46px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325A,
      #109267
    );

  border-radius: 14px;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 800;
}

.rh-site-workspace__title strong,
.rh-site-workspace__title span {
  display: block;
}

.rh-site-workspace__title strong {
  margin-bottom: 3px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
}

.rh-site-workspace__title div > span {
  color: #748391;

  font-size: 11px;
}


/* Active Status */

.rh-site-workspace__status {
  display: inline-flex;
  align-items: center;

  padding: 8px 12px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
}

.rh-site-workspace__status::before {
  content: "";

  width: 7px;
  height: 7px;

  margin-right: 7px;

  background: #1DBC88;
  border-radius: 50%;
}


/* ========================================================= */
/* WORKSPACE SUMMARY                                         */
/* ========================================================= */

.rh-site-workspace__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;

  margin-top: 20px;
}

.rh-site-workspace__summary-card {
  padding: 15px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 15px;

  background: #f7faf9;
}

.rh-site-workspace__summary-card span,
.rh-site-workspace__summary-card strong,
.rh-site-workspace__summary-card small {
  display: block;
}

.rh-site-workspace__summary-card span {
  margin-bottom: 9px;

  color: #7A8895;

  font-size: 9px;
}

.rh-site-workspace__summary-card strong {
  margin-bottom: 5px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 23px;
  line-height: 1;
}

.rh-site-workspace__summary-card small {
  color: #109267;

  font-size: 8px;
  line-height: 1.4;
}


/* ========================================================= */
/* WORKSPACE PANEL                                           */
/* ========================================================= */

.rh-site-workspace__panel {
  margin-top: 15px;
  padding: 18px;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 18px;

  background: #ffffff;
}

.rh-site-workspace__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 14px;
}

.rh-site-workspace__panel-header span,
.rh-site-workspace__panel-header strong {
  display: block;
}

.rh-site-workspace__panel-header div > span {
  margin-bottom: 3px;

  color: #7A8895;

  font-size: 9px;
}

.rh-site-workspace__panel-header strong {
  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
}

.rh-site-workspace__date {
  padding: 6px 10px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;
}


/* ========================================================= */
/* WORKSPACE TASK ROW                                        */
/* ========================================================= */

.rh-site-workspace__task {
  display: grid;
  grid-template-columns: 39px 1fr auto;
  align-items: center;
  gap: 12px;

  padding: 12px 0;

  border-top: 1px solid rgba(21, 50, 90, 0.06);
}

.rh-site-workspace__task-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 12px;
}

.rh-site-workspace__task-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-workspace__task-content strong,
.rh-site-workspace__task-content span {
  display: block;
}

.rh-site-workspace__task-content strong {
  margin-bottom: 3px;

  color: #15325A;

  font-size: 11px;
  font-weight: 700;
}

.rh-site-workspace__task-content span {
  color: #7B8996;

  font-size: 9px;
  line-height: 1.4;
}


/* Task Badge */

.rh-site-workspace__task-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 31px;

  padding: 6px 8px;

  color: #15325A;
  background: rgba(21, 50, 90, 0.07);

  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;
}

.rh-site-workspace__task-badge--success {
  color: #109267;
  background: rgba(29, 188, 136, 0.11);
}

.rh-site-workspace__task-badge--attention {
  color: #a76800;
  background: rgba(245, 166, 35, 0.13);
}


/* ========================================================= */
/* WORKSPACE FOOTER                                          */
/* ========================================================= */

.rh-site-workspace__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-top: 18px;
  padding-top: 17px;

  border-top: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-site-workspace__users {
  display: flex;
}

.rh-site-workspace__users span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  margin-left: -7px;

  color: #ffffff;
  background: #15325A;

  border: 3px solid #ffffff;
  border-radius: 50%;

  font-size: 8px;
  font-weight: 700;
}

.rh-site-workspace__users span:first-child {
  margin-left: 0;
}

.rh-site-workspace__users span:nth-child(2) {
  background: #109267;
}

.rh-site-workspace__users span:nth-child(3) {
  background: #1DBC88;
}

.rh-site-workspace__footer p {
  margin: 0;

  color: #768592;

  font-size: 10px;
}


/* ========================================================= */
/* RIGHT CONTENT                                             */
/* ========================================================= */

.rh-site-adoption__content {
  position: relative;
}


/* Eyebrow */

.rh-site-adoption__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-site-adoption__content h2 {
  max-width: 620px;

  margin: 0 0 23px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(37px, 4.4vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Lead Paragraph */

.rh-site-adoption__lead {
  max-width: 580px;

  margin: 0;

  color: #465A6B;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* Supporting Paragraph */

.rh-site-adoption__description {
  max-width: 580px;

  margin: 17px 0 0;

  color: #687887;

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* ADOPTION REASONS                                          */
/* ========================================================= */

.rh-site-adoption__reasons {
  display: flex;
  flex-direction: column;
  gap: 20px;

  margin-top: 34px;
}

.rh-site-adoption__reason {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.rh-site-adoption__reason-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 44px;
  height: 44px;
  flex: 0 0 44px;

  color: #ffffff;
  background: #1DBC88;

  border-radius: 14px;

  box-shadow:
    0 12px 26px rgba(29, 188, 136, 0.22);
}

.rh-site-adoption__reason-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-adoption__reason h3 {
  margin: 0 0 5px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.rh-site-adoption__reason p {
  max-width: 520px;

  margin: 0;

  color: #687887;

  font-size: 14px;
  line-height: 1.65;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-site-adoption__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 49px;

  margin-top: 32px;
  padding: 13px 23px;

  color: #ffffff;
  background: #109267;

  border-radius: 999px;

  box-shadow:
    0 14px 30px rgba(16, 146, 103, 0.24);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-site-adoption__button span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-site-adoption__button:hover {
  color: #ffffff !important;
  background: #15325A;

  transform: translateY(-3px);

  box-shadow:
    0 18px 36px rgba(21, 50, 90, 0.22);
}

.rh-site-adoption__button:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-site-adoption {
    padding: 95px 20px;
  }

  .rh-site-adoption__container {
    grid-template-columns:
      minmax(450px, 1.05fr)
      minmax(350px, 0.95fr);

    gap: 55px;
  }

  .rh-site-adoption__content h2 {
    font-size: clamp(34px, 4.2vw, 47px);
  }

  .rh-site-adoption__visual {
    min-height: 600px;
  }

  .rh-site-workspace {
    padding: 22px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-site-adoption {
    padding: 85px 20px;
  }

  .rh-site-adoption__container {
    display: flex;
    flex-direction: column-reverse;

    max-width: 750px;
    gap: 60px;
  }

  .rh-site-adoption__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-site-adoption__content h2,
  .rh-site-adoption__lead,
  .rh-site-adoption__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-site-adoption__reasons {
    max-width: 610px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-site-adoption__visual {
    width: 100%;
    min-height: auto;
  }

  .rh-site-workspace {
    max-width: 660px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-site-adoption {
    padding: 70px 15px;
  }

  .rh-site-adoption__container {
    gap: 45px;
  }

  .rh-site-adoption__eyebrow {
    font-size: 9px;
    line-height: 1.35;
  }

  .rh-site-adoption__content h2 {
    font-size: 31px;
  }

  .rh-site-adoption__lead {
    font-size: 16px;
  }

  .rh-site-adoption__description {
    font-size: 14px;
  }

  .rh-site-adoption__reason {
    gap: 12px;
  }

  .rh-site-adoption__reason-icon {
    width: 39px;
    height: 39px;
    flex-basis: 39px;

    border-radius: 12px;
  }

  .rh-site-adoption__reason h3 {
    font-size: 16px;
  }

  .rh-site-adoption__button {
    width: 100%;
  }

  .rh-site-workspace {
    padding: 15px;

    border-radius: 21px;
  }

  .rh-site-workspace__header {
    align-items: flex-start;
  }

  .rh-site-workspace__logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .rh-site-workspace__status {
    padding: 6px 9px;

    font-size: 8px;
  }

  .rh-site-workspace__summary {
    grid-template-columns: 1fr;
  }

  .rh-site-workspace__summary-card {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .rh-site-workspace__summary-card span,
  .rh-site-workspace__summary-card small {
    grid-column: 1;
  }

  .rh-site-workspace__summary-card strong {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .rh-site-workspace__panel {
    padding: 14px;
  }

  .rh-site-workspace__task {
    grid-template-columns: 36px 1fr auto;

    gap: 9px;
  }

  .rh-site-workspace__task-icon {
    width: 36px;
    height: 36px;
  }

  .rh-site-workspace__task-content strong {
    font-size: 10px;
  }

  .rh-site-workspace__task-content span {
    font-size: 8px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-site-adoption__button,
  .rh-site-adoption__button span {
    transition: none;
  }

  .rh-site-adoption__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-847b1dd *//* ========================================================= */
/* RESEARCH HERO — SPONSOR FAQ SECTION                       */
/* ========================================================= */

.rh-sponsor-faq,
.rh-sponsor-faq *,
.rh-sponsor-faq *::before,
.rh-sponsor-faq *::after {
  box-sizing: border-box;
}


.rh-sponsor-faq {
  position: relative;

  width: 100%;

  padding:
    105px
    20px;

  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(29, 188, 136, 0.1),
      transparent 27%
    ),
    radial-gradient(
      circle at 92% 88%,
      rgba(21, 50, 90, 0.06),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5faf8 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-sponsor-faq__background {
  position: absolute;
  inset: 0;

  overflow: hidden;

  pointer-events: none;

  z-index: -1;
}


.rh-sponsor-faq__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.08);
  border-radius: 50%;
}


.rh-sponsor-faq__background span:first-child {
  top: -310px;
  right: -210px;

  width: 680px;
  height: 680px;
}


.rh-sponsor-faq__background span:last-child {
  bottom: -390px;
  left: -250px;

  width: 760px;
  height: 760px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-sponsor-faq__container {
  position: relative;

  display: block;

  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* CENTERED FAQ INTRO                                        */
/* ========================================================= */

.rh-sponsor-faq__intro {
  position: relative;
  top: auto;

  width: 100%;
  max-width: 860px;

  margin:
    0
    auto
    50px;

  text-align: center;
}


/* ========================================================= */
/* EYEBROW                                                   */
/* ========================================================= */

.rh-sponsor-faq__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 19px;
  padding:
    8px
    14px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* ========================================================= */
/* MAIN HEADING                                              */
/* ========================================================= */

.rh-sponsor-faq__intro h2 {
  max-width: 850px;

  margin:
    0
    auto
    22px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(39px, 5vw, 61px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* ========================================================= */
/* INTRO DESCRIPTION                                         */
/* ========================================================= */

.rh-sponsor-faq__intro > p {
  max-width: 740px;

  margin: 0 auto;

  color: #687887;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* ========================================================= */
/* SUPPORT CARD                                              */
/* ========================================================= */

.rh-sponsor-faq__support-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;

  width: 100%;
  max-width: 760px;

  margin:
    32px
    auto
    0;

  padding: 22px;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f1faf7 100%
    );

  border: 1px solid rgba(29, 188, 136, 0.2);
  border-radius: 18px;

  box-shadow:
    0 16px 38px rgba(21, 50, 90, 0.07);

  text-align: left;
}


/* Support Icon */

.rh-sponsor-faq__support-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;

  width: 48px;
  height: 48px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 14px;

  box-shadow:
    0 10px 24px rgba(29, 188, 136, 0.22);
}


.rh-sponsor-faq__support-icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Support Content */

.rh-sponsor-faq__support-card strong {
  display: block;

  margin-bottom: 6px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}


.rh-sponsor-faq__support-card p {
  margin: 0;

  color: #687887;

  font-size: 13px;
  line-height: 1.65;
}


.rh-sponsor-faq__support-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: 12px;

  color: #109267;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;

  transition: color 0.25s ease;
}


.rh-sponsor-faq__support-card a span {
  transition: transform 0.25s ease;
}


.rh-sponsor-faq__support-card a:hover {
  color: #15325a;
}


.rh-sponsor-faq__support-card a:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* FAQ ACCORDION                                             */
/* ========================================================= */

.rh-sponsor-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;

  width: 100%;
  max-width: 940px;

  margin: 0 auto;
}


/* ========================================================= */
/* FAQ ITEM                                                  */
/* ========================================================= */

.rh-sponsor-faq__item {
  position: relative;

  width: 100%;

  overflow: hidden;

  color: #15325a;
  background: #ffffff;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 17px;

  box-shadow:
    0 12px 32px rgba(21, 50, 90, 0.055);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


.rh-sponsor-faq__item:hover {
  border-color: rgba(29, 188, 136, 0.28);

  box-shadow:
    0 17px 38px rgba(21, 50, 90, 0.085);

  transform: translateY(-2px);
}


.rh-sponsor-faq__item.is-active {
  color: #15325a;
  background: #ffffff;

  border-color: rgba(29, 188, 136, 0.38);

  box-shadow:
    0 20px 44px rgba(21, 50, 90, 0.1);

  transform: none;
}


/* Active Left Line */

.rh-sponsor-faq__item::before {
  content: "";

  position: absolute;

  top: 20px;
  bottom: 20px;
  left: 0;

  width: 3px;

  background: #1dbc88;

  border-radius:
    0
    999px
    999px
    0;

  opacity: 0;

  transform: scaleY(0.55);

  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}


.rh-sponsor-faq__item.is-active::before {
  opacity: 1;

  transform: scaleY(1);
}


/* ========================================================= */
/* FAQ QUESTION                                              */
/* ========================================================= */

.rh-sponsor-faq__question {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  width: 100% !important;
  min-height: 84px;

  margin: 0 !important;
  padding:
    21px
    23px !important;

  color: #15325a !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;

  border: 0 !important;
  border-radius: 0 !important;

  box-shadow: none !important;
  outline: 0;

  font-family: inherit;
  text-align: left;
  text-decoration: none !important;

  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;

  transition:
    color 0.25s ease,
    background-color 0.25s ease;
}


/* Override WordPress Button Styles */

.rh-sponsor-faq__question:hover,
.rh-sponsor-faq__question:focus,
.rh-sponsor-faq__question:active {
  color: #15325a !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;

  border: 0 !important;

  box-shadow: none !important;

  text-decoration: none !important;
}


/* Active Question */

.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__question,
.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__question:hover,
.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__question:focus {
  color: #15325a !important;
  background: #f5fbf9 !important;
  background-color: #f5fbf9 !important;
  background-image: none !important;
}


/* Keyboard Focus */

.rh-sponsor-faq__question:focus-visible {
  outline: 3px solid rgba(29, 188, 136, 0.28) !important;
  outline-offset: -4px;
}


/* ========================================================= */
/* QUESTION CONTENT                                          */
/* ========================================================= */

.rh-sponsor-faq__question-content {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 17px;

  min-width: 0;

  color: #15325a !important;
  background: transparent !important;

  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.01em;
}


.rh-sponsor-faq__question-content,
.rh-sponsor-faq__question-content span,
.rh-sponsor-faq__question-content strong {
  color: #15325a !important;
}


/* ========================================================= */
/* FAQ NUMBER                                                */
/* ========================================================= */

.rh-sponsor-faq__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;

  width: 42px;
  height: 42px;

  color: #109267 !important;
  background: #eaf7f2 !important;

  border: 1px solid rgba(29, 188, 136, 0.13);
  border-radius: 12px;

  font-size: 11px;
  font-weight: 800;
  line-height: 1;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease;
}


.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__number {
  color: #ffffff !important;
  background: #1dbc88 !important;

  border-color: #1dbc88;
}


/* ========================================================= */
/* PLUS AND MINUS TOGGLE                                     */
/* ========================================================= */

.rh-sponsor-faq__toggle {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;

  width: 38px;
  height: 38px;

  background: #f0f4f6 !important;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 50%;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}


.rh-sponsor-faq__toggle span {
  position: absolute;

  width: 14px;
  height: 2px;

  background: #15325a;

  border-radius: 999px;

  transition:
    background-color 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}


.rh-sponsor-faq__toggle span:last-child {
  transform: rotate(90deg);
}


.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__toggle {
  background: #15325a !important;

  border-color: #15325a;

  transform: rotate(180deg);
}


.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__toggle span {
  background: #ffffff;
}


.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__toggle span:last-child {
  opacity: 0;

  transform: rotate(0deg);
}


/* ========================================================= */
/* FAQ ANSWER                                                */
/* ========================================================= */

.rh-sponsor-faq__answer {
  max-height: 0;

  overflow: hidden;

  background: #ffffff;

  transition:
    max-height 0.42s ease;
}


.rh-sponsor-faq__item.is-active
.rh-sponsor-faq__answer {
  background: #ffffff;
}


.rh-sponsor-faq__answer-inner {
  position: relative;

  padding:
    0
    82px
    25px
    83px;
}


/* Answer Divider */

.rh-sponsor-faq__answer-inner::before {
  content: "";

  display: block;

  width: 100%;
  height: 1px;

  margin-bottom: 19px;

  background:
    linear-gradient(
      90deg,
      rgba(29, 188, 136, 0.24),
      rgba(21, 50, 90, 0.06)
    );
}


.rh-sponsor-faq__answer p {
  margin: 0;

  color: #5f7180;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}


.rh-sponsor-faq__answer p + p {
  margin-top: 11px;
}


.rh-sponsor-faq__answer a {
  color: #109267;

  font-weight: 700;
  text-decoration: none;
}


.rh-sponsor-faq__answer a:hover {
  color: #15325a;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-sponsor-faq {
    padding:
      90px
      20px;
  }

  .rh-sponsor-faq__intro {
    margin-bottom: 45px;
  }

  .rh-sponsor-faq__intro h2 {
    font-size: clamp(37px, 5vw, 53px);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-sponsor-faq {
    padding:
      78px
      20px;
  }

  .rh-sponsor-faq__container {
    max-width: 760px;
  }

  .rh-sponsor-faq__intro {
    max-width: 700px;

    margin-bottom: 43px;
  }

  .rh-sponsor-faq__support-card {
    max-width: 620px;
  }

  .rh-sponsor-faq__accordion {
    max-width: 760px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-sponsor-faq {
    padding:
      65px
      15px;
  }

  .rh-sponsor-faq__intro {
    margin-bottom: 34px;
  }

  .rh-sponsor-faq__eyebrow {
    margin-bottom: 15px;

    padding:
      7px
      11px;

    font-size: 9px;
  }

  .rh-sponsor-faq__intro h2 {
    margin-bottom: 18px;

    font-size: 31px;
    line-height: 1.12;
  }

  .rh-sponsor-faq__intro > p {
    font-size: 14px;
    line-height: 1.68;
  }


  /* Support Card */

  .rh-sponsor-faq__support-card {
    gap: 13px;

    margin-top: 25px;
    padding: 17px;

    border-radius: 15px;
  }

  .rh-sponsor-faq__support-icon {
    flex-basis: 42px;

    width: 42px;
    height: 42px;

    border-radius: 12px;
  }

  .rh-sponsor-faq__support-icon svg {
    width: 21px;
    height: 21px;
  }

  .rh-sponsor-faq__support-card strong {
    font-size: 14px;
  }

  .rh-sponsor-faq__support-card p,
  .rh-sponsor-faq__support-card a {
    font-size: 12px;
  }


  /* Accordion */

  .rh-sponsor-faq__accordion {
    gap: 10px;
  }

  .rh-sponsor-faq__item {
    border-radius: 15px;
  }

  .rh-sponsor-faq__item:hover {
    transform: none;
  }


  /* Question */

  .rh-sponsor-faq__question {
    align-items: flex-start;

    min-height: 72px;

    padding:
      17px
      15px !important;

    gap: 11px;
  }

  .rh-sponsor-faq__question-content {
    align-items: flex-start;
    gap: 11px;

    font-size: 14px;
    line-height: 1.45;
  }

  .rh-sponsor-faq__number {
    flex-basis: 34px;

    width: 34px;
    height: 34px;

    border-radius: 9px;

    font-size: 9px;
  }

  .rh-sponsor-faq__toggle {
    flex-basis: 32px;

    width: 32px;
    height: 32px;
  }

  .rh-sponsor-faq__toggle span {
    width: 12px;
  }


  /* Answer */

  .rh-sponsor-faq__answer-inner {
    padding:
      0
      16px
      19px
      60px;
  }

  .rh-sponsor-faq__answer-inner::before {
    margin-bottom: 15px;
  }

  .rh-sponsor-faq__answer p {
    font-size: 13px;
    line-height: 1.68;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-sponsor-faq__question {
    padding:
      15px
      13px !important;
  }

  .rh-sponsor-faq__question-content {
    gap: 9px;

    font-size: 13px;
  }

  .rh-sponsor-faq__answer-inner {
    padding:
      0
      13px
      18px
      55px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-sponsor-faq__item,
  .rh-sponsor-faq__answer,
  .rh-sponsor-faq__number,
  .rh-sponsor-faq__toggle,
  .rh-sponsor-faq__toggle span,
  .rh-sponsor-faq__item::before,
  .rh-sponsor-faq__support-card a span {
    transition: none;
  }

  .rh-sponsor-faq__item:hover {
    transform: none;
  }

}/* End custom CSS */