.elementor-1253 .elementor-element.elementor-element-6d0c592{--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-1253 .elementor-element.elementor-element-69fc421{--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-1253 .elementor-element.elementor-element-26f4d3c{--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-1253 .elementor-element.elementor-element-45af663{--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-1253 .elementor-element.elementor-element-6927671{--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-71c8407 *//* ========================================================= */
/* 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-864497c *//* ========================================================= */
/* PLATFORM OF CHOICE FOR MODERN RESEARCH SITES              */
/* ========================================================= */

.rh-sites-choice {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 9% 22%,
      rgba(29, 188, 136, 0.13),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(21, 50, 90, 0.07),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5faf8 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-sites-choice__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-sites-choice__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-sites-choice__background span:first-child {
  top: -270px;
  right: -190px;

  width: 640px;
  height: 640px;
}

.rh-sites-choice__background span:last-child {
  bottom: -330px;
  left: -230px;

  width: 720px;
  height: 720px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-sites-choice__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(390px, 0.9fr)
    minmax(570px, 1.1fr);

  align-items: center;
  gap: 85px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-sites-choice__content {
  position: relative;
}


/* Small Label */

.rh-sites-choice__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-sites-choice__content h2 {
  max-width: 625px;

  margin: 0 0 24px;

  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-sites-choice__lead {
  max-width: 590px;

  margin: 0;

  color: #465A6B;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* Supporting Paragraphs */

.rh-sites-choice__description {
  max-width: 590px;

  margin: 17px 0 0;

  color: #687887;

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-sites-choice__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-sites-choice__button span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-sites-choice__button:hover {
  color: #ffffff !important;
  background: #15325A;

  transform: translateY(-3px);

  box-shadow:
    0 18px 36px rgba(21, 50, 90, 0.22);
}

.rh-sites-choice__button:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* BENEFIT CARDS GRID                                        */
/* ========================================================= */

.rh-sites-choice__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


/* ========================================================= */
/* BENEFIT CARD                                              */
/* ========================================================= */

.rh-sites-choice-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.94);

  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;
}


/* Card Decorative Shape */

.rh-sites-choice-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,
    background 0.4s ease;

  pointer-events: none;
}


/* Card Hover */

.rh-sites-choice-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-sites-choice-card:hover::before {
  background: rgba(29, 188, 136, 0.14);

  transform: scale(1.18);
}


/* ========================================================= */
/* FEATURED COMPLIANCE CARD                                  */
/* ========================================================= */

.rh-sites-choice-card--featured {
  color: #ffffff;

  border-color: rgba(255, 255, 255, 0.12);

  background:
    linear-gradient(
      140deg,
      #15325A 0%,
      #109267 100%
    );

  box-shadow:
    0 27px 65px rgba(21, 50, 90, 0.2);
}

.rh-sites-choice-card--featured::before {
  width: 230px;
  height: 230px;

  top: -110px;
  right: -85px;

  background: rgba(255, 255, 255, 0.08);
}


/* ========================================================= */
/* CARD TOP ROW                                              */
/* ========================================================= */

.rh-sites-choice-card__top {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  min-height: 49px;

  margin-bottom: 26px;

  z-index: 2;
}


/* Card Number */

.rh-sites-choice-card__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-sites-choice-card--featured
.rh-sites-choice-card__number {
  color: rgba(255, 255, 255, 0.55);
}


/* Featured Label */

.rh-sites-choice-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-sites-choice-card__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-sites-choice-card__icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-sites-choice-card--featured
.rh-sites-choice-card__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.15);
}


/* ========================================================= */
/* CARD CONTENT                                              */
/* ========================================================= */

.rh-sites-choice-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-sites-choice-card p {
  position: relative;

  margin: 0;

  color: #687887;

  font-size: 13px;
  line-height: 1.7;

  z-index: 2;
}

.rh-sites-choice-card--featured h3 {
  color: #ffffff;
}

.rh-sites-choice-card--featured p {
  color: rgba(255, 255, 255, 0.73);
}


/* ========================================================= */
/* COMPLIANCE STATUS LABELS                                  */
/* ========================================================= */

.rh-sites-choice-card__statuses {
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;

  margin-top: auto;
  padding-top: 19px;

  z-index: 2;
}

.rh-sites-choice-card__statuses span {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  padding: 7px 9px;

  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;
}

.rh-sites-choice-card__statuses i {
  width: 6px;
  height: 6px;

  background: #ffffff;
  border-radius: 50%;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-sites-choice {
    padding: 95px 20px;
  }

  .rh-sites-choice__container {
    grid-template-columns:
      minmax(340px, 0.85fr)
      minmax(510px, 1.15fr);

    gap: 55px;
  }

  .rh-sites-choice__content h2 {
    font-size: clamp(34px, 4.2vw, 47px);
  }

  .rh-sites-choice-card {
    min-height: 300px;
    padding: 22px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-sites-choice {
    padding: 85px 20px;
  }

  .rh-sites-choice__container {
    display: flex;
    flex-direction: column;

    max-width: 750px;
    gap: 58px;
  }

  .rh-sites-choice__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-sites-choice__content h2,
  .rh-sites-choice__lead,
  .rh-sites-choice__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-sites-choice__cards {
    width: 100%;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-sites-choice {
    padding: 70px 15px;
  }

  .rh-sites-choice__container {
    gap: 43px;
  }

  .rh-sites-choice__eyebrow {
    font-size: 9px;
    line-height: 1.35;
  }

  .rh-sites-choice__content h2 {
    font-size: 31px;
  }

  .rh-sites-choice__lead {
    font-size: 16px;
  }

  .rh-sites-choice__description {
    font-size: 14px;
  }

  .rh-sites-choice__button {
    width: 100%;
  }

  .rh-sites-choice__cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rh-sites-choice-card {
    min-height: 0;
    padding: 22px;

    border-radius: 20px;
  }

  .rh-sites-choice-card__top {
    margin-bottom: 21px;
  }

  .rh-sites-choice-card h3 {
    font-size: 17px;
  }

  .rh-sites-choice-card__statuses {
    margin-top: 0;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-sites-choice-card,
  .rh-sites-choice-card::before,
  .rh-sites-choice__button,
  .rh-sites-choice__button span {
    transition: none;
  }

  .rh-sites-choice-card:hover,
  .rh-sites-choice__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d0463e *//* ========================================================= */
/* WHY CLINICAL TRIAL SITES CHOOSE RESEARCH HERO             */
/* ========================================================= */

.rh-trial-sites-choice {
  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 90% 82%,
      rgba(29, 188, 136, 0.14),
      transparent 30%
    ),
    linear-gradient(
      140deg,
      #15325A 0%,
      #17445f 52%,
      #109267 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-trial-sites-choice__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-trial-sites-choice__background span {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.rh-trial-sites-choice__background span:first-child {
  top: -280px;
  right: -190px;

  width: 650px;
  height: 650px;
}

.rh-trial-sites-choice__background span:last-child {
  bottom: -340px;
  left: -230px;

  width: 730px;
  height: 730px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-trial-sites-choice__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(360px, 0.82fr)
    minmax(610px, 1.18fr);

  align-items: center;
  gap: 80px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-trial-sites-choice__content {
  position: relative;
}


/* Small Label */

.rh-trial-sites-choice__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;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-trial-sites-choice__content h2 {
  max-width: 600px;

  margin: 0 0 24px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(37px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Lead Paragraph */

.rh-trial-sites-choice__lead {
  max-width: 575px;

  margin: 0;

  color: rgba(255, 255, 255, 0.86);

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* Supporting Paragraphs */

.rh-trial-sites-choice__description {
  max-width: 575px;

  margin: 17px 0 0;

  color: rgba(255, 255, 255, 0.67);

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-trial-sites-choice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  min-height: 50px;

  margin-top: 33px;
  padding: 13px 24px;

  color: #15325A;
  background: #ffffff;

  border-radius: 999px;

  box-shadow:
    0 16px 36px rgba(3, 22, 40, 0.2);

  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-trial-sites-choice__button span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-trial-sites-choice__button:hover {
  color: #ffffff !important;
  background: #1DBC88;

  transform: translateY(-3px);

  box-shadow:
    0 20px 42px rgba(3, 22, 40, 0.27);
}

.rh-trial-sites-choice__button:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* RIGHT VISUAL                                              */
/* ========================================================= */

.rh-trial-sites-choice__visual {
  position: relative;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;

  padding-top: 90px;
}


/* ========================================================= */
/* CENTRAL WORKFLOW CARD                                     */
/* ========================================================= */

.rh-trial-sites-choice__central-card {
  position: absolute;

  top: 0;
  left: 50%;

  display: flex;
  align-items: center;
  gap: 14px;

  width: calc(100% - 130px);

  padding: 18px 21px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 19px;

  background: rgba(255, 255, 255, 0.13);

  box-shadow:
    0 20px 50px rgba(3, 21, 39, 0.18);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  transform: translateX(-50%);

  z-index: 3;
}

.rh-trial-sites-choice__central-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  color: #15325A;
  background: #ffffff;

  border-radius: 14px;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 800;
}

.rh-trial-sites-choice__central-card strong,
.rh-trial-sites-choice__central-card div > span {
  display: block;
}

.rh-trial-sites-choice__central-card strong {
  margin-bottom: 4px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
}

.rh-trial-sites-choice__central-card div > span {
  color: rgba(255, 255, 255, 0.65);

  font-size: 11px;
  line-height: 1.45;
}


/* ========================================================= */
/* BENEFIT CARD                                              */
/* ========================================================= */

.rh-trial-sites-choice__card {
  position: relative;

  display: flex;
  align-items: flex-start;
  gap: 15px;

  min-height: 245px;
  padding: 24px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.075)
    );

  box-shadow:
    0 23px 55px rgba(3, 21, 39, 0.17);

  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;
}

.rh-trial-sites-choice__card::before {
  content: "";

  position: absolute;

  top: -80px;
  right: -70px;

  width: 170px;
  height: 170px;

  border-radius: 50%;

  background: rgba(29, 188, 136, 0.13);

  pointer-events: none;

  transition: transform 0.4s ease;
}

.rh-trial-sites-choice__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(-7px);

  box-shadow:
    0 31px 68px rgba(3, 21, 39, 0.25);
}

.rh-trial-sites-choice__card:hover::before {
  transform: scale(1.18);
}


/* Featured Card */

.rh-trial-sites-choice__card--featured {
  border-color: rgba(255, 255, 255, 0.26);

  background:
    linear-gradient(
      145deg,
      rgba(29, 188, 136, 0.4),
      rgba(255, 255, 255, 0.1)
    );
}


/* ========================================================= */
/* CARD ICON                                                 */
/* ========================================================= */

.rh-trial-sites-choice__card-icon {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;

  z-index: 2;
}

.rh-trial-sites-choice__card-icon svg {
  width: 23px;
  height: 23px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* CARD CONTENT                                              */
/* ========================================================= */

.rh-trial-sites-choice__card > div {
  position: relative;
  z-index: 2;
}

.rh-trial-sites-choice__card-number {
  display: block;

  margin-bottom: 9px;

  color: rgba(255, 255, 255, 0.46);

  font-family: "Poppins", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rh-trial-sites-choice__card h3 {
  margin: 0 0 10px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}

.rh-trial-sites-choice__card p {
  margin: 0;

  color: rgba(255, 255, 255, 0.67);

  font-size: 12px;
  line-height: 1.7;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-trial-sites-choice {
    padding: 95px 20px;
  }

  .rh-trial-sites-choice__container {
    grid-template-columns:
      minmax(330px, 0.8fr)
      minmax(520px, 1.2fr);

    gap: 50px;
  }

  .rh-trial-sites-choice__content h2 {
    font-size: clamp(34px, 4.3vw, 48px);
  }

  .rh-trial-sites-choice__card {
    min-height: 265px;
    padding: 21px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-trial-sites-choice {
    padding: 85px 20px;
  }

  .rh-trial-sites-choice__container {
    display: flex;
    flex-direction: column;

    max-width: 750px;
    gap: 60px;
  }

  .rh-trial-sites-choice__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-trial-sites-choice__content h2,
  .rh-trial-sites-choice__lead,
  .rh-trial-sites-choice__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-trial-sites-choice__visual {
    width: 100%;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-trial-sites-choice {
    padding: 70px 15px;
  }

  .rh-trial-sites-choice__container {
    gap: 45px;
  }

  .rh-trial-sites-choice__eyebrow {
    font-size: 9px;
    line-height: 1.35;
  }

  .rh-trial-sites-choice__content h2 {
    font-size: 31px;
  }

  .rh-trial-sites-choice__lead {
    font-size: 16px;
  }

  .rh-trial-sites-choice__description {
    font-size: 14px;
  }

  .rh-trial-sites-choice__button {
    width: 100%;
  }

  .rh-trial-sites-choice__visual {
    grid-template-columns: 1fr;
    gap: 14px;

    padding-top: 100px;
  }

  .rh-trial-sites-choice__central-card {
    width: 100%;

    padding: 16px;
  }

  .rh-trial-sites-choice__card {
    min-height: 0;
    padding: 21px;

    border-radius: 19px;
  }

  .rh-trial-sites-choice__card h3 {
    font-size: 16px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-trial-sites-choice__card,
  .rh-trial-sites-choice__card::before,
  .rh-trial-sites-choice__button,
  .rh-trial-sites-choice__button span {
    transition: none;
  }

  .rh-trial-sites-choice__card:hover,
  .rh-trial-sites-choice__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b612b6a *//* ========================================================= */
/* CLINICAL RESEARCH TECHNOLOGY CTA SECTION                  */
/* ========================================================= */

.rh-site-technology-cta {
  position: relative;

  width: 100%;
  padding: 110px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 25%,
      rgba(29, 188, 136, 0.12),
      transparent 29%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(21, 50, 90, 0.08),
      transparent 30%
    ),
    #f5faf8;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-site-technology-cta__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-site-technology-cta__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-site-technology-cta__background span:nth-child(1) {
  top: -260px;
  right: -170px;

  width: 620px;
  height: 620px;
}

.rh-site-technology-cta__background span:nth-child(2) {
  bottom: -330px;
  left: -220px;

  width: 720px;
  height: 720px;
}

.rh-site-technology-cta__background span:nth-child(3) {
  top: 50%;
  left: 50%;

  width: 440px;
  height: 440px;

  transform: translate(-50%, -50%);

  border-color: rgba(21, 50, 90, 0.04);
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-site-technology-cta__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* MAIN CTA CARD                                             */
/* ========================================================= */

.rh-site-technology-cta__card {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(430px, 1fr)
    minmax(440px, 0.9fr);

  align-items: center;
  gap: 75px;

  padding: 75px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 35px;

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(29, 188, 136, 0.3),
      transparent 32%
    ),
    linear-gradient(
      140deg,
      #15325A 0%,
      #17445f 52%,
      #109267 100%
    );

  box-shadow:
    0 40px 90px rgba(21, 50, 90, 0.2);
}


/* Card Decorative Glow */

.rh-site-technology-cta__card::before {
  content: "";

  position: absolute;

  top: -180px;
  right: -130px;

  width: 460px;
  height: 460px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;

  pointer-events: none;
}

.rh-site-technology-cta__card::after {
  content: "";

  position: absolute;

  bottom: -250px;
  left: 18%;

  width: 520px;
  height: 520px;

  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;

  pointer-events: none;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-site-technology-cta__content {
  position: relative;

  z-index: 3;
}


/* Small Label */

.rh-site-technology-cta__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: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-site-technology-cta__content h2 {
  max-width: 680px;

  margin: 0 0 23px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4.6vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Description */

.rh-site-technology-cta__content p {
  max-width: 620px;

  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 16px;
  line-height: 1.75;
}


/* ========================================================= */
/* CTA BUTTONS                                               */
/* ========================================================= */

.rh-site-technology-cta__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;

  margin-top: 34px;
}

.rh-site-technology-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 51px;
  padding: 13px 24px;

  border-radius: 999px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


/* Primary Button */

.rh-site-technology-cta__button--primary {
  color: #15325A;
  background: #ffffff;

  box-shadow:
    0 16px 36px rgba(3, 22, 40, 0.2);
}

.rh-site-technology-cta__button--primary span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-site-technology-cta__button--primary:hover {
  color: #ffffff !important;
  background: #1DBC88;

  transform: translateY(-3px);

  box-shadow:
    0 20px 42px rgba(3, 22, 40, 0.27);
}

.rh-site-technology-cta__button--primary:hover span {
  transform: translateX(4px);
}


/* Secondary Button */

.rh-site-technology-cta__button--secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.25);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.rh-site-technology-cta__button--secondary:hover {
  color: #15325A !important;
  background: #ffffff;

  border-color: #ffffff;

  transform: translateY(-3px);
}


/* ========================================================= */
/* RIGHT VISUAL                                              */
/* ========================================================= */

.rh-site-technology-cta__visual {
  position: relative;

  width: 100%;

  z-index: 3;
}


/* ========================================================= */
/* CENTRAL PLATFORM CARD                                     */
/* ========================================================= */

.rh-site-technology-cta__platform {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  padding: 19px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.11);

  box-shadow:
    0 20px 50px rgba(3, 21, 39, 0.17);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}


/* Platform Header */

.rh-site-technology-cta__platform-header {
  display: flex;
  align-items: center;
  gap: 13px;
}


/* RH Logo */

.rh-site-technology-cta__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;
  flex: 0 0 48px;

  color: #15325A;
  background: #ffffff;

  border-radius: 14px;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 800;
}

.rh-site-technology-cta__platform-header strong,
.rh-site-technology-cta__platform-header div > span {
  display: block;
}

.rh-site-technology-cta__platform-header strong {
  margin-bottom: 4px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
}

.rh-site-technology-cta__platform-header div > span {
  color: rgba(255, 255, 255, 0.63);

  font-size: 10px;
  line-height: 1.4;
}


/* Platform Status */

.rh-site-technology-cta__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 8px 11px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.rh-site-technology-cta__status-dot {
  position: relative;

  width: 7px;
  height: 7px;

  background: #1DBC88;
  border-radius: 50%;
}

.rh-site-technology-cta__status-dot::after {
  content: "";

  position: absolute;
  inset: -5px;

  border: 1px solid rgba(29, 188, 136, 0.45);
  border-radius: 50%;

  animation:
    rhSiteTechnologyStatusPulse
    2s
    ease-out
    infinite;
}


/* ========================================================= */
/* CAPABILITIES GRID                                         */
/* ========================================================= */

.rh-site-technology-cta__capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;

  margin-top: 13px;
}


/* Individual Capability */

.rh-site-technology-cta__capability {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 13px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.07);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.rh-site-technology-cta__capability:hover {
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.12);

  transform: translateY(-3px);
}


/* Capability Icon */

.rh-site-technology-cta__capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;
  flex: 0 0 35px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border-radius: 11px;
}

.rh-site-technology-cta__capability-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Capability Text */

.rh-site-technology-cta__capability > span:last-child {
  color: rgba(255, 255, 255, 0.88);

  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}


/* ========================================================= */
/* STATUS ANIMATION                                          */
/* ========================================================= */

@keyframes rhSiteTechnologyStatusPulse {

  from {
    opacity: 0.8;
    transform: scale(0.65);
  }

  to {
    opacity: 0;
    transform: scale(1.6);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-site-technology-cta {
    padding: 95px 20px;
  }

  .rh-site-technology-cta__card {
    grid-template-columns:
      minmax(380px, 1fr)
      minmax(390px, 0.9fr);

    gap: 50px;

    padding: 60px;
  }

  .rh-site-technology-cta__content h2 {
    font-size: clamp(35px, 4.4vw, 49px);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-site-technology-cta {
    padding: 85px 20px;
  }

  .rh-site-technology-cta__card {
    display: flex;
    flex-direction: column;

    max-width: 760px;

    margin: 0 auto;
    padding: 55px 45px;

    gap: 50px;
  }

  .rh-site-technology-cta__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-site-technology-cta__content h2,
  .rh-site-technology-cta__content p {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-site-technology-cta__actions {
    justify-content: center;
  }

  .rh-site-technology-cta__visual {
    max-width: 600px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-site-technology-cta {
    padding: 70px 15px;
  }

  .rh-site-technology-cta__card {
    padding: 38px 20px;

    gap: 40px;

    border-radius: 25px;
  }

  .rh-site-technology-cta__eyebrow {
    font-size: 9px;
  }

  .rh-site-technology-cta__content h2 {
    font-size: 31px;
  }

  .rh-site-technology-cta__content p {
    font-size: 14px;
  }

  .rh-site-technology-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .rh-site-technology-cta__button {
    width: 100%;
  }

  .rh-site-technology-cta__platform {
    align-items: flex-start;
    flex-direction: column;
  }

  .rh-site-technology-cta__capabilities {
    grid-template-columns: 1fr;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-site-technology-cta__status-dot::after {
    animation: none;
  }

  .rh-site-technology-cta__button,
  .rh-site-technology-cta__button span,
  .rh-site-technology-cta__capability {
    transition: none;
  }

  .rh-site-technology-cta__button:hover,
  .rh-site-technology-cta__capability:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96a1e7a *//* ========================================================= */
/* RESEARCH HERO FAQS FOR CLINICAL RESEARCH SITES            */
/* ========================================================= */

.rh-sites-faq,
.rh-sites-faq *,
.rh-sites-faq *::before,
.rh-sites-faq *::after {
  box-sizing: border-box;
}


.rh-sites-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-sites-faq__background {
  position: absolute;
  inset: 0;

  overflow: hidden;

  pointer-events: none;

  z-index: -1;
}


.rh-sites-faq__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.08);
  border-radius: 50%;
}


.rh-sites-faq__background span:first-child {
  top: -310px;
  right: -210px;

  width: 680px;
  height: 680px;
}


.rh-sites-faq__background span:last-child {
  bottom: -390px;
  left: -250px;

  width: 760px;
  height: 760px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-sites-faq__container {
  position: relative;

  display: block;

  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* FAQ INTRO                                                 */
/* ========================================================= */

.rh-sites-faq__intro {
  position: relative;
  top: auto;

  width: 100%;
  max-width: 850px;

  margin:
    0
    auto
    50px;

  text-align: center;
}


/* Eyebrow */

.rh-sites-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-sites-faq__intro h2 {
  max-width: 820px;

  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-sites-faq__intro > p {
  max-width: 720px;

  margin: 0 auto;

  color: #687887;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* ========================================================= */
/* SUPPORT CARD                                              */
/* ========================================================= */

.rh-sites-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-sites-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-sites-faq__support-icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Support Text */

.rh-sites-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-sites-faq__support-card p {
  margin: 0;

  color: #687887;

  font-size: 13px;
  line-height: 1.65;
}


.rh-sites-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;
}


.rh-sites-faq__support-card a span {
  transition: transform 0.25s ease;
}


.rh-sites-faq__support-card a:hover {
  color: #15325a;
}


.rh-sites-faq__support-card a:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* FAQ ACCORDION                                             */
/* ========================================================= */

.rh-sites-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;

  width: 100%;
  max-width: 940px;

  margin: 0 auto;
}


/* ========================================================= */
/* FAQ ITEM                                                  */
/* ========================================================= */

.rh-sites-faq__item {
  position: relative;

  width: 100%;

  overflow: hidden;

  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-sites-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-sites-faq__item.is-active {
  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 Indicator */

.rh-sites-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-sites-faq__item.is-active::before {
  opacity: 1;
  transform: scaleY(1);
}


/* ========================================================= */
/* FAQ QUESTION                                              */
/* ========================================================= */

.rh-sites-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:
    background-color 0.25s ease,
    color 0.25s ease;
}


/* Prevent Theme Button Styling */

.rh-sites-faq__question:hover,
.rh-sites-faq__question:focus,
.rh-sites-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 Background */

.rh-sites-faq__item.is-active .rh-sites-faq__question,
.rh-sites-faq__item.is-active .rh-sites-faq__question:hover,
.rh-sites-faq__item.is-active .rh-sites-faq__question:focus {
  color: #15325a !important;

  background: #f5fbf9 !important;
  background-color: #f5fbf9 !important;
  background-image: none !important;
}


/* Keyboard Focus */

.rh-sites-faq__question:focus-visible {
  outline: 3px solid rgba(29, 188, 136, 0.28) !important;
  outline-offset: -4px;
}


/* ========================================================= */
/* QUESTION CONTENT                                          */
/* ========================================================= */

.rh-sites-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-sites-faq__question-content,
.rh-sites-faq__question-content span,
.rh-sites-faq__question-content strong {
  color: #15325a !important;
}


/* ========================================================= */
/* FAQ NUMBER                                                */
/* ========================================================= */

.rh-sites-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-sites-faq__item.is-active .rh-sites-faq__number {
  color: #ffffff !important;
  background: #1dbc88 !important;

  border-color: #1dbc88;
}


/* ========================================================= */
/* PLUS AND MINUS TOGGLE                                     */
/* ========================================================= */

.rh-sites-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-sites-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-sites-faq__toggle span:last-child {
  transform: rotate(90deg);
}


.rh-sites-faq__item.is-active .rh-sites-faq__toggle {
  background: #15325a !important;

  border-color: #15325a;

  transform: rotate(180deg);
}


.rh-sites-faq__item.is-active .rh-sites-faq__toggle span {
  background: #ffffff;
}


.rh-sites-faq__item.is-active
.rh-sites-faq__toggle span:last-child {
  opacity: 0;
  transform: rotate(0deg);
}


/* ========================================================= */
/* FAQ ANSWER                                                */
/* ========================================================= */

.rh-sites-faq__answer {
  max-height: 0;

  overflow: hidden;

  background: #ffffff;

  transition:
    max-height 0.42s ease;
}


.rh-sites-faq__item.is-active .rh-sites-faq__answer {
  background: #ffffff;
}


.rh-sites-faq__answer-inner {
  position: relative;

  padding:
    0
    82px
    25px
    83px;
}


/* Divider Above Answer */

.rh-sites-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-sites-faq__answer p {
  margin: 0;

  color: #5f7180;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}


.rh-sites-faq__answer p + p {
  margin-top: 11px;
}


.rh-sites-faq__answer a {
  color: #109267;

  font-weight: 700;
  text-decoration: none;
}


.rh-sites-faq__answer a:hover {
  color: #15325a;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-sites-faq {
    padding:
      90px
      20px;
  }

  .rh-sites-faq__intro {
    margin-bottom: 45px;
  }

  .rh-sites-faq__intro h2 {
    font-size: clamp(37px, 5vw, 53px);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-sites-faq {
    padding:
      78px
      20px;
  }

  .rh-sites-faq__container {
    max-width: 760px;
  }

  .rh-sites-faq__intro {
    max-width: 690px;

    margin-bottom: 43px;
  }

  .rh-sites-faq__support-card {
    max-width: 620px;
  }

  .rh-sites-faq__accordion {
    max-width: 760px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-sites-faq {
    padding:
      65px
      15px;
  }

  .rh-sites-faq__intro {
    margin-bottom: 34px;
  }

  .rh-sites-faq__eyebrow {
    margin-bottom: 15px;
    padding: 7px 11px;

    font-size: 9px;
  }

  .rh-sites-faq__intro h2 {
    margin-bottom: 18px;

    font-size: 31px;
    line-height: 1.12;
  }

  .rh-sites-faq__intro > p {
    font-size: 14px;
    line-height: 1.68;
  }


  /* Support Card */

  .rh-sites-faq__support-card {
    gap: 13px;

    margin-top: 25px;
    padding: 17px;

    border-radius: 15px;
  }

  .rh-sites-faq__support-icon {
    flex-basis: 42px;

    width: 42px;
    height: 42px;

    border-radius: 12px;
  }

  .rh-sites-faq__support-icon svg {
    width: 21px;
    height: 21px;
  }

  .rh-sites-faq__support-card strong {
    font-size: 14px;
  }

  .rh-sites-faq__support-card p,
  .rh-sites-faq__support-card a {
    font-size: 12px;
  }


  /* Accordion */

  .rh-sites-faq__accordion {
    gap: 10px;
  }

  .rh-sites-faq__item {
    border-radius: 15px;
  }

  .rh-sites-faq__item:hover {
    transform: none;
  }


  /* Question */

  .rh-sites-faq__question {
    align-items: flex-start;

    min-height: 72px;

    padding:
      17px
      15px !important;

    gap: 11px;
  }

  .rh-sites-faq__question-content {
    align-items: flex-start;
    gap: 11px;

    font-size: 14px;
    line-height: 1.45;
  }

  .rh-sites-faq__number {
    flex-basis: 34px;

    width: 34px;
    height: 34px;

    border-radius: 9px;

    font-size: 9px;
  }

  .rh-sites-faq__toggle {
    flex-basis: 32px;

    width: 32px;
    height: 32px;
  }

  .rh-sites-faq__toggle span {
    width: 12px;
  }


  /* Answer */

  .rh-sites-faq__answer-inner {
    padding:
      0
      16px
      19px
      60px;
  }

  .rh-sites-faq__answer-inner::before {
    margin-bottom: 15px;
  }

  .rh-sites-faq__answer p {
    font-size: 13px;
    line-height: 1.68;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-sites-faq__question {
    padding:
      15px
      13px !important;
  }

  .rh-sites-faq__question-content {
    gap: 9px;

    font-size: 13px;
  }

  .rh-sites-faq__answer-inner {
    padding:
      0
      13px
      18px
      55px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-sites-faq__item,
  .rh-sites-faq__answer,
  .rh-sites-faq__number,
  .rh-sites-faq__toggle,
  .rh-sites-faq__toggle span,
  .rh-sites-faq__item::before,
  .rh-sites-faq__support-card a span {
    transition: none;
  }

  .rh-sites-faq__item:hover {
    transform: none;
  }

}/* End custom CSS */