.elementor-1259 .elementor-element.elementor-element-eb08379{--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-1259 .elementor-element.elementor-element-211b31b{--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-1259 .elementor-element.elementor-element-e0b39d7{--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-584b0ef *//* ========================================================= */
/* 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;
  line-height: 1;
  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-b8243e0 *//* ========================================================= */
/* CLINICAL RESEARCH TECHNOLOGY OVERVIEW                     */
/* ========================================================= */

.rh-clinical-technology {
  position: relative;

  width: 100%;
  padding: 110px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(29, 188, 136, 0.12),
      transparent 30%
    ),
    radial-gradient(
      circle at 8% 85%,
      rgba(21, 50, 90, 0.07),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4faf7 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-clinical-technology__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-clinical-technology__orb {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-clinical-technology__orb--one {
  top: -300px;
  right: -180px;

  width: 680px;
  height: 680px;
}

.rh-clinical-technology__orb--two {
  bottom: -390px;
  left: -250px;

  width: 790px;
  height: 790px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-clinical-technology__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(360px, 0.82fr)
    minmax(520px, 1.18fr);

  align-items: center;
  gap: 70px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-clinical-technology__content {
  position: relative;

  width: 100%;
  max-width: 515px;
}


/* Eyebrow */

.rh-clinical-technology__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 20px;
  padding: 9px 15px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Heading */

.rh-clinical-technology__content h2 {
  margin: 0;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4vw, 53px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.043em;
}


/* Description */

.rh-clinical-technology__description {
  margin: 21px 0 0;

  color: #687887;

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* COMPACT BENEFITS                                          */
/* ========================================================= */

.rh-clinical-technology__benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;

  margin-top: 27px;
}

.rh-clinical-technology__benefit {
  display: flex;
  align-items: center;
  gap: 13px;

  padding: 12px 14px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.72);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.rh-clinical-technology__benefit:hover {
  border-color: rgba(29, 188, 136, 0.24);

  background: #ffffff;

  transform: translateX(4px);
}


/* Benefit Icon */

.rh-clinical-technology__benefit > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;
  flex: 0 0 39px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 12px;
}

.rh-clinical-technology__benefit svg {
  display: block;

  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Benefit Content */

.rh-clinical-technology__benefit strong,
.rh-clinical-technology__benefit small {
  display: block;
}

.rh-clinical-technology__benefit strong {
  margin-bottom: 3px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.rh-clinical-technology__benefit small {
  color: #758491;

  font-size: 11px;
  line-height: 1.5;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-clinical-technology__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 51px;

  margin-top: 29px;
  padding: 13px 24px;

  color: #ffffff;
  background: #109267;

  border-radius: 999px;

  box-shadow:
    0 15px 32px rgba(16, 146, 103, 0.24);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-clinical-technology__button span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-clinical-technology__button:hover {
  color: #ffffff !important;
  background: #15325a;

  transform: translateY(-3px);

  box-shadow:
    0 20px 40px rgba(21, 50, 90, 0.24);
}

.rh-clinical-technology__button:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* RIGHT IMAGE AREA                                          */
/* ========================================================= */

.rh-clinical-technology__media {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;
}


/* Image Glow */

.rh-clinical-technology__media-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 88%;
  height: 88%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.2),
      rgba(21, 50, 90, 0.05) 50%,
      transparent 74%
    );

  filter: blur(32px);

  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* ========================================================= */
/* IMAGE FRAME                                               */
/* ========================================================= */

.rh-clinical-technology__image-frame {
  position: relative;

  width: 100%;
  max-width: 690px;
  aspect-ratio: 1255 / 966;

  padding: 13px;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 29px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 38px 85px rgba(21, 50, 90, 0.16),
    0 12px 30px rgba(21, 50, 90, 0.08);

  z-index: 2;
}


/*
 * Screenshot ka original ratio preserve hoga.
 * Image crop nahi hogi.
 */
.rh-clinical-technology__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  border-radius: 19px;

  background: #ffffff;

  transition:
    transform 0.65s ease,
    filter 0.4s ease;
}


/* Subtle Hover */

.rh-clinical-technology__media:hover
.rh-clinical-technology__image {
  transform: scale(1.015);
}


/* Frame Highlight */

.rh-clinical-technology__image-frame::after {
  content: "";

  position: absolute;
  inset: 0;

  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: inherit;

  pointer-events: none;
}


/* ========================================================= */
/* FLOATING IMAGE LABEL                                      */
/* ========================================================= */

.rh-clinical-technology__image-label {
  position: absolute;

  right: -15px;
  bottom: 25px;

  display: flex;
  align-items: center;
  gap: 11px;

  min-width: 225px;
  padding: 13px 15px;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 19px 45px rgba(21, 50, 90, 0.16);

  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);

  animation:
    rhClinicalTechnologyLabelFloat
    4s
    ease-in-out
    infinite;

  z-index: 4;
}


/* Label Icon */

.rh-clinical-technology__image-label-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 12px;
}

.rh-clinical-technology__image-label-icon svg {
  display: block;

  width: 20px;
  height: 20px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Label Text */

.rh-clinical-technology__image-label span,
.rh-clinical-technology__image-label strong {
  display: block;
}

.rh-clinical-technology__image-label div > span {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 8px;
  line-height: 1.3;
}

.rh-clinical-technology__image-label strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}


/* Label Animation */

@keyframes rhClinicalTechnologyLabelFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-clinical-technology {
    padding: 90px 20px;
  }

  .rh-clinical-technology__container {
    grid-template-columns:
      minmax(340px, 0.88fr)
      minmax(460px, 1.12fr);

    gap: 45px;
  }

  .rh-clinical-technology__content h2 {
    font-size: clamp(35px, 4vw, 46px);
  }

  .rh-clinical-technology__image-label {
    right: 0;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clinical-technology {
    padding: 85px 20px;
  }

  .rh-clinical-technology__container {
    grid-template-columns: 1fr;
    gap: 55px;

    max-width: 760px;
  }

  .rh-clinical-technology__content {
    max-width: 680px;

    margin: 0 auto;

    text-align: center;
  }

  .rh-clinical-technology__description {
    max-width: 620px;

    margin-right: auto;
    margin-left: auto;
  }

  .rh-clinical-technology__benefits {
    max-width: 570px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-clinical-technology__media {
    max-width: 700px;

    margin: 0 auto;
  }

  .rh-clinical-technology__image-label {
    right: 20px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clinical-technology {
    padding: 70px 15px;
  }

  .rh-clinical-technology__container {
    gap: 40px;
  }

  .rh-clinical-technology__eyebrow {
    padding: 8px 12px;

    font-size: 9px;
  }

  .rh-clinical-technology__content h2 {
    font-size: 31px;
  }

  .rh-clinical-technology__description {
    font-size: 14px;
  }

  .rh-clinical-technology__benefit {
    align-items: flex-start;

    padding: 11px;
  }

  .rh-clinical-technology__button {
    width: 100%;
  }

  .rh-clinical-technology__image-frame {
    padding: 7px;

    border-radius: 21px;
  }

  .rh-clinical-technology__image {
    border-radius: 15px;
  }

  /*
   * Mobile par label image ko cover nahi karega.
   */
  .rh-clinical-technology__image-label {
    position: relative;

    right: auto;
    bottom: auto;

    width: 100%;
    min-width: 0;

    margin-top: 13px;

    animation: none;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-clinical-technology__content h2 {
    font-size: 28px;
  }

  .rh-clinical-technology__benefit small {
    font-size: 10px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-clinical-technology__image-label {
    animation: none;
  }

  .rh-clinical-technology__image,
  .rh-clinical-technology__benefit,
  .rh-clinical-technology__button,
  .rh-clinical-technology__button span {
    transition: none;
  }

  .rh-clinical-technology__media:hover
  .rh-clinical-technology__image,
  .rh-clinical-technology__benefit:hover,
  .rh-clinical-technology__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d97a4db *//* ========================================================= */
/* PLATFORM CONNECTIVITY CTA                                 */
/* ========================================================= */

.rh-platform-connectivity {
  position: relative;

  width: 100%;
  padding: 110px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(29, 188, 136, 0.22),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 80%,
      rgba(29, 188, 136, 0.2),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #102b4e 0%,
      #15325a 45%,
      #0f755c 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-platform-connectivity__background {
  position: absolute;
  inset: 0;

  overflow: hidden;

  pointer-events: none;
}


/* Network SVG */

.rh-platform-connectivity__network {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0.55;
}

.rh-platform-connectivity__network path,
.rh-platform-connectivity__network line {
  fill: none;

  stroke: rgba(255, 255, 255, 0.11);
  stroke-width: 1.2;
  stroke-linecap: round;

  stroke-dasharray: 8 10;

  animation:
    rhPlatformConnectivityLineMove
    18s
    linear
    infinite;
}


/* Animated Nodes */

.rh-platform-connectivity__node {
  position: absolute;

  width: 11px;
  height: 11px;

  background: #74e8c0;

  border: 3px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;

  box-shadow:
    0 0 0 0 rgba(116, 232, 192, 0.45);

  animation:
    rhPlatformConnectivityNodePulse
    3s
    ease-out
    infinite;
}

.rh-platform-connectivity__node--one {
  top: 24%;
  left: 12%;
}

.rh-platform-connectivity__node--two {
  top: 58%;
  left: 29%;

  animation-delay: -0.6s;
}

.rh-platform-connectivity__node--three {
  top: 28%;
  left: 54%;

  animation-delay: -1.2s;
}

.rh-platform-connectivity__node--four {
  top: 67%;
  right: 27%;

  animation-delay: -1.8s;
}

.rh-platform-connectivity__node--five {
  top: 30%;
  right: 10%;

  animation-delay: -2.4s;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-platform-connectivity__container {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  max-width: 1040px;

  margin: 0 auto;

  text-align: center;

  z-index: 2;
}


/* ========================================================= */
/* EYEBROW                                                   */
/* ========================================================= */

.rh-platform-connectivity__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin-bottom: 22px;
  padding: 9px 15px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-platform-connectivity__eyebrow > span {
  width: 7px;
  height: 7px;

  background: #74e8c0;
  border-radius: 50%;

  box-shadow:
    0 0 0 0 rgba(116, 232, 192, 0.5);

  animation:
    rhPlatformConnectivityStatusPulse
    2s
    ease-out
    infinite;
}


/* ========================================================= */
/* HEADING                                                   */
/* ========================================================= */

.rh-platform-connectivity h2 {
  max-width: 900px;

  margin: 0;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(42px, 5.6vw, 70px);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -0.05em;
}


/* ========================================================= */
/* DESCRIPTION                                               */
/* ========================================================= */

.rh-platform-connectivity__description {
  max-width: 760px;

  margin: 25px auto 0;

  color: rgba(255, 255, 255, 0.73);

  font-size: 16px;
  line-height: 1.75;
}


/* ========================================================= */
/* STAKEHOLDER PILLS                                         */
/* ========================================================= */

.rh-platform-connectivity__stakeholders {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;

  max-width: 900px;

  margin-top: 33px;
}

.rh-platform-connectivity__stakeholder {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  min-height: 42px;
  padding: 9px 14px;

  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.075);

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  font-size: 11px;
  font-weight: 600;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.rh-platform-connectivity__stakeholder svg {
  display: block;

  width: 17px;
  height: 17px;

  fill: none;

  stroke: #74e8c0;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-platform-connectivity__stakeholder:hover {
  color: #15325a;
  background: #ffffff;

  border-color: #ffffff;

  transform: translateY(-3px);
}

.rh-platform-connectivity__stakeholder:hover svg {
  stroke: #109267;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-platform-connectivity__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;

  min-height: 57px;

  margin-top: 39px;
  padding: 10px 12px 10px 25px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;

  box-shadow:
    0 19px 43px rgba(3, 21, 39, 0.24);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}


/* Button Icon */

.rh-platform-connectivity__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  flex: 0 0 38px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 50%;

  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.rh-platform-connectivity__button-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Button Hover */

.rh-platform-connectivity__button:hover {
  color: #ffffff !important;
  background: #1dbc88;

  border-color: #1dbc88;

  transform: translateY(-4px);

  box-shadow:
    0 24px 50px rgba(3, 21, 39, 0.3);
}

.rh-platform-connectivity__button:hover
.rh-platform-connectivity__button-icon {
  background: #15325a;

  transform: translateX(3px);
}


/* ========================================================= */
/* SUPPORTING TEXT                                           */
/* ========================================================= */

.rh-platform-connectivity__supporting-text {
  display: block;

  margin-top: 15px;

  color: rgba(255, 255, 255, 0.48);

  font-size: 10px;
  line-height: 1.5;
}


/* ========================================================= */
/* ANIMATIONS                                                */
/* ========================================================= */

@keyframes rhPlatformConnectivityLineMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -180;
  }

}


@keyframes rhPlatformConnectivityNodePulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(116, 232, 192, 0.45);
  }

  70% {
    box-shadow:
      0 0 0 13px rgba(116, 232, 192, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(116, 232, 192, 0);
  }

}


@keyframes rhPlatformConnectivityStatusPulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(116, 232, 192, 0.5);
  }

  70% {
    box-shadow:
      0 0 0 7px rgba(116, 232, 192, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(116, 232, 192, 0);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-platform-connectivity {
    padding: 90px 20px;
  }

  .rh-platform-connectivity__container {
    max-width: 760px;
  }

  .rh-platform-connectivity h2 {
    font-size: clamp(39px, 7vw, 58px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-platform-connectivity {
    padding: 75px 15px;
  }

  .rh-platform-connectivity__eyebrow {
    margin-bottom: 18px;

    font-size: 9px;
  }

  .rh-platform-connectivity h2 {
    font-size: 34px;
  }

  .rh-platform-connectivity__description {
    margin-top: 20px;

    font-size: 14px;
  }

  .rh-platform-connectivity__stakeholders {
    gap: 8px;

    margin-top: 27px;
  }

  .rh-platform-connectivity__stakeholder {
    min-height: 38px;
    padding: 8px 11px;

    font-size: 9px;
  }

  .rh-platform-connectivity__stakeholder svg {
    width: 15px;
    height: 15px;
  }

  .rh-platform-connectivity__button {
    width: 100%;

    margin-top: 32px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-platform-connectivity h2 {
    font-size: 30px;
  }

  .rh-platform-connectivity__stakeholders {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    width: 100%;
  }

  .rh-platform-connectivity__stakeholder {
    justify-content: center;

    border-radius: 12px;
  }

  .rh-platform-connectivity__stakeholder:last-child {
    grid-column: 1 / -1;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-platform-connectivity__network path,
  .rh-platform-connectivity__network line,
  .rh-platform-connectivity__node,
  .rh-platform-connectivity__eyebrow > span {
    animation: none;
  }

  .rh-platform-connectivity__stakeholder,
  .rh-platform-connectivity__button,
  .rh-platform-connectivity__button-icon {
    transition: none;
  }

  .rh-platform-connectivity__stakeholder:hover,
  .rh-platform-connectivity__button:hover {
    transform: none;
  }

}/* End custom CSS */