.elementor-1263 .elementor-element.elementor-element-c5a41b4{--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-1263 .elementor-element.elementor-element-6909cfd{--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-1263 .elementor-element.elementor-element-0c1820b{--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-1263 .elementor-element.elementor-element-1242fae{--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-d88ad4c *//* ========================================================= */
/* 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-family: "Poppins", sans-serif !important;

  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;
  }

}

/* ========================================================= */
/* CENTERED HERO WITHOUT DASHBOARD IMAGE                     */
/* Only affects .rh-clone-hero--centered                     */
/* ========================================================= */

.rh-clone-hero.rh-clone-hero--centered {
  box-sizing: border-box;

  display: flex;
  align-items: center;

  /*
   * Previous hero height 630px thi.
   * Is version ki overall height reduce ki gayi hai.
   */
  min-height: 500px;

  /*
   * Transparent header ke liye top spacing maintain hai,
   * lekin previous 190px se kam ki gayi hai.
   */
  padding: 145px 20px 55px;
}


/* ========================================================= */
/* CENTERED INNER LAYOUT                                     */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 1240px;
  min-height: 300px;

  margin: 0 auto;
}


/* ========================================================= */
/* CENTERED GLASS CARD                                       */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__glass-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  /*
   * Card ab left side par fixed nahi rahega.
   */
  width: min(780px, 100%);
  min-height: 255px;

  margin: 0 auto;

  /*
   * Dashboard overlap ke liye jo right-side
   * extra padding thi wo remove kar di gayi hai.
   */
  padding: 44px 55px;

  text-align: center;
}


/* ========================================================= */
/* CENTERED CARD TEXT                                        */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__text {
  width: 100%;
  max-width: 690px;

  margin: 0 auto;

  text-align: center;
}


/* Eyebrow */

.rh-clone-hero--centered .rh-clone-hero__eyebrow {
  max-width: 100%;

  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;

  line-height: 1.4;
  white-space: normal;
}


/* Main Hero Heading */

.rh-clone-hero--centered .rh-clone-hero__intro {
  max-width: 690px;

  margin: 0 auto;

  color: #15325a;

  font-size: clamp(29px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}


/* ========================================================= */
/* DASHBOARD IMAGE SAFEGUARD                                 */
/* ========================================================= */

/*
 * HTML se image remove kar di gayi hai.
 * Ye rule cached ya duplicate image ko bhi hide rakhega.
 */

.rh-clone-hero--centered .rh-clone-hero__dashboard {
  display: none !important;
}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 470px;

    padding: 135px 20px 50px;
  }

  .rh-clone-hero--centered .rh-clone-hero__inner {
    min-height: 285px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    width: min(700px, 100%);
    min-height: 240px;

    padding: 40px;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: clamp(28px, 5vw, 40px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 430px;

    padding: 120px 15px 42px;
  }

  .rh-clone-hero--centered .rh-clone-hero__inner {
    min-height: 265px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    width: 100%;
    min-height: 225px;

    padding: 33px 21px;

    border-radius: 18px;
  }

  .rh-clone-hero--centered .rh-clone-hero__eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;

    font-size: 9px;
    line-height: 1.45;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: clamp(25px, 8vw, 32px);
    line-height: 1.2;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 410px;

    padding-top: 115px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    min-height: 215px;

    padding: 29px 17px;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: 24px;
  }

}

/* ========================================================= */
/* CENTERED SITE HERO MAIN HEADING                           */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__site-heading {
  max-width: 700px;

  margin:
    0
    auto
    20px;

  color: #15325a;

  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-transform: none;
}


/* Supporting three-line statement */

.rh-clone-hero--centered .rh-clone-hero__site-heading
+ .rh-clone-hero__intro {
  max-width: 620px;

  margin:
    0
    auto;

  color: rgba(21, 50, 90, 0.82);

  font-size: clamp(20px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero--centered .rh-clone-hero__site-heading {
    margin-bottom: 18px;

    font-size: clamp(34px, 6vw, 50px);
  }

  .rh-clone-hero--centered .rh-clone-hero__site-heading
  + .rh-clone-hero__intro {
    font-size: clamp(19px, 3.2vw, 25px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero--centered .rh-clone-hero__site-heading {
    margin-bottom: 16px;

    font-size: clamp(31px, 9.5vw, 40px);
    line-height: 1.08;
  }

  .rh-clone-hero--centered .rh-clone-hero__site-heading
  + .rh-clone-hero__intro {
    font-size: 19px;
    line-height: 1.4;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc5890a *//* ========================================================= */
/* RESEARCH HERO — CONNECTED SITE OPERATIONS SECTION         */
/* ========================================================= */

.rh-site-platform {
  position: relative;

  width: 100%;

  padding: 105px 20px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4fbf9 100%
    );
}


/* ========================================================= */
/* INNER CONTAINER                                           */
/* ========================================================= */

.rh-site-platform__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(0, 1.08fr);
  align-items: center;
  gap: 80px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-site-platform__content {
  position: relative;

  max-width: 555px;

  z-index: 2;
}


/* Small Eyebrow */

.rh-site-platform__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 20px;
  padding: 8px 14px;

  color: #109267;
  background: rgba(29, 188, 136, 0.09);

  border: 1px solid rgba(16, 146, 103, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-site-platform__heading {
  max-width: 550px;

  margin: 0 0 24px;

  color: #15325a;
 font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -0.045em;
}


/* Description */

.rh-site-platform__description {
  max-width: 540px;

  margin: 0 0 16px;

  color: #5e6f7d;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}

.rh-site-platform__description:last-of-type {
  margin-bottom: 31px;
}


/* ========================================================= */
/* BUTTON                                                    */
/* ========================================================= */

.rh-site-platform__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 52px;

  padding: 13px 22px;

  color: #ffffff !important;
  background: #15325a;

  border: 1px solid #15325a;
  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.rh-site-platform__button svg {
  width: 19px;
  height: 19px;

  transition: transform 0.25s ease;
}

.rh-site-platform__button:hover {
  color: #ffffff;
  background: #1dbc88;
  border-color: #1dbc88;

  transform: translateY(-2px);
}

.rh-site-platform__button:hover svg {
  transform: translateX(4px);
}

.rh-site-platform__button:focus-visible {
  outline: 3px solid rgba(29, 188, 136, 0.35);
  outline-offset: 4px;
}


/* ========================================================= */
/* RIGHT VISUAL                                              */
/* ========================================================= */

.rh-site-platform__visual {
  position: relative;

  width: 100%;
  min-width: 0;

  padding:
    30px
    0
    30px
    30px;
}


/* Main Image Frame */

.rh-site-platform__image-frame {
  position: relative;

  width: 100%;

  padding: 12px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.82);

  border:
    1px
    solid
    rgba(21, 50, 90, 0.1);
  border-radius: 24px;

  box-shadow:
    0 25px 60px rgba(21, 50, 90, 0.13);

  z-index: 2;
}


/* Platform Image */

.rh-site-platform__image {
  display: block;

  width: 100%;
  height: auto;
  min-height: 390px;

  object-fit: cover;
  object-position: center;

  border-radius: 16px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND SHAPES                              */
/* ========================================================= */

.rh-site-platform__decor {
  position: absolute;

  display: block;

  border-radius: 50%;

  pointer-events: none;
}

.rh-site-platform__decor--one {
  top: -15px;
  right: -55px;

  width: 220px;
  height: 220px;

  background: rgba(29, 188, 136, 0.12);

  filter: blur(2px);
}

.rh-site-platform__decor--two {
  bottom: -20px;
  left: -15px;

  width: 135px;
  height: 135px;

  border:
    24px
    solid
    rgba(21, 50, 90, 0.07);

  background: transparent;
}


/* ========================================================= */
/* MEDIUM SCREENS                                            */
/* ========================================================= */

@media (max-width: 1050px) {

  .rh-site-platform {
    padding: 90px 20px;
  }

  .rh-site-platform__container {
    gap: 50px;
  }

  .rh-site-platform__heading {
    font-size: clamp(36px, 4.5vw, 50px);
  }

  .rh-site-platform__image {
    min-height: 340px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 850px) {

  .rh-site-platform {
    padding: 75px 20px;
  }

  .rh-site-platform__container {
    grid-template-columns: 1fr;
    gap: 48px;

    max-width: 720px;
  }

  .rh-site-platform__content {
    max-width: 650px;
  }

  .rh-site-platform__heading,
  .rh-site-platform__description {
    max-width: 650px;
  }

  .rh-site-platform__visual {
    padding: 20px;
  }

  .rh-site-platform__image {
    min-height: 0;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-site-platform {
    padding:
      62px
      15px;
  }

  .rh-site-platform__container {
    gap: 38px;
  }

  .rh-site-platform__eyebrow {
    margin-bottom: 16px;

    font-size: 10px;
  }

  .rh-site-platform__heading {
    margin-bottom: 20px;

    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.1;
  }

  .rh-site-platform__description {
    font-size: 16px;
    line-height: 1.7;
  }

  .rh-site-platform__description:last-of-type {
    margin-bottom: 27px;
  }

  .rh-site-platform__button {
    min-height: 50px;

    padding:
      12px
      19px;
  }

  .rh-site-platform__visual {
    padding: 10px 5px;
  }

  .rh-site-platform__image-frame {
    padding: 8px;

    border-radius: 18px;
  }

  .rh-site-platform__image {
    border-radius: 12px;
  }

  .rh-site-platform__decor--one {
    right: -30px;

    width: 150px;
    height: 150px;
  }

  .rh-site-platform__decor--two {
    width: 95px;
    height: 95px;

    border-width: 17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35a47d5 *//* ========================================================= */
/* RESEARCH HERO — PATIENT RECRUITMENT SECTION               */
/* ========================================================= */

.rh-recruitment {
  position: relative;

  width: 100%;

  padding: 105px 20px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f7fbfa 100%
    );
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-recruitment__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ========================================================= */
/* CENTERED SECTION HEADER                                   */
/* ========================================================= */

.rh-recruitment__header {
  width: 100%;
  max-width: 860px;

  margin:
    0
    auto
    65px;

  text-align: center;
}


/* Eyebrow */

.rh-recruitment__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 19px;
  padding: 8px 14px;

  color: #109267;
  background: rgba(29, 188, 136, 0.09);

  border: 1px solid rgba(16, 146, 103, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-recruitment__heading {
  max-width: 850px;

  margin:
    0
    auto
    24px;

  color: #15325a;
 font-family: "Poppins", sans-serif !important;
  font-size: clamp(39px, 4.7vw, 62px);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -0.045em;
}


/* Description */

.rh-recruitment__description {
  max-width: 780px;

  margin:
    0
    auto
    10px;

  color: #5e6f7d;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}


/* ========================================================= */
/* IMAGE AND FEATURE LAYOUT                                  */
/* ========================================================= */

.rh-recruitment__layout {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 0.96fr)
    minmax(0, 1.04fr);
  align-items: center;
  gap: 75px;

  width: 100%;
}


/* ========================================================= */
/* LEFT VISUAL                                               */
/* ========================================================= */

.rh-recruitment__visual {
  position: relative;

  width: 100%;

  padding:
    25px
    28px
    45px
    0;
}


/* Soft Background Accent */

.rh-recruitment__visual-accent {
  position: absolute;

  top: 0;
  right: 0;

  width: 88%;
  height: 92%;

  border-radius: 30px;

  background:
    linear-gradient(
      145deg,
      rgba(29, 188, 136, 0.15),
      rgba(21, 50, 90, 0.05)
    );
}


/* Image Frame */

.rh-recruitment__image-frame {
  position: relative;

  width: 100%;

  padding: 10px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 25px;

  box-shadow:
    0 25px 55px rgba(21, 50, 90, 0.12);

  z-index: 2;
}


/* Main Image */

.rh-recruitment__image {
  display: block;

  width: 100%;
  height: 555px;

  object-fit: cover;
  object-position: center;

  border-radius: 17px;
}


/* ========================================================= */
/* FLOATING IMAGE CARD                                       */
/* ========================================================= */

.rh-recruitment__floating-card {
  position: absolute;

  right: -10px;
  bottom: 5px;

  display: flex;
  align-items: center;
  gap: 14px;

  width: min(310px, 80%);

  padding: 17px 19px;

  background: rgba(255, 255, 255, 0.94);

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 16px;

  box-shadow:
    0 18px 38px rgba(21, 50, 90, 0.15);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  z-index: 4;
}


/* Floating Icon */

.rh-recruitment__floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 46px;
  height: 46px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 12px;
}

.rh-recruitment__floating-icon svg {
  width: 24px;
  height: 24px;
}


/* Floating Text */

.rh-recruitment__floating-text {
  display: flex;
  flex-direction: column;
  gap: 4px;

  min-width: 0;
}

.rh-recruitment__floating-text strong {
  color: #15325a;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.rh-recruitment__floating-text small {
  color: #687986;

  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}


/* ========================================================= */
/* RIGHT FEATURE CONTENT                                     */
/* ========================================================= */

.rh-recruitment__content {
  position: relative;

  width: 100%;
}


/* ========================================================= */
/* FEATURE LIST                                              */
/* ========================================================= */

.rh-recruitment__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;

  width: 100%;

  margin-bottom: 30px;
}


/* Individual Feature */

.rh-recruitment__feature {
  display: flex;
  align-items: flex-start;
  gap: 17px;

  padding: 21px;

  background: #ffffff;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 15px;

  box-shadow:
    0 10px 30px rgba(21, 50, 90, 0.045);

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.rh-recruitment__feature:hover {
  border-color: rgba(29, 188, 136, 0.3);

  box-shadow:
    0 14px 34px rgba(21, 50, 90, 0.075);

  transform: translateX(5px);
}


/* Feature Icon */

.rh-recruitment__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 46px;
  height: 46px;

  color: #109267;
  background: rgba(29, 188, 136, 0.12);

  border-radius: 12px;
}

.rh-recruitment__feature-icon svg {
  width: 23px;
  height: 23px;
}


/* Feature Text */

.rh-recruitment__feature-content {
  min-width: 0;
}

.rh-recruitment__feature-content h3 {
  margin:
    0
    0
    7px;

  color: #15325a;
 font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.rh-recruitment__feature-content p {
  margin: 0;

  color: #657683;

  font-size: 14px;
  font-weight: 400;
  line-height: 1.62;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-recruitment__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 52px;

  padding: 13px 22px;

  color: #ffffff !important;
  background: #15325a;

  border: 1px solid #15325a;
  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.rh-recruitment__button svg {
  width: 19px;
  height: 19px;

  transition: transform 0.25s ease;
}

.rh-recruitment__button:hover {
  color: #ffffff;
  background: #1dbc88;
  border-color: #1dbc88;

  transform: translateY(-2px);
}

.rh-recruitment__button:hover svg {
  transform: translateX(4px);
}

.rh-recruitment__button:focus-visible {
  outline: 3px solid rgba(29, 188, 136, 0.35);
  outline-offset: 4px;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1080px) {

  .rh-recruitment {
    padding: 90px 20px;
  }

  .rh-recruitment__header {
    margin-bottom: 55px;
  }

  .rh-recruitment__layout {
    gap: 50px;
  }

  .rh-recruitment__heading {
    font-size: clamp(37px, 5vw, 54px);
  }

  .rh-recruitment__image {
    height: 530px;
  }

  .rh-recruitment__feature {
    padding: 18px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-recruitment {
    padding: 75px 20px;
  }

  .rh-recruitment__container {
    max-width: 720px;
  }

  .rh-recruitment__header {
    margin-bottom: 48px;
  }

  .rh-recruitment__layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .rh-recruitment__visual {
    padding:
      20px
      30px
      42px
      0;
  }

  .rh-recruitment__image {
    height: auto;
    max-height: 590px;
  }

  .rh-recruitment__content {
    max-width: 720px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-recruitment {
    padding:
      62px
      15px;
  }

  .rh-recruitment__header {
    margin-bottom: 40px;
  }

  .rh-recruitment__eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;

    font-size: 10px;
  }

  .rh-recruitment__heading {
    margin-bottom: 20px;

    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.1;
  }

  .rh-recruitment__description {
    font-size: 16px;
    line-height: 1.68;
  }

  .rh-recruitment__layout {
    gap: 43px;
  }

  .rh-recruitment__visual {
    padding:
      10px
      15px
      44px
      0;
  }

  .rh-recruitment__image-frame {
    padding: 7px;

    border-radius: 18px;
  }

  .rh-recruitment__image {
    min-height: 350px;

    border-radius: 12px;
  }

  .rh-recruitment__floating-card {
    right: 0;
    bottom: 3px;

    width: min(285px, 90%);

    padding: 14px;
  }

  .rh-recruitment__floating-icon {
    width: 41px;
    height: 41px;
  }

  .rh-recruitment__features {
    gap: 13px;

    margin-bottom: 27px;
  }

  .rh-recruitment__feature {
    gap: 13px;

    padding: 16px;
  }

  .rh-recruitment__feature-icon {
    width: 41px;
    height: 41px;
  }

  .rh-recruitment__feature-content h3 {
    font-size: 15px;
  }

  .rh-recruitment__feature-content p {
    font-size: 13px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-recruitment__feature {
    padding: 14px;
  }

  .rh-recruitment__floating-card {
    width: 94%;
  }

  .rh-recruitment__floating-text small {
    font-size: 11px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59e709a *//* ========================================================= */
/* RESEARCH HERO — RECRUITMENT SUPPORT CTA                   */
/* ========================================================= */

.rh-recruitment-cta {
  position: relative;

  width: 100%;

  padding: 95px 20px;

  overflow: hidden;
  isolation: isolate;

  background:
    linear-gradient(
      135deg,
      #15325a 0%,
      #164b62 55%,
      #168c78 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-recruitment-cta__background {
  position: absolute;
  inset: 0;

  overflow: hidden;

  z-index: -1;
  pointer-events: none;
}


/* Flowing Lines */

.rh-recruitment-cta__pattern {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0.32;
}

.rh-recruitment-cta__pattern path {
  fill: none;

  stroke: rgba(255, 255, 255, 0.22);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 12 15;

  animation:
    rhRecruitmentCtaFlow
    22s
    linear
    infinite;
}

.rh-recruitment-cta__pattern path:last-child {
  animation-duration: 28s;
  animation-direction: reverse;
}


/* Decorative Circles */

.rh-recruitment-cta__circle {
  position: absolute;

  display: block;

  border-radius: 50%;
}

.rh-recruitment-cta__circle--one {
  top: -120px;
  left: -80px;

  width: 330px;
  height: 330px;

  background: rgba(29, 188, 136, 0.19);

  filter: blur(4px);
}

.rh-recruitment-cta__circle--two {
  right: -100px;
  bottom: -170px;

  width: 410px;
  height: 410px;

  border: 80px solid rgba(255, 255, 255, 0.045);

  background: transparent;
}


/* ========================================================= */
/* CONTENT CONTAINER                                         */
/* ========================================================= */

.rh-recruitment-cta__container {
  position: relative;

  width: 100%;
  max-width: 850px;

  margin: 0 auto;

  text-align: center;

  z-index: 2;
}


/* ========================================================= */
/* ICON                                                      */
/* ========================================================= */

.rh-recruitment-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 64px;
  height: 64px;

  margin-bottom: 22px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.rh-recruitment-cta__icon svg {
  width: 31px;
  height: 31px;
}


/* ========================================================= */
/* EYEBROW                                                   */
/* ========================================================= */

.rh-recruitment-cta__eyebrow {
  display: block;

  width: fit-content;

  margin:
    0
    auto
    18px;

  padding: 8px 14px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* ========================================================= */
/* HEADING                                                   */
/* ========================================================= */

.rh-recruitment-cta__heading {
  max-width: 820px;

  margin:
    0
    auto
    22px;

  color: #ffffff !important;

  font-size: clamp(38px, 5vw, 62px);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -0.045em;
}


/* ========================================================= */
/* DESCRIPTION                                               */
/* ========================================================= */

.rh-recruitment-cta__description {
  max-width: 730px;

  margin:
    0
    auto
    32px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 17px;
  font-weight: 400;
  line-height: 1.75;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-recruitment-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 54px;

  padding: 14px 23px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid #ffffff;
  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.rh-recruitment-cta__button svg {
  width: 19px;
  height: 19px;

  transition: transform 0.25s ease;
}

.rh-recruitment-cta__button:hover {
  color: #ffffff;
  background: #1dbc88;
  border-color: #1dbc88;

  transform: translateY(-3px);
}

.rh-recruitment-cta__button:hover svg {
  transform: translateX(4px);
}

.rh-recruitment-cta__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 5px;
}


/* ========================================================= */
/* FLOW ANIMATION                                            */
/* ========================================================= */

@keyframes rhRecruitmentCtaFlow {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -280;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-recruitment-cta {
    padding: 80px 20px;
  }

  .rh-recruitment-cta__container {
    max-width: 720px;
  }

  .rh-recruitment-cta__heading {
    font-size: clamp(36px, 6vw, 52px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-recruitment-cta {
    padding:
      68px
      15px;
  }

  .rh-recruitment-cta__icon {
    width: 56px;
    height: 56px;

    margin-bottom: 19px;

    border-radius: 15px;
  }

  .rh-recruitment-cta__icon svg {
    width: 27px;
    height: 27px;
  }

  .rh-recruitment-cta__eyebrow {
    margin-bottom: 16px;

    padding: 7px 11px;

    font-size: 9px;
  }

  .rh-recruitment-cta__heading {
    margin-bottom: 19px;

    font-size: clamp(31px, 9vw, 40px);
    line-height: 1.1;
  }

  .rh-recruitment-cta__description {
    margin-bottom: 27px;

    font-size: 16px;
    line-height: 1.68;
  }

  .rh-recruitment-cta__button {
    min-height: 51px;

    padding:
      13px
      19px;

    font-size: 14px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-recruitment-cta__pattern path {
    animation: none;
  }

}/* End custom CSS */