.elementor-1251 .elementor-element.elementor-element-39418c0{--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-1251 .elementor-element.elementor-element-ab8d9a9{--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-1251 .elementor-element.elementor-element-38f301e{--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-1251 .elementor-element.elementor-element-cdfac85{--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-1251 .elementor-element.elementor-element-ebc2d42{--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-1251 .elementor-element.elementor-element-df87e6b{--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-0d55cd2 *//* ========================================================= */
/* 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-fe003fa *//* ========================================================= */
/* RESEARCH HERO CRO IMAGE OVERVIEW SECTION                  */
/* ========================================================= */

.rh-cro-video-section {
  position: relative;

  width: 100%;

  padding: 110px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(29, 188, 136, 0.12),
      transparent 30%
    ),
    #f7fafc;
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-cro-video-section__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(360px, 0.9fr)
    minmax(480px, 1.15fr);

  align-items: center;
  gap: 80px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-cro-video-section__content {
  position: relative;

  z-index: 2;
}


/* Small Section Label */

.rh-cro-video-section__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 20px;
  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: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Section Heading */

.rh-cro-video-section__content h2 {
  max-width: 620px;

  margin: 0 0 20px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: -0.035em;
}


/* Section Description */

.rh-cro-video-section__description {
  max-width: 590px;

  margin: 0;

  color: #5c6b7a;

  font-size: 17px;
  line-height: 1.75;
}


/* ========================================================= */
/* CRO BENEFITS                                              */
/* ========================================================= */

.rh-cro-video-section__benefits {
  display: flex;
  flex-direction: column;
  gap: 22px;

  margin-top: 38px;
}


/* Individual Benefit */

.rh-cro-video-section__benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}


/* Check Icon */

.rh-cro-video-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  margin-top: 2px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 50%;

  box-shadow:
    0 10px 24px rgba(29, 188, 136, 0.23);

  font-size: 15px;
  font-weight: 700;
}


/* Benefit Heading */

.rh-cro-video-section__benefit h3 {
  margin: 0 0 6px;

  color: #15325a;

  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}


/* Benefit Description */

.rh-cro-video-section__benefit p {
  margin: 0;

  color: #627181;

  font-size: 15px;
  line-height: 1.65;
}


/* ========================================================= */
/* RIGHT IMAGE AREA                                          */
/* ========================================================= */

.rh-cro-video-section__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;

  padding:
    24px
    0
    34px
    24px;

  z-index: 2;
}


/* ========================================================= */
/* IMAGE FRAME                                               */
/* ========================================================= */

.rh-cro-video-section__image-frame {
  position: relative;

  width: 100%;
  max-width: 690px;

  padding: 8px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.82);

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 26px;

  box-shadow:
    0 35px 80px rgba(21, 50, 90, 0.18),
    0 8px 24px rgba(21, 50, 90, 0.09);

  z-index: 2;
}


/* Research Hero Image */

.rh-cro-video-section__image {
  display: block;

  width: 100%;
  height: auto;
  min-height: 430px;

  object-fit: cover;
  object-position: center;

  border-radius: 18px;
}


/* ========================================================= */
/* IMAGE DECORATIVE GLOW                                     */
/* ========================================================= */

.rh-cro-video-section__video-glow {
  position: absolute;

  right: -35px;
  bottom: -35px;

  width: 75%;
  height: 75%;

  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(29, 188, 136, 0.22),
      rgba(21, 50, 90, 0.13)
    );

  filter: blur(2px);

  transform: rotate(5deg);

  z-index: 1;
  pointer-events: none;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-cro-video-section {
    padding: 95px 20px;
  }

  .rh-cro-video-section__container {
    grid-template-columns:
      minmax(330px, 0.9fr)
      minmax(410px, 1.1fr);

    gap: 55px;
  }

  .rh-cro-video-section__content h2 {
    font-size: clamp(32px, 4vw, 45px);
  }

  .rh-cro-video-section__image {
    min-height: 390px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-cro-video-section {
    padding: 85px 20px;
  }

  .rh-cro-video-section__container {
    display: flex;
    flex-direction: column;

    max-width: 750px;

    gap: 55px;
  }

  .rh-cro-video-section__content {
    width: 100%;

    text-align: center;
  }

  .rh-cro-video-section__content h2,
  .rh-cro-video-section__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-cro-video-section__benefits {
    max-width: 620px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-cro-video-section__visual {
    width: 100%;

    padding:
      20px
      20px
      34px;
  }

  .rh-cro-video-section__image-frame {
    max-width: 700px;
  }

  .rh-cro-video-section__image {
    min-height: 0;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-cro-video-section {
    padding:
      70px
      15px;
  }

  .rh-cro-video-section__container {
    gap: 42px;
  }

  .rh-cro-video-section__eyebrow {
    padding:
      7px
      12px;

    font-size: 10px;
    line-height: 1.35;
  }

  .rh-cro-video-section__content h2 {
    font-size: 31px;
  }

  .rh-cro-video-section__description {
    font-size: 15px;
  }

  .rh-cro-video-section__benefits {
    gap: 20px;

    margin-top: 30px;
  }

  .rh-cro-video-section__benefit {
    gap: 13px;
  }

  .rh-cro-video-section__icon {
    flex-basis: 31px;

    width: 31px;
    height: 31px;

    font-size: 13px;
  }

  .rh-cro-video-section__benefit h3 {
    font-size: 17px;
  }

  .rh-cro-video-section__benefit p {
    font-size: 14px;
  }

  .rh-cro-video-section__visual {
    padding:
      10px
      8px
      24px;
  }

  .rh-cro-video-section__image-frame {
    padding: 5px;

    border-radius: 18px;
  }

  .rh-cro-video-section__image {
    width: 100%;
    min-height: 280px;

    border-radius: 13px;
  }

  .rh-cro-video-section__video-glow {
    right: -8px;
    bottom: -15px;

    width: 78%;
    height: 72%;

    border-radius: 28px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-cro-video-section__content h2 {
    font-size: 28px;
  }

  .rh-cro-video-section__image {
    min-height: 240px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0023330 *//* ========================================================= */
/* STANDARDIZED STUDY WORKFLOWS SECTION                      */
/* ========================================================= */

.rh-workflow-section {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 45%,
      rgba(29, 188, 136, 0.12),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f6faf9 100%
    );
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-workflow-section__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(480px, 1.08fr)
    minmax(390px, 0.92fr);

  align-items: center;
  gap: 90px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ========================================================= */
/* LEFT VISUAL AREA                                          */
/* ========================================================= */

.rh-workflow-section__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 590px;
}


/* Decorative Glow */

.rh-workflow-section__visual-glow {
  position: absolute;

  width: 85%;
  height: 78%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.2),
      rgba(21, 50, 90, 0.05) 48%,
      transparent 72%
    );

  filter: blur(18px);

  pointer-events: none;
}


/* ========================================================= */
/* WORKFLOW DASHBOARD                                        */
/* ========================================================= */

.rh-workflow-section__dashboard {
  position: relative;

  width: 100%;
  max-width: 590px;

  padding: 26px;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.92);

  box-shadow:
    0 40px 90px rgba(21, 50, 90, 0.16),
    0 12px 35px rgba(21, 50, 90, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  z-index: 2;
}


/* ========================================================= */
/* DASHBOARD HEADER                                          */
/* ========================================================= */

.rh-workflow-section__dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  padding-bottom: 22px;

  border-bottom: 1px solid rgba(21, 50, 90, 0.09);
}

.rh-workflow-section__dashboard-title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.rh-workflow-section__dashboard-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;
  flex: 0 0 46px;

  color: #ffffff;
  background: #15325A;

  border-radius: 13px;

  font-size: 15px;
  font-weight: 800;
}

.rh-workflow-section__dashboard-title strong,
.rh-workflow-section__dashboard-title span {
  display: block;
}

.rh-workflow-section__dashboard-title strong {
  margin-bottom: 4px;

  color: #15325A;

  font-size: 16px;
  line-height: 1.2;
}

.rh-workflow-section__dashboard-title div > span {
  color: #71808e;

  font-size: 12px;
  line-height: 1.4;
}


/* Active Status */

.rh-workflow-section__status {
  display: inline-flex;
  align-items: center;

  padding: 7px 12px;

  color: #109267;
  background: rgba(29, 188, 136, 0.11);

  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.rh-workflow-section__status::before {
  content: "";

  width: 7px;
  height: 7px;

  margin-right: 7px;

  background: #1DBC88;
  border-radius: 50%;
}


/* ========================================================= */
/* PROGRESS CARD                                             */
/* ========================================================= */

.rh-workflow-section__progress-card {
  margin-top: 22px;
  padding: 18px;

  border: 1px solid rgba(29, 188, 136, 0.15);
  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      rgba(29, 188, 136, 0.08),
      rgba(21, 50, 90, 0.035)
    );
}

.rh-workflow-section__progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 14px;
}

.rh-workflow-section__progress-heading div > span,
.rh-workflow-section__progress-heading strong {
  display: block;
}

.rh-workflow-section__progress-heading div > span {
  margin-bottom: 4px;

  color: #748391;

  font-size: 11px;
}

.rh-workflow-section__progress-heading strong {
  color: #15325A;

  font-size: 14px;
}

.rh-workflow-section__progress-heading > span {
  color: #109267;

  font-size: 14px;
  font-weight: 700;
}

.rh-workflow-section__progress-track {
  width: 100%;
  height: 7px;

  overflow: hidden;

  background: rgba(21, 50, 90, 0.08);
  border-radius: 999px;
}

.rh-workflow-section__progress-track span {
  display: block;

  width: 80%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      #109267,
      #1DBC88
    );

  border-radius: inherit;
}


/* ========================================================= */
/* WORKFLOW STEPS                                            */
/* ========================================================= */

.rh-workflow-section__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;

  margin-top: 18px;
}

.rh-workflow-section__step {
  position: relative;

  display: grid;
  grid-template-columns: 43px 1fr auto;
  align-items: center;
  gap: 14px;

  padding: 15px;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 15px;

  background: #ffffff;

  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.rh-workflow-section__step:hover {
  border-color: rgba(29, 188, 136, 0.25);

  transform: translateX(4px);

  box-shadow:
    0 12px 30px rgba(21, 50, 90, 0.08);
}


/* Active Step */

.rh-workflow-section__step.is-active {
  border-color: rgba(29, 188, 136, 0.28);

  background:
    linear-gradient(
      90deg,
      rgba(29, 188, 136, 0.08),
      #ffffff 65%
    );
}


/* Step Number */

.rh-workflow-section__step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;

  color: #15325A;
  background: rgba(21, 50, 90, 0.06);

  border-radius: 12px;

  font-size: 12px;
  font-weight: 750;
}

.rh-workflow-section__step.is-complete
.rh-workflow-section__step-number,
.rh-workflow-section__step.is-active
.rh-workflow-section__step-number {
  color: #ffffff;
  background: #1DBC88;
}


/* Step Text */

.rh-workflow-section__step-content strong,
.rh-workflow-section__step-content span {
  display: block;
}

.rh-workflow-section__step-content strong {
  margin-bottom: 4px;

  color: #15325A;

  font-size: 14px;
  line-height: 1.3;
}

.rh-workflow-section__step-content span {
  color: #758390;

  font-size: 11px;
  line-height: 1.45;
}


/* Step Completion Icon */

.rh-workflow-section__step-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  color: #ffffff;
  background: #1DBC88;

  border-radius: 50%;

  font-size: 11px;
  font-weight: 700;
}


/* Active Pulse */

.rh-workflow-section__step-pulse {
  position: relative;

  width: 12px;
  height: 12px;

  background: #1DBC88;
  border-radius: 50%;
}

.rh-workflow-section__step-pulse::after {
  content: "";

  position: absolute;
  inset: -6px;

  border: 1px solid rgba(29, 188, 136, 0.35);
  border-radius: 50%;

  animation: rhWorkflowPulse 2s ease-out infinite;
}


/* Inactive Dot */

.rh-workflow-section__step-dot {
  width: 10px;
  height: 10px;

  background: rgba(21, 50, 90, 0.16);
  border-radius: 50%;
}


/* ========================================================= */
/* DASHBOARD FOOTER                                          */
/* ========================================================= */

.rh-workflow-section__dashboard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-top: 20px;
  padding-top: 18px;

  border-top: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-workflow-section__team {
  display: flex;
}

.rh-workflow-section__team span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  margin-left: -7px;

  color: #ffffff;
  background: #15325A;

  border: 3px solid #ffffff;
  border-radius: 50%;

  font-size: 9px;
  font-weight: 700;
}

.rh-workflow-section__team span:first-child {
  margin-left: 0;
}

.rh-workflow-section__team span:nth-child(2) {
  background: #109267;
}

.rh-workflow-section__team span:nth-child(3) {
  background: #1DBC88;
}

.rh-workflow-section__dashboard-footer p {
  margin: 0;

  color: #748391;

  font-size: 11px;
}


/* ========================================================= */
/* RIGHT CONTENT                                             */
/* ========================================================= */

.rh-workflow-section__content {
  position: relative;
  z-index: 2;
}


/* Small Label */

.rh-workflow-section__eyebrow {
  display: inline-flex;

  margin-bottom: 20px;
  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: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-workflow-section__content h2 {
  max-width: 590px;

  margin: 0 0 22px;

  color: #15325A;

  font-size: clamp(36px, 4vw, 53px);
  font-weight: 750;
  line-height: 1.08;
  letter-spacing: -0.04em;
  
}


/* Description */

.rh-workflow-section__description {
  max-width: 560px;

  margin: 0;

  color: #5c6b7a;

  font-size: 17px;
  line-height: 1.75;
}


/* ========================================================= */
/* WORKFLOW BENEFIT LIST                                     */
/* ========================================================= */

.rh-workflow-section__list {
  display: flex;
  flex-direction: column;
  gap: 17px;

  margin: 35px 0 0;
  padding: 0;

  list-style: none;
}

.rh-workflow-section__list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  color: #3f5264;

  font-size: 15px;
  line-height: 1.6;
}

.rh-workflow-section__list-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;
  flex: 0 0 26px;

  margin-top: 1px;

  color: #ffffff;
  background: #1DBC88;

  border-radius: 50%;

  box-shadow:
    0 8px 18px rgba(29, 188, 136, 0.2);

  font-size: 11px;
  font-weight: 700;
}


/* ========================================================= */
/* ACTIVE STEP ANIMATION                                     */
/* ========================================================= */

@keyframes rhWorkflowPulse {

  0% {
    opacity: 0.8;
    transform: scale(0.7);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-workflow-section {
    padding: 95px 20px;
  }

  .rh-workflow-section__container {
    grid-template-columns:
      minmax(430px, 1fr)
      minmax(340px, 0.9fr);

    gap: 55px;
  }

  .rh-workflow-section__visual {
    min-height: 540px;
  }

  .rh-workflow-section__dashboard {
    padding: 22px;
  }

  .rh-workflow-section__content h2 {
    font-size: clamp(34px, 4vw, 46px);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-workflow-section {
    padding: 85px 20px;
  }

  .rh-workflow-section__container {
    display: flex;
    flex-direction: column-reverse;

    max-width: 750px;
    gap: 60px;
  }

  .rh-workflow-section__content {
    width: 100%;

    text-align: center;
  }

  .rh-workflow-section__content h2,
  .rh-workflow-section__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-workflow-section__list {
    max-width: 610px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-workflow-section__visual {
    width: 100%;
    min-height: auto;
  }

  .rh-workflow-section__dashboard {
    max-width: 650px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-workflow-section {
    padding: 70px 15px;
  }

  .rh-workflow-section__container {
    gap: 45px;
  }

  .rh-workflow-section__eyebrow {
    font-size: 10px;
  }

  .rh-workflow-section__content h2 {
    font-size: 31px;
  }

  .rh-workflow-section__description {
    font-size: 15px;
  }

  .rh-workflow-section__list {
    gap: 15px;
    margin-top: 28px;
  }

  .rh-workflow-section__list li {
    font-size: 14px;
  }

  .rh-workflow-section__dashboard {
    padding: 16px;

    border-radius: 21px;
  }

  .rh-workflow-section__dashboard-header {
    align-items: flex-start;
  }

  .rh-workflow-section__dashboard-mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .rh-workflow-section__status {
    padding: 6px 9px;
    font-size: 9px;
  }

  .rh-workflow-section__step {
    grid-template-columns: 38px 1fr auto;

    gap: 11px;
    padding: 12px;
  }

  .rh-workflow-section__step-number {
    width: 38px;
    height: 38px;
  }

  .rh-workflow-section__step-content strong {
    font-size: 12px;
  }

  .rh-workflow-section__step-content span {
    font-size: 10px;
  }

  .rh-workflow-section__dashboard-footer {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-workflow-section__step-pulse::after {
    animation: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d81562c *//* ========================================================= */
/* REAL-TIME STUDY MONITORING SECTION                        */
/* ========================================================= */

.rh-monitoring-section {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 88% 42%,
      rgba(29, 188, 136, 0.13),
      transparent 30%
    ),
    #ffffff;
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-monitoring-section__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(390px, 0.9fr)
    minmax(520px, 1.12fr);

  align-items: center;
  gap: 85px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-monitoring-section__content {
  position: relative;
  z-index: 2;
}


/* Small Label */

.rh-monitoring-section__eyebrow {
  display: inline-flex;

  margin-bottom: 20px;
  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: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-monitoring-section__content h2 {
  max-width: 590px;

  margin: 0 0 22px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(36px, 4vw, 53px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}


/* Main Description */

.rh-monitoring-section__description {
  max-width: 570px;

  margin: 0;

  color: #4f6172;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}


/* Supporting Paragraph */

.rh-monitoring-section__supporting-text {
  max-width: 580px;

  margin: 18px 0 0;

  color: #687786;

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* FEATURE ITEMS                                             */
/* ========================================================= */

.rh-monitoring-section__features {
  display: flex;
  flex-direction: column;
  gap: 22px;

  margin-top: 38px;
}

.rh-monitoring-section__feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}


/* Feature Number */

.rh-monitoring-section__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  color: #ffffff;
  background: #1DBC88;

  border-radius: 13px;

  box-shadow:
    0 11px 24px rgba(29, 188, 136, 0.22);

  font-size: 11px;
  font-weight: 700;
}


/* Feature Heading */

.rh-monitoring-section__feature h3 {
  margin: 0 0 5px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}


/* Feature Description */

.rh-monitoring-section__feature p {
  margin: 0;

  color: #677686;

  font-size: 14px;
  line-height: 1.65;
}


/* ========================================================= */
/* RIGHT VISUAL AREA                                         */
/* ========================================================= */

.rh-monitoring-section__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
}


/* Decorative Glow */

.rh-monitoring-section__glow {
  position: absolute;

  width: 90%;
  height: 85%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.22),
      rgba(21, 50, 90, 0.05) 52%,
      transparent 72%
    );

  filter: blur(24px);

  pointer-events: none;
}


/* ========================================================= */
/* MONITORING DASHBOARD                                      */
/* ========================================================= */

.rh-monitoring-dashboard {
  position: relative;

  width: 100%;
  max-width: 670px;

  padding: 26px;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 40px 90px rgba(21, 50, 90, 0.16),
    0 12px 35px rgba(21, 50, 90, 0.08);

  z-index: 2;
}


/* ========================================================= */
/* DASHBOARD HEADER                                          */
/* ========================================================= */

.rh-monitoring-dashboard__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 22px;
}

.rh-monitoring-dashboard__label {
  display: block;

  margin-bottom: 4px;

  color: #778593;

  font-size: 11px;
  line-height: 1.3;
}

.rh-monitoring-dashboard__header h3 {
  margin: 0;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
}


/* Live Status */

.rh-monitoring-dashboard__live-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 8px 12px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
}

.rh-monitoring-dashboard__live-status span {
  position: relative;

  width: 8px;
  height: 8px;

  background: #1DBC88;
  border-radius: 50%;
}

.rh-monitoring-dashboard__live-status span::after {
  content: "";

  position: absolute;
  inset: -4px;

  border: 1px solid rgba(29, 188, 136, 0.35);
  border-radius: 50%;

  animation: rhMonitoringLivePulse 2s ease-out infinite;
}


/* ========================================================= */
/* STATISTIC CARDS                                           */
/* ========================================================= */

.rh-monitoring-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.rh-monitoring-dashboard__stat {
  padding: 16px;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 15px;

  background: #f8fbfb;
}

.rh-monitoring-dashboard__stat-label {
  display: block;

  margin-bottom: 9px;

  color: #788693;

  font-size: 10px;
}

.rh-monitoring-dashboard__stat strong {
  display: block;

  margin-bottom: 4px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 24px;
  line-height: 1;
}

.rh-monitoring-dashboard__stat small {
  color: #109267;

  font-size: 9px;
}


/* ========================================================= */
/* CHART CARD                                                */
/* ========================================================= */

.rh-monitoring-dashboard__chart-card {
  margin-top: 15px;
  padding: 18px;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 17px;

  background: #ffffff;
}

.rh-monitoring-dashboard__chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rh-monitoring-dashboard__chart-header span,
.rh-monitoring-dashboard__chart-header strong {
  display: block;
}

.rh-monitoring-dashboard__chart-header span {
  margin-bottom: 4px;

  color: #7b8996;

  font-size: 10px;
}

.rh-monitoring-dashboard__chart-header strong {
  color: #15325A;

  font-size: 13px;
}

.rh-monitoring-dashboard__chart-header button {
  padding: 7px 11px;

  color: #15325A;
  background: #f3f7f7;

  border: 0;
  border-radius: 8px;

  font-size: 9px;
  font-weight: 600;
}


/* Chart */

.rh-monitoring-dashboard__chart {
  position: relative;

  height: 195px;
  margin-top: 15px;
}

.rh-monitoring-dashboard__grid-lines {
  position: absolute;
  inset: 0 0 25px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rh-monitoring-dashboard__grid-lines span {
  display: block;

  width: 100%;
  height: 1px;

  background: rgba(21, 50, 90, 0.07);
}

.rh-monitoring-dashboard__chart svg {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: calc(100% - 25px);
}

.rh-monitoring-dashboard__chart-area {
  fill: url(#rhMonitoringChartGradient);
}

.rh-monitoring-dashboard__chart-line {
  fill: none;

  stroke: #1DBC88;
  stroke-width: 4;
  stroke-linecap: round;
}

.rh-monitoring-dashboard__chart-days {
  position: absolute;

  right: 0;
  bottom: 0;
  left: 0;

  display: flex;
  justify-content: space-between;
}

.rh-monitoring-dashboard__chart-days span {
  color: #82909c;

  font-size: 8px;
}


/* ========================================================= */
/* SITE PERFORMANCE                                          */
/* ========================================================= */

.rh-monitoring-dashboard__sites {
  margin-top: 15px;
  padding: 18px;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 17px;

  background: #ffffff;
}

.rh-monitoring-dashboard__sites-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 15px;
}

.rh-monitoring-dashboard__sites-header strong {
  color: #15325A;

  font-size: 13px;
}

.rh-monitoring-dashboard__sites-header span {
  color: #109267;

  font-size: 9px;
  font-weight: 600;
}


/* Site Row */

.rh-monitoring-dashboard__site-row {
  display: grid;
  grid-template-columns: minmax(155px, 1fr) 105px 35px;
  align-items: center;
  gap: 12px;

  padding: 11px 0;

  border-top: 1px solid rgba(21, 50, 90, 0.06);
}

.rh-monitoring-dashboard__site-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rh-monitoring-dashboard__site-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;
  flex: 0 0 32px;

  color: #ffffff;
  background: #15325A;

  border-radius: 9px;

  font-size: 9px;
  font-weight: 700;
}

.rh-monitoring-dashboard__site-name strong,
.rh-monitoring-dashboard__site-name span {
  display: block;
}

.rh-monitoring-dashboard__site-name strong {
  margin-bottom: 3px;

  color: #15325A;

  font-size: 10px;
}

.rh-monitoring-dashboard__site-name div > span {
  color: #84919c;

  font-size: 8px;
}

.rh-monitoring-dashboard__site-progress {
  width: 100%;
  height: 6px;

  overflow: hidden;

  background: rgba(21, 50, 90, 0.08);
  border-radius: 999px;
}

.rh-monitoring-dashboard__site-progress span {
  display: block;

  height: 100%;

  background: #1DBC88;
  border-radius: inherit;
}

.rh-monitoring-dashboard__site-value {
  color: #15325A;

  font-size: 10px;
  text-align: right;
}


/* ========================================================= */
/* LIVE STATUS ANIMATION                                     */
/* ========================================================= */

@keyframes rhMonitoringLivePulse {

  from {
    opacity: 0.8;
    transform: scale(0.7);
  }

  to {
    opacity: 0;
    transform: scale(1.6);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-monitoring-section {
    padding: 95px 20px;
  }

  .rh-monitoring-section__container {
    grid-template-columns:
      minmax(350px, 0.9fr)
      minmax(460px, 1.1fr);

    gap: 55px;
  }

  .rh-monitoring-section__content h2 {
    font-size: clamp(34px, 4vw, 46px);
  }

  .rh-monitoring-dashboard {
    padding: 22px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-monitoring-section {
    padding: 85px 20px;
  }

  .rh-monitoring-section__container {
    display: flex;
    flex-direction: column;

    max-width: 750px;
    gap: 60px;
  }

  .rh-monitoring-section__content {
    width: 100%;

    text-align: center;
  }

  .rh-monitoring-section__content h2,
  .rh-monitoring-section__description,
  .rh-monitoring-section__supporting-text {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-monitoring-section__features {
    max-width: 610px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-monitoring-dashboard {
    max-width: 680px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-monitoring-section {
    padding: 70px 15px;
  }

  .rh-monitoring-section__container {
    gap: 45px;
  }

  .rh-monitoring-section__eyebrow {
    font-size: 10px;
  }

  .rh-monitoring-section__content h2 {
    font-size: 31px;
  }

  .rh-monitoring-section__description {
    font-size: 16px;
  }

  .rh-monitoring-section__supporting-text {
    font-size: 14px;
  }

  .rh-monitoring-section__feature {
    gap: 13px;
  }

  .rh-monitoring-section__feature-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .rh-monitoring-section__feature h3 {
    font-size: 16px;
  }

  .rh-monitoring-dashboard {
    padding: 15px;

    border-radius: 21px;
  }

  .rh-monitoring-dashboard__stats {
    grid-template-columns: 1fr;
  }

  .rh-monitoring-dashboard__stat {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .rh-monitoring-dashboard__stat-label,
  .rh-monitoring-dashboard__stat small {
    grid-column: 1;
  }

  .rh-monitoring-dashboard__stat strong {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .rh-monitoring-dashboard__site-row {
    grid-template-columns: 1fr 42px;
  }

  .rh-monitoring-dashboard__site-progress {
    display: none;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-monitoring-dashboard__live-status span::after {
    animation: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81e544f *//* ========================================================= */
/* RESEARCH HERO PLATFORM CAPABILITIES                       */
/* ========================================================= */

.rh-capabilities-section {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(29, 188, 136, 0.12),
      transparent 27%
    ),
    radial-gradient(
      circle at 92% 80%,
      rgba(21, 50, 90, 0.08),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #f7fbfa 0%,
      #ffffff 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-capabilities-section__decoration {
  position: absolute;

  top: 170px;
  left: 50%;

  width: 920px;
  height: 920px;

  border: 1px solid rgba(29, 188, 136, 0.08);
  border-radius: 50%;

  transform: translateX(-50%);

  pointer-events: none;
}

.rh-capabilities-section__decoration::before,
.rh-capabilities-section__decoration::after {
  content: "";

  position: absolute;
  inset: 12%;

  border: 1px solid rgba(21, 50, 90, 0.05);
  border-radius: inherit;
}

.rh-capabilities-section__decoration::after {
  inset: 25%;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-capabilities-section__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* SECTION HEADER                                            */
/* ========================================================= */

.rh-capabilities-section__header {
  max-width: 820px;

  margin: 0 auto 65px;

  text-align: center;
}

.rh-capabilities-section__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 20px;
  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: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-capabilities-section__header h2 {
  margin: 0 0 20px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.rh-capabilities-section__header p {
  max-width: 760px;

  margin: 0 auto;

  color: #607080;

  font-size: 17px;
  line-height: 1.75;
}


/* ========================================================= */
/* CAPABILITIES GRID                                         */
/* ========================================================= */

.rh-capabilities-section__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}


/* ========================================================= */
/* CAPABILITY CARD                                           */
/* ========================================================= */

.rh-capabilities-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 330px;
  padding: 28px;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.9);

  box-shadow:
    0 18px 45px rgba(21, 50, 90, 0.06);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rh-capabilities-card::before {
  content: "";

  position: absolute;

  top: -70px;
  right: -70px;

  width: 170px;
  height: 170px;

  border-radius: 50%;

  background: rgba(29, 188, 136, 0.07);

  transition:
    transform 0.4s ease,
    background 0.4s ease;

  pointer-events: none;
}

.rh-capabilities-card:hover {
  border-color: rgba(29, 188, 136, 0.28);

  transform: translateY(-8px);

  box-shadow:
    0 28px 65px rgba(21, 50, 90, 0.12);
}

.rh-capabilities-card:hover::before {
  background: rgba(29, 188, 136, 0.13);
  transform: scale(1.2);
}


/* ========================================================= */
/* FEATURED CARD                                             */
/* ========================================================= */

.rh-capabilities-card--featured {
  grid-column: span 2;

  min-height: 330px;

  background:
    linear-gradient(
      135deg,
      rgba(21, 50, 90, 0.97),
      rgba(16, 146, 103, 0.94)
    );

  border-color: rgba(255, 255, 255, 0.12);
}

.rh-capabilities-card--featured::before {
  width: 280px;
  height: 280px;

  top: -130px;
  right: -80px;

  background: rgba(255, 255, 255, 0.08);
}

.rh-capabilities-card--featured h3,
.rh-capabilities-card--featured p {
  color: #ffffff !important;
}

.rh-capabilities-card--featured p {
  max-width: 650px;

  color: rgba(255, 255, 255, 0.78);
}


/* ========================================================= */
/* SECURE CARD                                               */
/* ========================================================= */

.rh-capabilities-card--secure {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      rgba(29, 188, 136, 0.08)
    );

  border-color: rgba(29, 188, 136, 0.19);
}


/* ========================================================= */
/* CARD TOP ROW                                              */
/* ========================================================= */

.rh-capabilities-card__top {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  margin-bottom: 30px;

  z-index: 2;
}

.rh-capabilities-card__number {
  color: rgba(21, 50, 90, 0.38);

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.rh-capabilities-card--featured
.rh-capabilities-card__number {
  color: rgba(255, 255, 255, 0.55);
}

.rh-capabilities-card__tag {
  display: inline-flex;

  padding: 7px 11px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rh-capabilities-card--featured
.rh-capabilities-card__tag {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
}


/* ========================================================= */
/* CARD ICON                                                 */
/* ========================================================= */

.rh-capabilities-card__icon {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 54px;

  margin-bottom: 23px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 16px;

  z-index: 2;
}

.rh-capabilities-card__icon svg {
  width: 26px;
  height: 26px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-capabilities-card--featured
.rh-capabilities-card__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);

  border-color: rgba(255, 255, 255, 0.17);
}


/* ========================================================= */
/* CARD CONTENT                                              */
/* ========================================================= */

.rh-capabilities-card h3 {
  position: relative;

  margin: 0 0 13px;

  color: #15325A;

  font-family: "Poppins", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;

  z-index: 2;
}

.rh-capabilities-card p {
  position: relative;

  margin: 0;

  color: #657585;

  font-size: 14px;
  line-height: 1.7;

  z-index: 2;
}


/* ========================================================= */
/* FEATURED CARD SUPPORTING LABELS                           */
/* ========================================================= */

.rh-capabilities-card__feature-line {
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;

  margin-top: auto;
  padding-top: 28px;

  z-index: 2;
}

.rh-capabilities-card__feature-line span {
  display: inline-flex;

  padding: 8px 12px;

  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: 11px;
  font-weight: 600;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-capabilities-section {
    padding: 95px 20px;
  }

  .rh-capabilities-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rh-capabilities-card--featured {
    grid-column: span 2;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 800px) {

  .rh-capabilities-section {
    padding: 85px 20px;
  }

  .rh-capabilities-section__header {
    margin-bottom: 50px;
  }

  .rh-capabilities-section__header h2 {
    font-size: 40px;
  }

  .rh-capabilities-card {
    min-height: 310px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-capabilities-section {
    padding: 70px 15px;
  }

  .rh-capabilities-section__header {
    margin-bottom: 40px;
  }

  .rh-capabilities-section__eyebrow {
    font-size: 10px;
    line-height: 1.35;
  }

  .rh-capabilities-section__header h2 {
    font-size: 31px;
  }

  .rh-capabilities-section__header p {
    font-size: 15px;
  }

  .rh-capabilities-section__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rh-capabilities-card,
  .rh-capabilities-card--featured {
    grid-column: auto;

    min-height: 0;
    padding: 24px;

    border-radius: 20px;
  }

  .rh-capabilities-card__top {
    margin-bottom: 24px;
  }

  .rh-capabilities-card__icon {
    width: 49px;
    height: 49px;

    margin-bottom: 19px;

    border-radius: 14px;
  }

  .rh-capabilities-card__icon svg {
    width: 23px;
    height: 23px;
  }

  .rh-capabilities-card h3 {
    font-size: 18px;
  }

  .rh-capabilities-card__feature-line {
    padding-top: 23px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-capabilities-card,
  .rh-capabilities-card::before {
    transition: none;
  }

  .rh-capabilities-card:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-34a919d *//* ========================================================= */
/* WHY CROS CHOOSE RESEARCH HERO SECTION                     */
/* ========================================================= */

.rh-cro-choose-section {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 28%,
      rgba(29, 188, 136, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(21, 50, 90, 0.1),
      transparent 28%
    ),
    linear-gradient(
      145deg,
      #15325A 0%,
      #173f5c 52%,
      #109267 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-cro-choose-section__decoration {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-cro-choose-section__decoration span {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.rh-cro-choose-section__decoration span:nth-child(1) {
  top: -190px;
  right: -110px;

  width: 520px;
  height: 520px;
}

.rh-cro-choose-section__decoration span:nth-child(2) {
  right: 130px;
  bottom: -250px;

  width: 610px;
  height: 610px;
}

.rh-cro-choose-section__decoration span:nth-child(3) {
  top: 50%;
  left: -160px;

  width: 370px;
  height: 370px;

  transform: translateY(-50%);
}


/* ========================================================= */
/* SECTION CONTAINER                                         */
/* ========================================================= */

.rh-cro-choose-section__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(330px, 0.72fr)
    minmax(620px, 1.28fr);

  align-items: start;
  gap: 75px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT INTRO CONTENT                                        */
/* ========================================================= */

.rh-cro-choose-section__intro {
  position: sticky;
  top: 140px;

  padding-top: 16px;
}


/* Small Label */

.rh-cro-choose-section__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.16);
  border-radius: 999px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}


/* Main Heading */

.rh-cro-choose-section__intro h2 {
  max-width: 470px;

  margin: 0 0 23px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Intro Description */

.rh-cro-choose-section__intro > p {
  max-width: 470px;

  margin: 0;

  color: rgba(255, 255, 255, 0.72);

  font-size: 16px;
  line-height: 1.75;
}


/* ========================================================= */
/* SUMMARY CARD                                              */
/* ========================================================= */

.rh-cro-choose-section__summary {
  display: flex;
  align-items: flex-start;
  gap: 15px;

  margin-top: 38px;
  padding: 20px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;

  background: rgba(255, 255, 255, 0.09);

  box-shadow:
    0 20px 45px rgba(5, 25, 45, 0.16);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.rh-cro-choose-section__summary-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;
  flex: 0 0 46px;

  color: #15325A;
  background: #ffffff;

  border-radius: 14px;
}

.rh-cro-choose-section__summary-icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-cro-choose-section__summary strong,
.rh-cro-choose-section__summary span {
  display: block;
}

.rh-cro-choose-section__summary strong {
  margin-bottom: 5px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
}

.rh-cro-choose-section__summary span {
  color: rgba(255, 255, 255, 0.65);

  font-size: 12px;
  line-height: 1.6;
}


/* ========================================================= */
/* REASONS GRID                                              */
/* ========================================================= */

.rh-cro-choose-section__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


/* ========================================================= */
/* REASON CARD                                               */
/* ========================================================= */

.rh-cro-choose-card {
  position: relative;

  min-height: 285px;
  padding: 26px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 23px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.16),
      rgba(255, 255, 255, 0.08)
    );

  box-shadow:
    0 22px 55px rgba(4, 22, 40, 0.16);

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  transition:
    transform 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rh-cro-choose-card::before {
  content: "";

  position: absolute;

  top: -80px;
  right: -75px;

  width: 170px;
  height: 170px;

  background: rgba(29, 188, 136, 0.12);
  border-radius: 50%;

  transition: transform 0.4s ease;

  pointer-events: none;
}

.rh-cro-choose-card:hover {
  border-color: rgba(255, 255, 255, 0.3);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.21),
      rgba(255, 255, 255, 0.11)
    );

  transform: translateY(-7px);

  box-shadow:
    0 30px 65px rgba(4, 22, 40, 0.24);
}

.rh-cro-choose-card:hover::before {
  transform: scale(1.2);
}


/* Featured CRO Card */

.rh-cro-choose-card--featured {
  background:
    linear-gradient(
      145deg,
      rgba(29, 188, 136, 0.36),
      rgba(255, 255, 255, 0.11)
    );

  border-color: rgba(255, 255, 255, 0.26);
}


/* ========================================================= */
/* CARD HEADER                                               */
/* ========================================================= */

.rh-cro-choose-card__header {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  margin-bottom: 26px;

  z-index: 2;
}

.rh-cro-choose-card__number {
  color: rgba(255, 255, 255, 0.48);

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* ========================================================= */
/* CARD ICON                                                 */
/* ========================================================= */

.rh-cro-choose-card__icon {
  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.1);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
}

.rh-cro-choose-card__icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* CARD CONTENT                                              */
/* ========================================================= */

.rh-cro-choose-card h3 {
  position: relative;

  margin: 0 0 13px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;

  z-index: 2;
}

.rh-cro-choose-card p {
  position: relative;

  margin: 0;

  color: rgba(255, 255, 255, 0.68);

  font-size: 13px;
  line-height: 1.7;

  z-index: 2;
}


/* ========================================================= */
/* FEATURED CARD TAGS                                        */
/* ========================================================= */

.rh-cro-choose-card__tags {
  position: relative;

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;

  margin-top: 20px;

  z-index: 2;
}

.rh-cro-choose-card__tags span {
  display: inline-flex;

  padding: 7px 10px;

  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 600;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-cro-choose-section {
    padding: 95px 20px;
  }

  .rh-cro-choose-section__container {
    grid-template-columns:
      minmax(300px, 0.72fr)
      minmax(550px, 1.28fr);

    gap: 50px;
  }

  .rh-cro-choose-section__intro h2 {
    font-size: clamp(36px, 4.5vw, 49px);
  }

  .rh-cro-choose-card {
    min-height: 300px;
    padding: 23px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-cro-choose-section {
    padding: 85px 20px;
  }

  .rh-cro-choose-section__container {
    display: block;

    max-width: 750px;
  }

  .rh-cro-choose-section__intro {
    position: relative;
    top: auto;

    max-width: 650px;

    margin: 0 auto 55px;

    padding-top: 0;

    text-align: center;
  }

  .rh-cro-choose-section__intro h2,
  .rh-cro-choose-section__intro > p {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-cro-choose-section__summary {
    max-width: 530px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-cro-choose-section {
    padding: 70px 15px;
  }

  .rh-cro-choose-section__intro {
    margin-bottom: 40px;
  }

  .rh-cro-choose-section__eyebrow {
    font-size: 9px;
  }

  .rh-cro-choose-section__intro h2 {
    font-size: 31px;
  }

  .rh-cro-choose-section__intro > p {
    font-size: 14px;
  }

  .rh-cro-choose-section__summary {
    padding: 17px;
  }

  .rh-cro-choose-section__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .rh-cro-choose-card {
    min-height: 0;
    padding: 22px;

    border-radius: 20px;
  }

  .rh-cro-choose-card__header {
    margin-bottom: 22px;
  }

  .rh-cro-choose-card__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .rh-cro-choose-card h3 {
    font-size: 17px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-cro-choose-card,
  .rh-cro-choose-card::before {
    transition: none;
  }

  .rh-cro-choose-card:hover {
    transform: none;
  }

}/* End custom CSS */