.elementor-1255 .elementor-element.elementor-element-3a027ae{--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-1255 .elementor-element.elementor-element-e0ca293{--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-1255 .elementor-element.elementor-element-7de4d76{--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-97901dd *//* ========================================================= */
/* 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                                  */
/* ========================================================= */

/* ========================================================= */
/* GLOBAL CAPABILITIES HERO BACKGROUND                       */
/* ========================================================= */

.rh-global-hero-bg svg {
  display: block;

  width: 100%;
  height: 100%;

  opacity: 0.74;
}


/* ========================================================= */
/* WIREFRAME GLOBE                                           */
/* ========================================================= */

.rh-global-hero-bg__globe {
  transform-origin: 1240px 295px;

  animation:
    rhGlobalHeroGlobeSpin
    35s
    linear
    infinite;
}


.rh-global-hero-bg__globe-outline {
  fill: rgba(255, 255, 255, 0.035);

  stroke: rgba(255, 255, 255, 0.3);
  stroke-width: 2;
}


.rh-global-hero-bg__globe-line {
  fill: none;

  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.5;
}


/* ========================================================= */
/* ORBIT RINGS                                               */
/* ========================================================= */

.rh-global-hero-bg__orbit {
  fill: none;

  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1.5;
  stroke-dasharray: 9 13;

  transform-origin: 1240px 295px;
}


.rh-global-hero-bg__orbit--one {
  animation:
    rhGlobalHeroOrbitOne
    23s
    linear
    infinite;
}


.rh-global-hero-bg__orbit--two {
  animation:
    rhGlobalHeroOrbitTwo
    28s
    linear
    infinite;
}


/* ========================================================= */
/* GLOBAL CONNECTION PATHS                                   */
/* ========================================================= */

.rh-global-hero-bg__connections path {
  fill: none;

  stroke: rgba(255, 255, 255, 0.17);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 12 15;

  animation:
    rhGlobalHeroConnectionMove
    18s
    linear
    infinite;
}


.rh-global-hero-bg__connections path:nth-child(2) {
  animation-duration: 23s;
  animation-direction: reverse;
}


.rh-global-hero-bg__connections path:nth-child(3) {
  animation-duration: 27s;
}


/* ========================================================= */
/* GLOBAL NETWORK NODES                                      */
/* ========================================================= */

.rh-global-hero-bg__nodes circle {
  fill: rgba(255, 255, 255, 0.22);

  stroke: rgba(255, 255, 255, 0.55);
  stroke-width: 2;

  transform-box: fill-box;
  transform-origin: center;

  animation:
    rhGlobalHeroNodePulse
    4s
    ease-in-out
    infinite;
}


.rh-global-hero-bg__nodes circle:nth-child(2n) {
  animation-delay: 0.8s;
}


.rh-global-hero-bg__nodes circle:nth-child(3n) {
  animation-delay: 1.7s;
}


/* ========================================================= */
/* LANGUAGE INDICATORS                                       */
/* ========================================================= */

.rh-global-hero-bg__languages > g {
  transform-box: fill-box;
  transform-origin: center;

  animation:
    rhGlobalHeroLanguageFloat
    6s
    ease-in-out
    infinite;
}


.rh-global-hero-bg__languages > g:nth-child(2) {
  animation-delay: 1.4s;
}


.rh-global-hero-bg__languages > g:nth-child(3) {
  animation-delay: 2.8s;
}


.rh-global-hero-bg__language-circle {
  fill: rgba(255, 255, 255, 0.16);

  stroke: rgba(255, 255, 255, 0.48);
  stroke-width: 1.5;
}


.rh-global-hero-bg__language-text {
  fill: rgba(255, 255, 255, 0.92);

  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}


/* ========================================================= */
/* GLOBAL SYMBOLS                                            */
/* ========================================================= */

.rh-global-hero-bg__symbols {
  fill: none;

  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 2;
  stroke-linecap: round;

  animation:
    rhGlobalHeroSymbolFloat
    8s
    ease-in-out
    infinite;
}


/* ========================================================= */
/* ANIMATIONS                                                */
/* ========================================================= */

@keyframes rhGlobalHeroGlobeSpin {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }

}


@keyframes rhGlobalHeroOrbitOne {

  from {
    transform: rotate(0deg);
    stroke-dashoffset: 0;
  }

  to {
    transform: rotate(360deg);
    stroke-dashoffset: -190;
  }

}


@keyframes rhGlobalHeroOrbitTwo {

  from {
    transform: rotate(0deg);
    stroke-dashoffset: 0;
  }

  to {
    transform: rotate(-360deg);
    stroke-dashoffset: 190;
  }

}


@keyframes rhGlobalHeroConnectionMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -250;
  }

}


@keyframes rhGlobalHeroNodePulse {

  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.35);
  }

}


@keyframes rhGlobalHeroLanguageFloat {

  0%,
  100% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }

}


@keyframes rhGlobalHeroSymbolFloat {

  0%,
  100% {
    opacity: 0.45;
    transform: translateY(0);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-13px);
  }

}


/* ========================================================= */
/* MOBILE BACKGROUND ADJUSTMENTS                             */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-global-hero-bg svg {
    width: 145%;
    max-width: none;

    transform: translateX(-20%);
  }

  .rh-global-hero-bg__connections,
  .rh-global-hero-bg__symbols {
    opacity: 0.65;
  }

  .rh-global-hero-bg__languages {
    opacity: 0.78;
  }

}


/* ========================================================= */
/* REDUCED MOTION ACCESSIBILITY                              */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-global-hero-bg__globe,
  .rh-global-hero-bg__orbit,
  .rh-global-hero-bg__connections path,
  .rh-global-hero-bg__nodes circle,
  .rh-global-hero-bg__languages > g,
  .rh-global-hero-bg__symbols {
    animation: none;
  }

}

.rh-clone-hero__flow--one {
  stroke: rgba(255, 255, 255, 0.18);
}

.rh-clone-hero__flow--two {
  stroke: rgba(29, 183, 135, 0.34);

  animation-duration: 27s;
  animation-direction: reverse;
}


/* ========================================================= */
/* RESEARCH CONNECTION LINES                                 */
/* ========================================================= */

.rh-clone-hero__connections line {
  fill: none;

  stroke: rgba(255, 255, 255, 0.13);
  stroke-width: 1.5;
  stroke-dasharray: 7 10;

  animation: rhCloneConnectionMove 15s linear infinite;
}


/* ========================================================= */
/* ANIMATED DATA NODES                                       */
/* ========================================================= */

.rh-clone-hero__nodes circle {
  fill: rgba(255, 255, 255, 0.18);

  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2;

  transform-box: fill-box;
  transform-origin: center;

  animation: rhCloneNodePulse 4s ease-in-out infinite;
}

.rh-clone-hero__nodes circle:nth-child(2n) {
  animation-delay: 1s;
}

.rh-clone-hero__nodes circle:nth-child(3n) {
  animation-delay: 2s;
}


/* ========================================================= */
/* CLINICAL PLUS SYMBOLS                                     */
/* ========================================================= */

.rh-clone-hero__symbols {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 5;
  stroke-linecap: round;

  animation: rhCloneSymbolFloat 7s ease-in-out infinite;
}


/* ========================================================= */
/* INNER HERO LAYOUT                                         */
/* ========================================================= */

.rh-clone-hero__inner {
  position: relative;

  width: 100%;
  max-width: 1240px;
  min-height: 435px;

  margin: 0 auto;
}


/* ========================================================= */
/* LEFT GLASS CONTENT CARD                                   */
/* ========================================================= */

.rh-clone-hero__glass-card {
  position: relative;

  display: flex;
  align-items: center;

  width: 55%;

  /*
   * Paragraph remove hone ke baad card ki unnecessary
   * empty height ko reduce kiya gaya hai.
   */
  min-height: 300px;

  margin-top: 45px;
  margin-bottom: 55px;

  padding: 48px 175px 48px 48px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.78),
      rgba(255, 255, 255, 0.46)
    );

  box-shadow:
    0 30px 70px rgba(4, 27, 50, 0.24),
    inset 0 1px 1px rgba(255, 255, 255, 0.95),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);

  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);

  z-index: 2;
}


/* ========================================================= */
/* GLASS CARD REFLECTION                                     */
/* ========================================================= */

.rh-clone-hero__glass-card::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.5),
      transparent 30%,
      transparent 68%,
      rgba(255, 255, 255, 0.12)
    );

  pointer-events: none;
}


/* ========================================================= */
/* GLASS CARD COLOURED GLOW                                  */
/* ========================================================= */

.rh-clone-hero__glass-card::after {
  content: "";

  position: absolute;

  top: -80px;
  right: -45px;

  width: 250px;
  height: 250px;

  border-radius: 50%;

  background: rgba(29, 183, 135, 0.17);
  filter: blur(42px);

  pointer-events: none;
}


/* ========================================================= */
/* LEFT CARD TEXT                                            */
/* ========================================================= */

.rh-clone-hero__text {
  position: relative;
  z-index: 2;
}


/* Small Label */

.rh-clone-hero__eyebrow {
  display: inline-block;

  margin-bottom: 15px;
  padding: 8px 14px;

  color: #109267;
  background: rgba(255, 255, 255, 0.48);

  border: 1px solid rgba(16, 146, 103, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  max-width: 100%;
  line-height: 1.35;
  white-space: normal;;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* ========================================================= */
/* INTRO HEADING                                             */
/* ========================================================= */

.rh-clone-hero__intro {
  margin: 0 0 14px;

  color: #15325A;

  font-size: clamp(24px, 2.4vw, 35px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}


/* ========================================================= */
/* MAIN PRODUCT HEADING                                      */
/* ========================================================= */

.rh-clone-hero__text h1 {
  margin: 0;

  color: #15325A;
   font-family: "Poppins", sans-serif !important;

  font-size: clamp(46px, 5vw, 72px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}


/* ========================================================= */
/* RIGHT DASHBOARD IMAGE                                     */
/* ========================================================= */

.rh-clone-hero__dashboard {
  position: absolute;

  right: 0;
  bottom: 0;

  display: block;

  width: 57%;
  max-width: 690px;
  height: auto;

  /*
   * Dashboard ke sirf upper corners rounded hain.
   * Important theme overrides ko prevent karta hai.
   */
  border-radius: 20px 20px 0 0 !important;

  /*
   * Extra clipping ensures ke actual image content bhi
   * rounded upper corners ke andar rahe.
   */
  clip-path: inset(
    0
    round
    20px 20px 0 0
  );

  z-index: 4;

  filter:
    drop-shadow(
      0 34px 45px rgba(3, 23, 43, 0.3)
    );

  opacity: 0;
  transform: translateY(90px);

  will-change: transform, opacity;

  /*
   * Dashboard sirf page load par ek baar
   * bottom se top slide hoga.
   */
  animation:
    rhCloneDashboardEnter
    0.95s
    cubic-bezier(0.22, 1, 0.36, 1)
    0.18s
    forwards;
}


/* ========================================================= */
/* BACKGROUND FLOW ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneFlowMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -330;
  }

}


/* ========================================================= */
/* CONNECTION LINE ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneConnectionMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -175;
  }

}


/* ========================================================= */
/* DATA NODE ANIMATION                                       */
/* ========================================================= */

@keyframes rhCloneNodePulse {

  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 0.95;
    transform: scale(1.35);
  }

}


/* ========================================================= */
/* CLINICAL SYMBOL ANIMATION                                 */
/* ========================================================= */

@keyframes rhCloneSymbolFloat {

  0%,
  100% {
    opacity: 0.4;
    transform: translateY(0);
  }

  50% {
    opacity: 0.85;
    transform: translateY(-15px);
  }

}


/* ========================================================= */
/* ONE-TIME DASHBOARD SLIDE-UP                               */
/* ========================================================= */

@keyframes rhCloneDashboardEnter {

  from {
    opacity: 0;
    transform: translateY(90px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-clone-hero {
    min-height: 700px;
    padding-top: 170px;
  }

  .rh-clone-hero__inner {
    min-height: 530px;
  }

  .rh-clone-hero__glass-card {
    width: 58%;
    min-height: 290px;

    margin-top: 40px;
    margin-bottom: 45px;

    padding:
      42px
      125px
      42px
      40px;
  }
  .rh-clone-hero__dashboard {
    right: -10px;

    width: 58%;
    max-width: 620px;

    border-radius: 18px 18px 0 0 !important;

    clip-path: inset(
      0
      round
      18px 18px 0 0
    );
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero {
    min-height: auto;

    padding:
      145px
      20px
      55px;
  }

  .rh-clone-hero__inner {
    display: flex;
    flex-direction: column;

    max-width: 700px;
    min-height: 0;
  }

 .rh-clone-hero__glass-card {
    width: 100%;
    min-height: 0;

    margin-top: 0;
    margin-bottom: 0;

    padding:
      45px
      35px
      110px;

    text-align: center;
  }


  .rh-clone-hero__dashboard {
    position: relative;

    right: auto;
    bottom: auto;

    width: calc(100% - 40px);
    max-width: none;

    margin: -80px auto 0;

    border-radius: 18px !important;

    clip-path: inset(
      0
      round
      18px
    );
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero {
    padding:
      130px
      14px
      40px;
  }

   .rh-clone-hero__glass-card {
    padding:
      36px
      21px
      85px;

    border-radius: 19px;
  }

  .rh-clone-hero__eyebrow {
    font-size: 10px;
  }

  .rh-clone-hero__intro {
    margin-bottom: 12px;
    font-size: 25px;
  }

  .rh-clone-hero__text h1 {
    font-size: 45px;
  }

 

  .rh-clone-hero__dashboard {
    width: calc(100% - 16px);

    margin-top: -60px;

    border-radius: 15px !important;

    clip-path: inset(
      0
      round
      15px
    );
  }

}


/* ========================================================= */
/* WORDPRESS ADMIN BAR ADJUSTMENT                            */
/* ========================================================= */

/*
 * Logged-in WordPress users ke liye admin bar ki wajah se
 * header/content collision ko prevent karta hai.
 */

body.admin-bar .rh-clone-hero {
  padding-top: 220px;
}

@media (max-width: 1100px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 200px;
  }

}

@media (max-width: 900px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 175px;
  }

}

@media (max-width: 600px) {

  body.admin-bar .rh-clone-hero {
    padding-top: 155px;
  }

}


/* ========================================================= */
/* REDUCED MOTION ACCESSIBILITY                              */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-clone-hero__flow,
  .rh-clone-hero__connections line,
  .rh-clone-hero__nodes circle,
  .rh-clone-hero__symbols {
    animation: none;
  }

  .rh-clone-hero__dashboard {
    opacity: 1;
    transform: none;
    animation: none;
  }

}

/* ========================================================= */
/* CENTERED HERO WITHOUT DASHBOARD IMAGE                     */
/* Only affects .rh-clone-hero--centered                     */
/* ========================================================= */

.rh-clone-hero.rh-clone-hero--centered {
  box-sizing: border-box;

  display: flex;
  align-items: center;

  /*
   * Previous hero height 630px thi.
   * Is version ki overall height reduce ki gayi hai.
   */
  min-height: 500px;

  /*
   * Transparent header ke liye top spacing maintain hai,
   * lekin previous 190px se kam ki gayi hai.
   */
  padding: 145px 20px 55px;
}


/* ========================================================= */
/* CENTERED INNER LAYOUT                                     */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  max-width: 1240px;
  min-height: 300px;

  margin: 0 auto;
}


/* ========================================================= */
/* CENTERED GLASS CARD                                       */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__glass-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  /*
   * Card ab left side par fixed nahi rahega.
   */
  width: min(780px, 100%);
  min-height: 255px;

  margin: 0 auto;

  /*
   * Dashboard overlap ke liye jo right-side
   * extra padding thi wo remove kar di gayi hai.
   */
  padding: 44px 55px;

  text-align: center;
}


/* ========================================================= */
/* CENTERED CARD TEXT                                        */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__text {
  width: 100%;
  max-width: 690px;

  margin: 0 auto;

  text-align: center;
}


/* Eyebrow */

.rh-clone-hero--centered .rh-clone-hero__eyebrow {
  max-width: 100%;

  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;

  line-height: 1.4;
  white-space: normal;
}


/* Main Hero Heading */

.rh-clone-hero--centered .rh-clone-hero__intro {
  max-width: 690px;

  margin: 0 auto;

  color: #15325a;

  font-size: clamp(29px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}


/* ========================================================= */
/* DASHBOARD IMAGE SAFEGUARD                                 */
/* ========================================================= */

/*
 * HTML se image remove kar di gayi hai.
 * Ye rule cached ya duplicate image ko bhi hide rakhega.
 */

.rh-clone-hero--centered .rh-clone-hero__dashboard {
  display: none !important;
}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 470px;

    padding: 135px 20px 50px;
  }

  .rh-clone-hero--centered .rh-clone-hero__inner {
    min-height: 285px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    width: min(700px, 100%);
    min-height: 240px;

    padding: 40px;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: clamp(28px, 5vw, 40px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 430px;

    padding: 120px 15px 42px;
  }

  .rh-clone-hero--centered .rh-clone-hero__inner {
    min-height: 265px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    width: 100%;
    min-height: 225px;

    padding: 33px 21px;

    border-radius: 18px;
  }

  .rh-clone-hero--centered .rh-clone-hero__eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;

    font-size: 9px;
    line-height: 1.45;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: clamp(25px, 8vw, 32px);
    line-height: 1.2;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-clone-hero.rh-clone-hero--centered {
    min-height: 410px;

    padding-top: 115px;
  }

  .rh-clone-hero--centered .rh-clone-hero__glass-card {
    min-height: 215px;

    padding: 29px 17px;
  }

  .rh-clone-hero--centered .rh-clone-hero__intro {
    font-size: 24px;
  }

}

/* ========================================================= */
/* CENTERED SITE HERO MAIN HEADING                           */
/* ========================================================= */

.rh-clone-hero--centered .rh-clone-hero__site-heading {
  max-width: 700px;

  margin:
    0
    auto
    20px;

  color: #15325a;

  font-size: clamp(38px, 4.6vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.045em;
  text-transform: none;
}


/* Supporting three-line statement */

.rh-clone-hero--centered .rh-clone-hero__site-heading
+ .rh-clone-hero__intro {
  max-width: 620px;

  margin:
    0
    auto;

  color: rgba(21, 50, 90, 0.82);

  font-size: clamp(20px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-clone-hero--centered .rh-clone-hero__site-heading {
    margin-bottom: 18px;

    font-size: clamp(34px, 6vw, 50px);
  }

  .rh-clone-hero--centered .rh-clone-hero__site-heading
  + .rh-clone-hero__intro {
    font-size: clamp(19px, 3.2vw, 25px);
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-clone-hero--centered .rh-clone-hero__site-heading {
    margin-bottom: 16px;

    font-size: clamp(31px, 9.5vw, 40px);
    line-height: 1.08;
  }

  .rh-clone-hero--centered .rh-clone-hero__site-heading
  + .rh-clone-hero__intro {
    font-size: 19px;
    line-height: 1.4;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94f5002 *//* ========================================================= */
/* RESEARCH HERO — GLOBAL RESEARCH EXPERIENCE SECTION        */
/* ========================================================= */

.rh-global-experience {
  position: relative;

  width: 100%;

  padding: 105px 20px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #f5fbf9 0%,
      #ffffff 100%
    );
}


/* Decorative Background */

.rh-global-experience::before {
  content: "";

  position: absolute;

  top: -170px;
  left: 50%;

  width: 580px;
  height: 580px;

  border-radius: 50%;

  background: rgba(29, 188, 136, 0.08);

  transform: translateX(-50%);

  pointer-events: none;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-global-experience__container {
  position: relative;

  width: 100%;
  max-width: 1180px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* CENTERED CONTENT                                          */
/* ========================================================= */

.rh-global-experience__content {
  width: 100%;
  max-width: 900px;

  margin:
    0
    auto
    55px;

  text-align: center;
}


/* ========================================================= */
/* EYEBROW                                                   */
/* ========================================================= */

.rh-global-experience__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 19px;
  padding: 8px 14px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* ========================================================= */
/* HEADING                                                   */
/* ========================================================= */

.rh-global-experience__heading {
  max-width: 880px;

  margin:
    0
    auto
    24px;

  color: #15325a;
font-family: "Poppins", sans-serif !important;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -0.045em;
}


/* ========================================================= */
/* DESCRIPTION                                               */
/* ========================================================= */

.rh-global-experience__description {
  max-width: 790px;

  margin:
    0
    auto
    12px;

  color: #5e6f7d;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.74;
}


/* ========================================================= */
/* SUPPORTING POINTS                                         */
/* ========================================================= */

.rh-global-experience__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;

  width: 100%;

  margin-bottom: 38px;
}


/* Individual Point Card */

.rh-global-experience__point {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 245px;

  padding: 30px;

  background: rgba(255, 255, 255, 0.9);

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 18px;

  box-shadow:
    0 15px 40px rgba(21, 50, 90, 0.06);

  text-align: left;

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}


.rh-global-experience__point:hover {
  border-color: rgba(29, 188, 136, 0.28);

  box-shadow:
    0 20px 45px rgba(21, 50, 90, 0.09);

  transform: translateY(-5px);
}


/* ========================================================= */
/* POINT ICON                                                */
/* ========================================================= */

.rh-global-experience__point-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 50px;
  height: 50px;

  margin-bottom: 22px;

  color: #109267;
  background: rgba(29, 188, 136, 0.11);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 13px;
}


.rh-global-experience__point-icon svg {
  width: 25px;
  height: 25px;
}


/* ========================================================= */
/* POINT CONTENT                                             */
/* ========================================================= */

.rh-global-experience__point-content {
  width: 100%;
}


.rh-global-experience__point-content h3 {
  margin:
    0
    0
    10px;

  color: #15325a;
font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}


.rh-global-experience__point-content p {
  margin: 0;

  color: #657683;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}


/* ========================================================= */
/* CTA                                                       */
/* ========================================================= */

.rh-global-experience__cta {
  display: flex;
  justify-content: center;

  width: 100%;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-global-experience__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 52px;

  padding: 13px 22px;

  color: #ffffff !important;
  background: #15325a;

  border: 1px solid #15325a;
  border-radius: 10px;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}


.rh-global-experience__button svg {
  width: 19px;
  height: 19px;

  transition: transform 0.25s ease;
}


.rh-global-experience__button:hover {
  color: #ffffff;
  background: #1dbc88;
  border-color: #1dbc88;

  transform: translateY(-2px);
}


.rh-global-experience__button:hover svg {
  transform: translateX(4px);
}


.rh-global-experience__button:focus-visible {
  outline: 3px solid rgba(29, 188, 136, 0.35);
  outline-offset: 4px;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1050px) {

  .rh-global-experience {
    padding: 90px 20px;
  }

  .rh-global-experience__heading {
    font-size: clamp(38px, 5.5vw, 56px);
  }

  .rh-global-experience__points {
    gap: 18px;
  }

  .rh-global-experience__point {
    padding: 25px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 850px) {

  .rh-global-experience {
    padding: 75px 20px;
  }

  .rh-global-experience__content {
    margin-bottom: 45px;
  }

  .rh-global-experience__points {
    grid-template-columns: 1fr;
    gap: 16px;

    max-width: 720px;

    margin:
      0
      auto
      34px;
  }

  .rh-global-experience__point {
    flex-direction: row;
    align-items: flex-start;
    gap: 17px;

    min-height: 0;

    padding: 23px;
  }

  .rh-global-experience__point-icon {
    margin-bottom: 0;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-global-experience {
    padding:
      62px
      15px;
  }

  .rh-global-experience__content {
    margin-bottom: 38px;
  }

  .rh-global-experience__eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;

    font-size: 10px;
  }

  .rh-global-experience__heading {
    margin-bottom: 20px;

    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.1;
  }

  .rh-global-experience__description {
    font-size: 16px;
    line-height: 1.68;
  }

  .rh-global-experience__points {
    margin-bottom: 29px;
  }

  .rh-global-experience__point {
    gap: 13px;

    padding: 18px;

    border-radius: 15px;
  }

  .rh-global-experience__point-icon {
    width: 42px;
    height: 42px;

    border-radius: 11px;
  }

  .rh-global-experience__point-icon svg {
    width: 21px;
    height: 21px;
  }

  .rh-global-experience__point-content h3 {
    margin-bottom: 6px;

    font-size: 16px;
  }

  .rh-global-experience__point-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .rh-global-experience__button {
    min-height: 50px;

    padding:
      12px
      19px;

    font-size: 14px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-global-experience__point {
    flex-direction: column;
  }

  .rh-global-experience__point-icon {
    margin-bottom: 3px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9662268 *//* ========================================================= */
/* RESEARCH HERO — MULTILINGUAL PLATFORM SECTION             */
/* ========================================================= */

.rh-language-support {
  position: relative;

  width: 100%;

  padding: 105px 20px;

  overflow: hidden;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f5fbf9 100%
    );
}


/* Decorative Background */

.rh-language-support::before {
  content: "";

  position: absolute;

  top: -220px;
  right: -180px;

  width: 520px;
  height: 520px;

  background: rgba(29, 188, 136, 0.07);

  border-radius: 50%;

  pointer-events: none;
}


.rh-language-support::after {
  content: "";

  position: absolute;

  bottom: -210px;
  left: -170px;

  width: 450px;
  height: 450px;

  border: 70px solid rgba(21, 50, 90, 0.035);
  border-radius: 50%;

  pointer-events: none;
}


/* ========================================================= */
/* CONTAINER                                                 */
/* ========================================================= */

.rh-language-support__container {
  position: relative;

  width: 100%;
  max-width: 1180px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* CENTERED HEADER                                           */
/* ========================================================= */

.rh-language-support__header {
  width: 100%;
  max-width: 900px;

  margin:
    0
    auto
    45px;

  text-align: center;
}


/* Eyebrow */

.rh-language-support__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 19px;
  padding: 8px 14px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.18);
  border-radius: 999px;

  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Heading */

.rh-language-support__heading {
  max-width: 880px;

  margin:
    0
    auto
    24px;

  color: #15325a;
font-family: "Poppins", sans-serif !important;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -0.045em;
}


/* Description */

.rh-language-support__description {
  max-width: 790px;

  margin:
    0
    auto
    10px;

  color: #5e6f7d;

  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}


/* ========================================================= */
/* SUPPORTED LANGUAGES                                       */
/* ========================================================= */

.rh-language-support__languages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
  max-width: 760px;

  margin:
    0
    auto
    55px;
}


/* Individual Language */

.rh-language-support__language {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 17px 19px;

  background: rgba(255, 255, 255, 0.92);

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 15px;

  box-shadow:
    0 10px 30px rgba(21, 50, 90, 0.05);
}


/* ========================================================= */
/* LANGUAGE FLAG                                             */
/* ========================================================= */

.rh-language-support__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 50px;
  height: 50px;

  background: #ffffff;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 12px;

  box-shadow:
    0 7px 18px rgba(21, 50, 90, 0.07);

  font-size: 27px;
  line-height: 1;
}


/* Slight interaction */

.rh-language-support__language {
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.rh-language-support__language:hover {
  border-color: rgba(29, 188, 136, 0.3);

  box-shadow:
    0 14px 34px rgba(21, 50, 90, 0.08);

  transform: translateY(-3px);
}


/* Mobile */

@media (max-width: 600px) {

  .rh-language-support__flag {
    width: 44px;
    height: 44px;

    border-radius: 10px;

    font-size: 24px;
  }

}
/* Language Text */

.rh-language-support__language-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}


.rh-language-support__language-text strong {
  color: #15325a;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}


.rh-language-support__language-text small {
  color: #687986;

  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}


/* ========================================================= */
/* FEATURE GRID                                              */
/* ========================================================= */

.rh-language-support__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;

  width: 100%;

  margin-bottom: 45px;
}


/* Feature Card */

.rh-language-support__feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  min-height: 205px;

  padding: 28px;

  background: rgba(255, 255, 255, 0.92);

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 18px;

  box-shadow:
    0 14px 38px rgba(21, 50, 90, 0.055);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}


.rh-language-support__feature:hover {
  border-color: rgba(29, 188, 136, 0.3);

  box-shadow:
    0 19px 44px rgba(21, 50, 90, 0.085);

  transform: translateY(-4px);
}


/* Feature Icon */

.rh-language-support__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 50px;
  height: 50px;

  color: #109267;
  background: rgba(29, 188, 136, 0.11);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 13px;
}


.rh-language-support__feature-icon svg {
  width: 25px;
  height: 25px;
}


/* Feature Content */

.rh-language-support__feature-content {
  min-width: 0;
}


.rh-language-support__feature-content h3 {
  margin:
    0
    0
    10px;

  color: #15325a;
font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}


.rh-language-support__feature-content p {
  margin: 0;

  color: #657683;

  font-size: 15px;
  font-weight: 400;
  line-height: 1.65;
}


/* ========================================================= */
/* BOTTOM CALLOUT                                            */
/* ========================================================= */

.rh-language-support__callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;

  width: 100%;

  padding: 32px 35px;

  background:
    linear-gradient(
      135deg,
      #15325a 0%,
      #164b62 58%,
      #168c78 100%
    );

  border-radius: 20px;

  overflow: hidden;
}


/* Callout Content */

.rh-language-support__callout-content {
  display: flex;
  align-items: center;
  gap: 18px;

  max-width: 720px;
}


/* Callout Icon */

.rh-language-support__callout-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 55px;
  height: 55px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}


.rh-language-support__callout-icon svg {
  width: 27px;
  height: 27px;
}


/* Callout Text */

.rh-language-support__callout-content h3 {
  margin:
    0
    0
    6px;

  color: #ffffff;
font-family: "Poppins", sans-serif !important;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
}


.rh-language-support__callout-content p {
  margin: 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-language-support__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 10px;

  min-height: 52px;

  padding: 13px 21px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid #ffffff;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}


.rh-language-support__button svg {
  width: 18px;
  height: 18px;

  transition: transform 0.25s ease;
}


.rh-language-support__button:hover {
  color: #ffffff;
  background: #1dbc88;
  border-color: #1dbc88;

  transform: translateY(-2px);
}


.rh-language-support__button:hover svg {
  transform: translateX(4px);
}


.rh-language-support__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 4px;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1050px) {

  .rh-language-support {
    padding: 90px 20px;
  }

  .rh-language-support__heading {
    font-size: clamp(38px, 5.5vw, 56px);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 850px) {

  .rh-language-support {
    padding: 75px 20px;
  }

  .rh-language-support__header {
    margin-bottom: 38px;
  }

  .rh-language-support__languages {
    margin-bottom: 45px;
  }

  .rh-language-support__features {
    grid-template-columns: 1fr;

    max-width: 720px;

    margin:
      0
      auto
      38px;
  }

  .rh-language-support__feature {
    min-height: 0;
  }

  .rh-language-support__callout {
    flex-direction: column;
    align-items: flex-start;

    padding: 28px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-language-support {
    padding:
      62px
      15px;
  }

  .rh-language-support__header {
    margin-bottom: 32px;
  }

  .rh-language-support__eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;

    font-size: 10px;
  }

  .rh-language-support__heading {
    margin-bottom: 20px;

    font-size: clamp(31px, 9vw, 39px);
    line-height: 1.1;
  }

  .rh-language-support__description {
    font-size: 16px;
    line-height: 1.68;
  }

  .rh-language-support__languages {
    grid-template-columns: 1fr;
    gap: 11px;

    max-width: 390px;

    margin-bottom: 38px;
  }

  .rh-language-support__language {
    padding: 14px 16px;
  }

  .rh-language-support__language-code {
    width: 42px;
    height: 42px;

    border-radius: 10px;
  }

  .rh-language-support__features {
    gap: 14px;

    margin-bottom: 30px;
  }

  .rh-language-support__feature {
    gap: 14px;

    padding: 19px;

    border-radius: 15px;
  }

  .rh-language-support__feature-icon {
    width: 43px;
    height: 43px;

    border-radius: 11px;
  }

  .rh-language-support__feature-icon svg {
    width: 22px;
    height: 22px;
  }

  .rh-language-support__feature-content h3 {
    margin-bottom: 7px;

    font-size: 16px;
  }

  .rh-language-support__feature-content p {
    font-size: 14px;
    line-height: 1.6;
  }

  .rh-language-support__callout {
    gap: 23px;

    padding: 23px 20px;

    border-radius: 17px;
  }

  .rh-language-support__callout-content {
    align-items: flex-start;
    gap: 14px;
  }

  .rh-language-support__callout-icon {
    width: 45px;
    height: 45px;

    border-radius: 12px;
  }

  .rh-language-support__callout-content h3 {
    font-size: 18px;
  }

  .rh-language-support__button {
    min-height: 50px;

    padding:
      12px
      18px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-language-support__feature {
    flex-direction: column;
  }

  .rh-language-support__callout-content {
    flex-direction: column;
  }

}/* End custom CSS */