.elementor-1261 .elementor-element.elementor-element-15218cd{--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-1261 .elementor-element.elementor-element-508d836{--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-1261 .elementor-element.elementor-element-75ec63c{--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-1261 .elementor-element.elementor-element-cb65185{--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-1261 .elementor-element.elementor-element-066a655{--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-1261 .elementor-element.elementor-element-09a8c29{--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-2066aa3 *//* ========================================================= */
/* 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-1348922 *//* ========================================================= */
/* CONNECTED RESEARCH MANAGEMENT PLATFORM                    */
/* ========================================================= */

.rh-platform-overview {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(29, 188, 136, 0.13),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(21, 50, 90, 0.07),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4faf7 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-platform-overview__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-platform-overview__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-platform-overview__background span:first-child {
  top: -260px;
  right: -180px;

  width: 640px;
  height: 640px;
}

.rh-platform-overview__background span:last-child {
  bottom: -350px;
  left: -240px;

  width: 760px;
  height: 760px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-platform-overview__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(390px, 0.88fr)
    minmax(570px, 1.12fr);

  align-items: center;
  gap: 80px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-platform-overview__content {
  position: relative;
}


/* Eyebrow */

.rh-platform-overview__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-platform-overview__content h2 {
  max-width: 640px;

  margin: 0 0 24px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Lead Paragraph */

.rh-platform-overview__lead {
  max-width: 590px;

  margin: 0;

  color: #40576b;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* Supporting Paragraph */

.rh-platform-overview__description {
  max-width: 590px;

  margin: 17px 0 0;

  color: #687887;

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* PLATFORM HIGHLIGHTS                                       */
/* ========================================================= */

.rh-platform-overview__highlights {
  display: flex;
  flex-direction: column;
  gap: 17px;

  margin-top: 32px;
}

.rh-platform-overview__highlight {
  display: flex;
  align-items: flex-start;
  gap: 13px;
}

.rh-platform-overview__highlight > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 31px;
  height: 31px;
  flex: 0 0 31px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 10px;

  box-shadow:
    0 9px 20px rgba(29, 188, 136, 0.22);

  font-size: 12px;
  font-weight: 700;
}

.rh-platform-overview__highlight strong,
.rh-platform-overview__highlight small {
  display: block;
}

.rh-platform-overview__highlight strong {
  margin-bottom: 4px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.rh-platform-overview__highlight small {
  color: #758491;

  font-size: 12px;
  line-height: 1.55;
}


/* ========================================================= */
/* CONNECTED PLATFORM VISUAL                                 */
/* ========================================================= */

.rh-platform-overview__visual {
  position: relative;

  width: 100%;
  min-height: 590px;
}

.rh-platform-overview__visual-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 82%;
  height: 75%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.2),
      rgba(21, 50, 90, 0.05) 52%,
      transparent 74%
    );

  filter: blur(28px);

  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* ========================================================= */
/* CONNECTION LINES                                          */
/* ========================================================= */

.rh-platform-overview__connections {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  overflow: visible;

  pointer-events: none;

  z-index: 1;
}

.rh-platform-overview__connections path {
  fill: none;

  stroke: rgba(16, 146, 103, 0.25);
  stroke-width: 1.5;
  stroke-dasharray: 7 8;

  animation:
    rhPlatformConnectionFlow
    14s
    linear
    infinite;
}


/* ========================================================= */
/* CENTRAL PLATFORM HUB                                      */
/* ========================================================= */

.rh-platform-overview__hub {
  position: absolute;

  top: 50%;
  left: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;

  width: 205px;
  min-height: 205px;

  padding: 26px 20px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  box-shadow:
    0 32px 75px rgba(21, 50, 90, 0.25),
    0 0 0 15px rgba(29, 188, 136, 0.07);

  transform: translate(-50%, -50%);

  text-align: center;

  z-index: 4;
}

.rh-platform-overview__hub-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 55px;
  height: 55px;

  margin-bottom: 14px;

  color: #15325a;
  background: #ffffff;

  border-radius: 17px;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 800;
}

.rh-platform-overview__hub strong,
.rh-platform-overview__hub small {
  display: block;
}

.rh-platform-overview__hub strong {
  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
}

.rh-platform-overview__hub small {
  margin-top: 5px;

  color: rgba(255, 255, 255, 0.66);

  font-size: 9px;
}

.rh-platform-overview__hub-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  margin-top: 15px;
  padding: 7px 10px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;

  font-size: 8px;
  font-weight: 700;
}

.rh-platform-overview__hub-status i {
  width: 6px;
  height: 6px;

  background: #5cf0bd;
  border-radius: 50%;

  box-shadow:
    0 0 0 4px rgba(92, 240, 189, 0.12);
}


/* ========================================================= */
/* PLATFORM MODULE CARDS                                     */
/* ========================================================= */

.rh-platform-module {
  position: absolute;

  display: flex;
  align-items: center;
  gap: 12px;

  width: 220px;
  min-height: 78px;

  padding: 15px;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 17px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 18px 45px rgba(21, 50, 90, 0.1);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;

  z-index: 3;
}

.rh-platform-module:hover {
  border-color: rgba(29, 188, 136, 0.32);

  transform: translateY(-5px);

  box-shadow:
    0 25px 55px rgba(21, 50, 90, 0.15);
}


/* Module Positions */

.rh-platform-module--enrollment {
  top: 7%;
  left: 0;
}

.rh-platform-module--scheduling {
  top: 7%;
  right: 0;
}

.rh-platform-module--ediary {
  top: 43%;
  left: -3%;
}

.rh-platform-module--reminders {
  top: 43%;
  right: -3%;
}

.rh-platform-module--compliance {
  bottom: 3%;
  left: 4%;
}

.rh-platform-module--reports {
  right: 4%;
  bottom: 3%;
}


/* Module Icon */

.rh-platform-module__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;
  flex: 0 0 43px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 13px;
}

.rh-platform-module__icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Module Content */

.rh-platform-module strong,
.rh-platform-module div > span {
  display: block;
}

.rh-platform-module strong {
  margin-bottom: 4px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.rh-platform-module div > span {
  color: #7b8996;

  font-size: 8px;
  line-height: 1.4;
}


/* ========================================================= */
/* CONNECTION ANIMATION                                      */
/* ========================================================= */

@keyframes rhPlatformConnectionFlow {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -150;
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-platform-overview {
    padding: 95px 20px;
  }

  .rh-platform-overview__container {
    grid-template-columns:
      minmax(350px, 0.85fr)
      minmax(510px, 1.15fr);

    gap: 50px;
  }

  .rh-platform-overview__content h2 {
    font-size: clamp(35px, 4.3vw, 48px);
  }

  .rh-platform-module {
    width: 195px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-platform-overview {
    padding: 85px 20px;
  }

  .rh-platform-overview__container {
    display: flex;
    flex-direction: column;

    max-width: 760px;
    gap: 65px;
  }

  .rh-platform-overview__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-platform-overview__content h2,
  .rh-platform-overview__lead,
  .rh-platform-overview__description {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-platform-overview__highlights {
    max-width: 540px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-platform-overview__visual {
    width: 100%;
    max-width: 680px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-platform-overview {
    padding: 70px 15px;
  }

  .rh-platform-overview__container {
    gap: 45px;
  }

  .rh-platform-overview__eyebrow {
    font-size: 9px;
  }

  .rh-platform-overview__content h2 {
    font-size: 31px;
  }

  .rh-platform-overview__lead {
    font-size: 16px;
  }

  .rh-platform-overview__description {
    font-size: 14px;
  }

  .rh-platform-overview__visual {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;

    min-height: 0;
  }

  .rh-platform-overview__connections,
  .rh-platform-overview__visual-glow {
    display: none;
  }

  .rh-platform-overview__hub,
  .rh-platform-module {
    position: relative;
    inset: auto;

    width: 100%;

    transform: none;
  }

  .rh-platform-overview__hub {
    min-height: 0;

    padding: 24px;

    border-radius: 22px;

    box-shadow:
      0 25px 55px rgba(21, 50, 90, 0.2);
  }

  .rh-platform-overview__hub-logo {
    width: 50px;
    height: 50px;

    margin-bottom: 12px;
  }

  .rh-platform-module {
    min-height: 75px;
  }

  .rh-platform-module:hover {
    transform: none;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-platform-overview__connections path {
    animation: none;
  }

  .rh-platform-module {
    transition: none;
  }

  .rh-platform-module:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1340b75 *//* ========================================================= */
/* PARTICIPANT ENROLLMENT AND MANAGEMENT                     */
/* ========================================================= */

.rh-participant-enrollment {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 45%,
      rgba(29, 188, 136, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 15%,
      rgba(21, 50, 90, 0.07),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #f4faf7 0%,
      #ffffff 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-participant-enrollment__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-participant-enrollment__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-participant-enrollment__background span:first-child {
  top: -280px;
  right: -190px;

  width: 650px;
  height: 650px;
}

.rh-participant-enrollment__background span:last-child {
  bottom: -360px;
  left: -240px;

  width: 760px;
  height: 760px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-participant-enrollment__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(520px, 1.08fr)
    minmax(390px, 0.92fr);

  align-items: center;
  gap: 85px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT VISUAL                                               */
/* ========================================================= */

.rh-participant-enrollment__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 690px;
}

.rh-participant-enrollment__visual-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 86%;
  height: 78%;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.23),
      rgba(21, 50, 90, 0.05) 52%,
      transparent 74%
    );

  filter: blur(27px);

  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* ========================================================= */
/* PARTICIPANT WORKSPACE                                     */
/* ========================================================= */

.rh-participant-workspace {
  position: relative;

  width: 100%;
  max-width: 610px;

  padding: 25px;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 42px 95px 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;
}


/* ========================================================= */
/* WORKSPACE HEADER                                          */
/* ========================================================= */

.rh-participant-workspace__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  padding-bottom: 19px;

  border-bottom: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-participant-workspace__brand {
  display: flex;
  align-items: center;
  gap: 13px;
}

.rh-participant-workspace__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;
  flex: 0 0 46px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 14px;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 800;
}

.rh-participant-workspace__brand strong,
.rh-participant-workspace__brand div > span {
  display: block;
}

.rh-participant-workspace__brand strong {
  margin-bottom: 3px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}

.rh-participant-workspace__brand div > span {
  color: #7b8996;

  font-size: 9px;
}


/* Workspace Status */

.rh-participant-workspace__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 8px 11px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;
}

.rh-participant-workspace__status i {
  width: 7px;
  height: 7px;

  background: #1dbc88;
  border-radius: 50%;

  box-shadow:
    0 0 0 4px rgba(29, 188, 136, 0.12);
}


/* ========================================================= */
/* PARTICIPANT PROFILE                                       */
/* ========================================================= */

.rh-participant-workspace__profile {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  align-items: center;
  gap: 13px;

  margin-top: 18px;
  padding: 16px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 17px;

  background:
    linear-gradient(
      145deg,
      #f7faf9,
      rgba(29, 188, 136, 0.07)
    );
}

.rh-participant-workspace__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 16px;
}

.rh-participant-workspace__avatar svg {
  width: 25px;
  height: 25px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-participant-workspace__profile-content span,
.rh-participant-workspace__profile-content strong,
.rh-participant-workspace__profile-content small {
  display: block;
}

.rh-participant-workspace__profile-content span {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 8px;
}

.rh-participant-workspace__profile-content strong {
  margin-bottom: 3px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

.rh-participant-workspace__profile-content small {
  color: #758491;

  font-size: 8px;
}

.rh-participant-workspace__profile-badge {
  padding: 7px 10px;

  color: #109267;
  background: rgba(29, 188, 136, 0.11);

  border-radius: 999px;

  font-size: 8px;
  font-weight: 700;
}


/* ========================================================= */
/* PROGRESS                                                  */
/* ========================================================= */

.rh-participant-workspace__progress {
  margin-top: 15px;
  padding: 16px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 16px;

  background: #ffffff;
}

.rh-participant-workspace__progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 12px;
}

.rh-participant-workspace__progress-header span,
.rh-participant-workspace__progress-header strong {
  display: block;
}

.rh-participant-workspace__progress-header div > span {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 8px;
}

.rh-participant-workspace__progress-header strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
}

.rh-participant-workspace__progress-header > span {
  color: #109267;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
}

.rh-participant-workspace__progress-bar {
  width: 100%;
  height: 8px;

  overflow: hidden;

  background: rgba(21, 50, 90, 0.07);
  border-radius: 999px;
}

.rh-participant-workspace__progress-bar span {
  display: block;

  width: 72%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      #109267,
      #1dbc88
    );

  border-radius: inherit;
}


/* ========================================================= */
/* JOURNEY STEPS                                             */
/* ========================================================= */

.rh-participant-workspace__journey {
  position: relative;

  margin-top: 15px;
  padding: 6px 0;
}

.rh-participant-workspace__journey::before {
  content: "";

  position: absolute;

  top: 27px;
  bottom: 27px;
  left: 18px;

  width: 2px;

  background: rgba(21, 50, 90, 0.08);
}

.rh-participant-workspace__step {
  position: relative;

  display: grid;
  grid-template-columns: 37px 1fr auto;
  align-items: center;
  gap: 12px;

  padding: 11px 0;
}

.rh-participant-workspace__step-marker {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 37px;
  height: 37px;

  color: #7b8996;
  background: #f1f5f3;

  border: 3px solid #ffffff;
  border-radius: 50%;

  box-shadow:
    0 5px 15px rgba(21, 50, 90, 0.08);

  font-size: 8px;
  font-weight: 700;

  z-index: 2;
}

.rh-participant-workspace__step-marker svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-participant-workspace__step.is-complete
.rh-participant-workspace__step-marker {
  color: #ffffff;
  background: #1dbc88;
}

.rh-participant-workspace__step.is-active
.rh-participant-workspace__step-marker {
  color: #ffffff;
  background: #15325a;
}

.rh-participant-workspace__step strong,
.rh-participant-workspace__step div > span {
  display: block;
}

.rh-participant-workspace__step strong {
  margin-bottom: 3px;

  color: #15325a;

  font-size: 10px;
  font-weight: 700;
}

.rh-participant-workspace__step div > span {
  color: #7b8996;

  font-size: 8px;
  line-height: 1.4;
}

.rh-participant-workspace__step small {
  padding: 6px 8px;

  color: #7b8996;
  background: rgba(21, 50, 90, 0.05);

  border-radius: 999px;

  font-size: 7px;
  font-weight: 700;
  white-space: nowrap;
}

.rh-participant-workspace__step.is-complete small {
  color: #109267;
  background: rgba(29, 188, 136, 0.1);
}

.rh-participant-workspace__step.is-active small {
  color: #ffffff;
  background: #15325a;
}


/* ========================================================= */
/* WORKSPACE FOOTER                                          */
/* ========================================================= */

.rh-participant-workspace__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin-top: 15px;
  padding-top: 17px;

  border-top: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-participant-workspace__users {
  display: flex;
}

.rh-participant-workspace__users 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: 8px;
  font-weight: 700;
}

.rh-participant-workspace__users span:first-child {
  margin-left: 0;
}

.rh-participant-workspace__users span:nth-child(2) {
  background: #109267;
}

.rh-participant-workspace__users span:nth-child(3) {
  background: #1dbc88;
}

.rh-participant-workspace__footer > div:last-child {
  text-align: right;
}

.rh-participant-workspace__footer span,
.rh-participant-workspace__footer strong {
  display: block;
}

.rh-participant-workspace__footer > div:last-child span {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 8px;
}

.rh-participant-workspace__footer > div:last-child strong {
  color: #15325a;

  font-size: 10px;
  font-weight: 700;
}


/* ========================================================= */
/* FLOATING SECURITY CARD                                    */
/* ========================================================= */

.rh-participant-enrollment__floating-card {
  position: absolute;

  right: -15px;
  bottom: 48px;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 13px 15px;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 20px 45px rgba(21, 50, 90, 0.16);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  z-index: 4;
}

.rh-participant-enrollment__floating-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;
  flex: 0 0 39px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 12px;
}

.rh-participant-enrollment__floating-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-participant-enrollment__floating-card span,
.rh-participant-enrollment__floating-card strong {
  display: block;
}

.rh-participant-enrollment__floating-card div > span {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 7px;
}

.rh-participant-enrollment__floating-card strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}


/* ========================================================= */
/* RIGHT CONTENT                                             */
/* ========================================================= */

.rh-participant-enrollment__content {
  position: relative;
}


/* Eyebrow */

.rh-participant-enrollment__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Heading */

.rh-participant-enrollment__content h2 {
  max-width: 620px;

  margin: 0 0 23px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4.5vw, 55px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}


/* Lead */

.rh-participant-enrollment__lead {
  max-width: 570px;

  margin: 0;

  color: #40576b;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}


/* ========================================================= */
/* FEATURE LIST                                              */
/* ========================================================= */

.rh-participant-enrollment__features {
  display: flex;
  flex-direction: column;
  gap: 19px;

  margin-top: 33px;
}

.rh-participant-enrollment__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.rh-participant-enrollment__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;
  flex: 0 0 43px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 13px;
}

.rh-participant-enrollment__feature-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-participant-enrollment__feature strong {
  display: block;

  margin-bottom: 5px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.rh-participant-enrollment__feature p {
  max-width: 520px;

  margin: 0;

  color: #687887;

  font-size: 13px;
  line-height: 1.65;
}


/* Closing Paragraph */

.rh-participant-enrollment__closing {
  max-width: 570px;

  margin: 28px 0 0;
  padding: 18px 20px;

  color: #526778;
  background: rgba(29, 188, 136, 0.07);

  border-left: 4px solid #1dbc88;
  border-radius: 0 14px 14px 0;

  font-size: 14px;
  line-height: 1.7;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-participant-enrollment {
    padding: 95px 20px;
  }

  .rh-participant-enrollment__container {
    grid-template-columns:
      minmax(460px, 1.05fr)
      minmax(350px, 0.95fr);

    gap: 55px;
  }

  .rh-participant-enrollment__content h2 {
    font-size: clamp(35px, 4.3vw, 48px);
  }

  .rh-participant-enrollment__visual {
    min-height: 650px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-participant-enrollment {
    padding: 85px 20px;
  }

  .rh-participant-enrollment__container {
    display: flex;
    flex-direction: column-reverse;

    max-width: 760px;
    gap: 60px;
  }

  .rh-participant-enrollment__content {
    max-width: 680px;

    text-align: center;
  }

  .rh-participant-enrollment__content h2,
  .rh-participant-enrollment__lead,
  .rh-participant-enrollment__closing {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-participant-enrollment__features {
    max-width: 610px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-participant-enrollment__closing {
    text-align: left;
  }

  .rh-participant-enrollment__visual {
    width: 100%;
    min-height: auto;
  }

  .rh-participant-workspace {
    max-width: 650px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-participant-enrollment {
    padding: 70px 15px;
  }

  .rh-participant-enrollment__container {
    gap: 45px;
  }

  .rh-participant-enrollment__eyebrow {
    font-size: 9px;
  }

  .rh-participant-enrollment__content h2 {
    font-size: 31px;
  }

  .rh-participant-enrollment__lead {
    font-size: 16px;
  }

  .rh-participant-enrollment__feature {
    gap: 11px;
  }

  .rh-participant-enrollment__feature-icon {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .rh-participant-enrollment__feature strong {
    font-size: 14px;
  }

  .rh-participant-enrollment__closing {
    font-size: 13px;
  }

  .rh-participant-workspace {
    padding: 15px;

    border-radius: 21px;
  }

  .rh-participant-workspace__brand div {
    display: none;
  }

  .rh-participant-workspace__profile {
    grid-template-columns: 44px 1fr;
  }

  .rh-participant-workspace__avatar {
    width: 44px;
    height: 44px;
  }

  .rh-participant-workspace__profile-badge {
    grid-column: 1 / -1;

    width: fit-content;
  }

  .rh-participant-workspace__step {
    grid-template-columns: 34px 1fr;
  }

  .rh-participant-workspace__step-marker {
    width: 34px;
    height: 34px;
  }

  .rh-participant-workspace__step small {
    grid-column: 2;

    width: fit-content;
  }

  .rh-participant-workspace__journey::before {
    left: 16px;
  }

  .rh-participant-enrollment__floating-card {
    position: relative;
    right: auto;
    bottom: auto;

    width: fit-content;

    margin: 15px auto 0;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-participant-workspace,
  .rh-participant-enrollment__floating-card {
    scroll-behavior: auto;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b0099d6 *//* ========================================================= */
/* SITE MANAGEMENT, REPORTING AND SECURITY                   */
/* ========================================================= */

.rh-site-governance {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 20%,
      rgba(29, 188, 136, 0.13),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 82%,
      rgba(21, 50, 90, 0.08),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4faf7 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-site-governance__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-site-governance__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-site-governance__background span:first-child {
  top: -300px;
  right: -200px;

  width: 690px;
  height: 690px;
}

.rh-site-governance__background span:last-child {
  bottom: -390px;
  left: -250px;

  width: 800px;
  height: 800px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-site-governance__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* SECTION HEADER                                            */
/* ========================================================= */

.rh-site-governance__header {
  display: grid;
  grid-template-columns:
    minmax(480px, 1.1fr)
    minmax(330px, 0.9fr);

  align-items: end;
  gap: 70px;

  margin-bottom: 58px;
}

.rh-site-governance__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-site-governance__header h2 {
  max-width: 720px;

  margin: 0;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(40px, 4.8vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rh-site-governance__intro {
  max-width: 540px;

  margin: 0;

  color: #687887;

  font-size: 16px;
  line-height: 1.75;
}


/* ========================================================= */
/* CAPABILITY GRID                                           */
/* ========================================================= */

.rh-site-governance__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}


/* ========================================================= */
/* CAPABILITY CARD                                           */
/* ========================================================= */

.rh-site-governance-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 590px;
  padding: 31px;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 26px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 24px 60px rgba(21, 50, 90, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rh-site-governance-card::before {
  content: "";

  position: absolute;

  top: -130px;
  right: -110px;

  width: 300px;
  height: 300px;

  background: rgba(29, 188, 136, 0.07);
  border-radius: 50%;

  pointer-events: none;

  transition: transform 0.45s ease;
}

.rh-site-governance-card:hover {
  border-color: rgba(29, 188, 136, 0.28);

  transform: translateY(-7px);

  box-shadow:
    0 34px 75px rgba(21, 50, 90, 0.13);
}

.rh-site-governance-card:hover::before {
  transform: scale(1.16);
}


/* ========================================================= */
/* FEATURED SECURITY CARD                                    */
/* ========================================================= */

.rh-site-governance-card--featured {
  color: #ffffff;

  border-color: rgba(255, 255, 255, 0.14);

  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(29, 188, 136, 0.32),
      transparent 34%
    ),
    linear-gradient(
      140deg,
      #15325a 0%,
      #17445f 53%,
      #109267 100%
    );

  box-shadow:
    0 30px 75px rgba(21, 50, 90, 0.22);
}

.rh-site-governance-card--featured::before {
  background: rgba(255, 255, 255, 0.07);
}


/* ========================================================= */
/* CARD HEADER                                               */
/* ========================================================= */

.rh-site-governance-card__header {
  position: relative;

  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 53px;

  margin-bottom: 27px;

  z-index: 2;
}

.rh-site-governance-card__number {
  color: rgba(21, 50, 90, 0.4);

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.rh-site-governance-card__tag {
  display: inline-flex;

  margin-right: auto;
  padding: 7px 10px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rh-site-governance-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 51px;
  height: 51px;
  flex: 0 0 51px;

  margin-left: auto;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 16px;
}

.rh-site-governance-card__icon svg {
  width: 25px;
  height: 25px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-governance-card--featured
.rh-site-governance-card__number {
  color: rgba(255, 255, 255, 0.5);
}

.rh-site-governance-card--featured
.rh-site-governance-card__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);

  border-color: rgba(255, 255, 255, 0.15);
}


/* ========================================================= */
/* CARD TYPOGRAPHY                                           */
/* ========================================================= */

.rh-site-governance-card h3 {
  position: relative;

  max-width: 500px;

  margin: 0 0 14px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;

  z-index: 2;
}

.rh-site-governance-card > p {
  position: relative;

  max-width: 520px;

  margin: 0 0 26px;

  color: #687887;

  font-size: 14px;
  line-height: 1.75;

  z-index: 2;
}

.rh-site-governance-card--featured h3 {
  color: #ffffff;
}

.rh-site-governance-card--featured > p {
  color: rgba(255, 255, 255, 0.72);
}


/* ========================================================= */
/* ROLE LIST                                                 */
/* ========================================================= */

.rh-site-governance-card__role-list {
  position: relative;

  display: flex;
  flex-wrap: wrap;
  gap: 9px;

  z-index: 2;
}

.rh-site-governance-card__role-list span {
  display: inline-flex;
  align-items: center;

  padding: 9px 12px;

  color: #15325a;
  background: #f3f7f5;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 600;
}


/* ========================================================= */
/* CARD NOTE                                                 */
/* ========================================================= */

.rh-site-governance-card__note {
  position: relative;

  display: flex;
  align-items: flex-start;
  gap: 11px;

  margin-top: auto;
  padding: 17px;

  color: #526778;
  background: rgba(29, 188, 136, 0.07);

  border-left: 4px solid #1dbc88;
  border-radius: 0 14px 14px 0;

  z-index: 2;
}

.rh-site-governance-card__note > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;
  flex: 0 0 24px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 8px;

  font-size: 10px;
  font-weight: 700;
}

.rh-site-governance-card__note p {
  margin: 0;

  font-size: 12px;
  line-height: 1.65;
}


/* ========================================================= */
/* STANDARD FEATURE LIST                                     */
/* ========================================================= */

.rh-site-governance-card__list {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 10px;

  margin: 0;
  padding: 0;

  list-style: none;

  z-index: 2;
}

.rh-site-governance-card__list li {
  position: relative;

  padding-left: 24px;

  color: #526778;

  font-size: 12px;
  line-height: 1.55;
}

.rh-site-governance-card__list li::before {
  content: "✓";

  position: absolute;

  top: 0;
  left: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 17px;
  height: 17px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 6px;

  font-size: 8px;
  font-weight: 700;
}


/* ========================================================= */
/* REPORT VISUAL                                             */
/* ========================================================= */

.rh-site-governance-card__report {
  position: relative;

  margin-top: auto;
  padding: 18px;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      #f7faf9,
      rgba(29, 188, 136, 0.08)
    );

  z-index: 2;
}

.rh-site-governance-card__report-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.rh-site-governance-card__report-header span,
.rh-site-governance-card__report-header strong {
  display: block;
}

.rh-site-governance-card__report-header div > span {
  margin-bottom: 4px;

  color: #7b8996;

  font-size: 8px;
}

.rh-site-governance-card__report-header strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
}

.rh-site-governance-card__report-header > span {
  color: #109267;

  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  font-weight: 700;
}

.rh-site-governance-card__bars {
  display: flex;
  align-items: flex-end;
  gap: 9px;

  height: 80px;

  margin-top: 16px;
  padding-top: 8px;

  border-bottom: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-site-governance-card__bars span {
  flex: 1;

  height: var(--rh-report-height);

  background:
    linear-gradient(
      180deg,
      #1dbc88,
      #109267
    );

  border-radius: 6px 6px 2px 2px;
}


/* ========================================================= */
/* MULTI-SITE NETWORK                                        */
/* ========================================================= */

.rh-site-governance-card__network {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 185px;

  margin-bottom: 23px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 19px;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.12),
      transparent 63%
    ),
    #f8faf9;
}

.rh-site-governance-card__network::before,
.rh-site-governance-card__network::after {
  content: "";

  position: absolute;

  top: 50%;
  left: 50%;

  width: 64%;
  height: 1px;

  background: rgba(16, 146, 103, 0.22);

  transform: translate(-50%, -50%);
}

.rh-site-governance-card__network::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);
}

.rh-site-governance-card__network-hub {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 15px 19px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 16px;

  box-shadow:
    0 14px 30px rgba(21, 50, 90, 0.2);

  z-index: 3;
}

.rh-site-governance-card__network-hub span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  margin-bottom: 7px;

  color: #15325a;
  background: #ffffff;

  border-radius: 10px;

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 800;
}

.rh-site-governance-card__network-hub strong {
  font-family: "Poppins", sans-serif !important;
  font-size: 9px;
  font-weight: 700;
}

.rh-site-governance-card__site {
  position: absolute;

  padding: 8px 10px;

  color: #109267;
  background: #ffffff;

  border: 1px solid rgba(29, 188, 136, 0.17);
  border-radius: 10px;

  box-shadow:
    0 9px 20px rgba(21, 50, 90, 0.08);

  font-size: 8px;
  font-weight: 700;

  z-index: 2;
}

.rh-site-governance-card__site--one {
  top: 19px;
  left: 35px;
}

.rh-site-governance-card__site--two {
  top: 19px;
  right: 35px;
}

.rh-site-governance-card__site--three {
  bottom: 19px;
  left: 35px;
}

.rh-site-governance-card__site--four {
  right: 35px;
  bottom: 19px;
}


/* ========================================================= */
/* SECURITY GRID                                             */
/* ========================================================= */

.rh-site-governance-card__security-grid {
  position: relative;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;

  z-index: 2;
}

.rh-site-governance-card__security-grid > div {
  display: flex;
  align-items: center;
  gap: 9px;

  padding: 12px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.rh-site-governance-card__security-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 23px;
  height: 23px;
  flex: 0 0 23px;

  color: #15325a;
  background: #ffffff;

  border-radius: 7px;

  font-size: 9px;
  font-weight: 700;
}

.rh-site-governance-card__security-grid strong {
  color: rgba(255, 255, 255, 0.9);

  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
}


/* ========================================================= */
/* SECURITY FOOTER                                           */
/* ========================================================= */

.rh-site-governance-card__security-footer {
  position: relative;

  display: flex;
  align-items: center;
  gap: 12px;

  margin-top: auto;
  padding: 16px;

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;

  background: rgba(255, 255, 255, 0.1);

  z-index: 2;
}

.rh-site-governance-card__security-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  color: #15325a;
  background: #ffffff;

  border-radius: 13px;
}

.rh-site-governance-card__security-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-governance-card__security-footer span,
.rh-site-governance-card__security-footer strong {
  display: block;
}

.rh-site-governance-card__security-footer div > span {
  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.62);

  font-size: 8px;
}

.rh-site-governance-card__security-footer strong {
  color: #ffffff;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-site-governance {
    padding: 95px 20px;
  }

  .rh-site-governance__header {
    grid-template-columns:
      minmax(430px, 1.05fr)
      minmax(300px, 0.95fr);

    gap: 50px;
  }

  .rh-site-governance__header h2 {
    font-size: clamp(36px, 4.5vw, 50px);
  }

  .rh-site-governance-card {
    min-height: 620px;
    padding: 27px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-site-governance {
    padding: 85px 20px;
  }

  .rh-site-governance__container {
    max-width: 760px;
  }

  .rh-site-governance__header {
    display: block;

    max-width: 680px;

    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;

    text-align: center;
  }

  .rh-site-governance__header h2,
  .rh-site-governance__intro {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-site-governance__intro {
    margin-top: 22px;
  }

  .rh-site-governance__grid {
    grid-template-columns: 1fr;
  }

  .rh-site-governance-card {
    min-height: 0;
  }

  .rh-site-governance-card__note,
  .rh-site-governance-card__report,
  .rh-site-governance-card__security-footer {
    margin-top: 28px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-site-governance {
    padding: 70px 15px;
  }

  .rh-site-governance__header {
    margin-bottom: 40px;
  }

  .rh-site-governance__eyebrow {
    font-size: 9px;
  }

  .rh-site-governance__header h2 {
    font-size: 31px;
  }

  .rh-site-governance__intro {
    font-size: 14px;
  }

  .rh-site-governance__grid {
    gap: 16px;
  }

  .rh-site-governance-card {
    padding: 22px;

    border-radius: 21px;
  }

  .rh-site-governance-card h3 {
    font-size: 21px;
  }

  .rh-site-governance-card__icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;

    border-radius: 14px;
  }

  .rh-site-governance-card__security-grid {
    grid-template-columns: 1fr;
  }

  .rh-site-governance-card__network {
    min-height: 175px;
  }

  .rh-site-governance-card__site--one,
  .rh-site-governance-card__site--three {
    left: 15px;
  }

  .rh-site-governance-card__site--two,
  .rh-site-governance-card__site--four {
    right: 15px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-site-governance-card__network {
    min-height: 210px;
  }

  .rh-site-governance-card__network::before,
  .rh-site-governance-card__network::after {
    display: none;
  }

  .rh-site-governance-card__site--one {
    top: 13px;
    left: 13px;
  }

  .rh-site-governance-card__site--two {
    top: 13px;
    right: 13px;
  }

  .rh-site-governance-card__site--three {
    bottom: 13px;
    left: 13px;
  }

  .rh-site-governance-card__site--four {
    right: 13px;
    bottom: 13px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-site-governance-card,
  .rh-site-governance-card::before {
    transition: none;
  }

  .rh-site-governance-card:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e4d2c0 *//* ========================================================= */
/* RECRUITMENT AND ENROLLMENT CTA                            */
/* ========================================================= */

.rh-recruitment-cta {
  position: relative;

  width: 100%;
  padding: 55px 20px;

  overflow: hidden;

  background: #ffffff;
}


/* ========================================================= */
/* CTA CONTAINER                                             */
/* ========================================================= */

.rh-recruitment-cta__container {
  position: relative;

  display: grid;
  grid-template-columns: 80px minmax(400px, 1fr) auto;
  align-items: center;
  gap: 30px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 48px 50px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(29, 188, 136, 0.28),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #15325a 0%,
      #17445f 55%,
      #109267 100%
    );

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;

  box-shadow:
    0 30px 70px rgba(21, 50, 90, 0.18);

  z-index: 2;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-recruitment-cta__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-recruitment-cta__orb {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.12);
  border-radius: 50%;
}

.rh-recruitment-cta__orb--one {
  top: -210px;
  right: -140px;

  width: 490px;
  height: 490px;
}

.rh-recruitment-cta__orb--two {
  bottom: -250px;
  left: -180px;

  width: 540px;
  height: 540px;
}

.rh-recruitment-cta__lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0.4;
}

.rh-recruitment-cta__lines path {
  fill: none;

  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.2;
}


/* ========================================================= */
/* CTA ICON                                                  */
/* ========================================================= */

.rh-recruitment-cta__icon {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 76px;
  height: 76px;

  color: #15325a;
  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 22px;

  box-shadow:
    0 17px 35px rgba(3, 21, 39, 0.2);

  z-index: 2;
}

.rh-recruitment-cta__icon::after {
  content: "";

  position: absolute;
  inset: -7px;

  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 27px;

  animation:
    rhRecruitmentIconPulse
    2.8s
    ease-out
    infinite;
}

.rh-recruitment-cta__icon svg {
  width: 36px;
  height: 36px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* CTA CONTENT                                               */
/* ========================================================= */

.rh-recruitment-cta__content {
  position: relative;

  z-index: 2;
}

.rh-recruitment-cta__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 12px;
  padding: 7px 11px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-recruitment-cta__content h2 {
  max-width: 690px;

  margin: 0;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.rh-recruitment-cta__content p {
  max-width: 720px;

  margin: 14px 0 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 14px;
  line-height: 1.7;
}


/* ========================================================= */
/* CTA ACTION                                                */
/* ========================================================= */

.rh-recruitment-cta__action {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;

  min-width: 280px;

  z-index: 2;
}

.rh-recruitment-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;

  min-height: 52px;
  padding: 14px 23px;

  color: #15325a;
  background: #ffffff;

  border-radius: 999px;

  box-shadow:
    0 17px 38px rgba(3, 21, 39, 0.23);

  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-recruitment-cta__button span {
  flex: 0 0 auto;

  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-recruitment-cta__button:hover {
  color: #ffffff !important;
  background: #1dbc88;

  transform: translateY(-3px);

  box-shadow:
    0 22px 45px rgba(3, 21, 39, 0.3);
}

.rh-recruitment-cta__button:hover span {
  transform: translateX(4px);
}

.rh-recruitment-cta__action small {
  max-width: 270px;

  color: rgba(255, 255, 255, 0.55);

  font-size: 9px;
  line-height: 1.5;
}


/* ========================================================= */
/* ICON ANIMATION                                            */
/* ========================================================= */

@keyframes rhRecruitmentIconPulse {

  0% {
    opacity: 0;
    transform: scale(0.88);
  }

  30% {
    opacity: 0.45;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 980px) {

  .rh-recruitment-cta {
    padding: 45px 20px;
  }

  .rh-recruitment-cta__container {
    grid-template-columns: 72px 1fr;
    gap: 25px;

    padding: 42px;
  }

  .rh-recruitment-cta__action {
    grid-column: 2;

    min-width: 0;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 650px) {

  .rh-recruitment-cta {
    padding: 35px 15px;
  }

  .rh-recruitment-cta__container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;

    padding: 32px 24px;

    border-radius: 22px;
  }

  .rh-recruitment-cta__icon {
    width: 64px;
    height: 64px;

    border-radius: 19px;
  }

  .rh-recruitment-cta__icon svg {
    width: 30px;
    height: 30px;
  }

  .rh-recruitment-cta__content h2 {
    font-size: 29px;
  }

  .rh-recruitment-cta__content p {
    font-size: 13px;
  }

  .rh-recruitment-cta__action {
    width: 100%;
  }

  .rh-recruitment-cta__button {
    width: 100%;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-recruitment-cta__icon::after {
    animation: none;
  }

  .rh-recruitment-cta__button,
  .rh-recruitment-cta__button span {
    transition: none;
  }

  .rh-recruitment-cta__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a1e73a5 *//* ========================================================= */
/* ADDITIONAL TOOLS TO OPTIMIZE SITE OPERATIONS              */
/* ========================================================= */

.rh-site-tools {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(29, 188, 136, 0.13),
      transparent 29%
    ),
    radial-gradient(
      circle at 93% 82%,
      rgba(21, 50, 90, 0.07),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4faf7 100%
    );
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-site-tools__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-site-tools__background span {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-site-tools__background span:first-child {
  top: -300px;
  right: -200px;

  width: 680px;
  height: 680px;
}

.rh-site-tools__background span:last-child {
  bottom: -390px;
  left: -250px;

  width: 800px;
  height: 800px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-site-tools__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* SECTION HEADER                                            */
/* ========================================================= */

.rh-site-tools__header {
  max-width: 820px;

  margin: 0 auto 58px;

  text-align: center;
}

.rh-site-tools__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 21px;
  padding: 9px 16px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-site-tools__header h2 {
  margin: 0;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(40px, 4.8vw, 60px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rh-site-tools__header p {
  max-width: 720px;

  margin: 22px auto 0;

  color: #687887;

  font-size: 16px;
  line-height: 1.75;
}


/* ========================================================= */
/* FEATURE GRID                                              */
/* ========================================================= */

.rh-site-tools__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}


/* ========================================================= */
/* FEATURE CARD                                              */
/* ========================================================= */

.rh-site-tool-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 680px;
  padding: 31px;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 26px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 24px 60px rgba(21, 50, 90, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.rh-site-tool-card::before {
  content: "";

  position: absolute;

  top: -135px;
  right: -115px;

  width: 310px;
  height: 310px;

  background: rgba(29, 188, 136, 0.07);
  border-radius: 50%;

  pointer-events: none;

  transition: transform 0.45s ease;
}

.rh-site-tool-card:hover {
  border-color: rgba(29, 188, 136, 0.28);

  transform: translateY(-7px);

  box-shadow:
    0 34px 75px rgba(21, 50, 90, 0.13);
}

.rh-site-tool-card:hover::before {
  transform: scale(1.16);
}


/* ========================================================= */
/* FEATURED COMPLIANCE CARD                                  */
/* ========================================================= */

.rh-site-tool-card--featured {
  color: #ffffff;

  border-color: rgba(255, 255, 255, 0.14);

  background:
    radial-gradient(
      circle at 91% 13%,
      rgba(29, 188, 136, 0.34),
      transparent 34%
    ),
    linear-gradient(
      140deg,
      #15325a 0%,
      #17445f 53%,
      #109267 100%
    );

  box-shadow:
    0 30px 75px rgba(21, 50, 90, 0.22);
}

.rh-site-tool-card--featured::before {
  background: rgba(255, 255, 255, 0.07);
}


/* ========================================================= */
/* CARD TOP                                                  */
/* ========================================================= */

.rh-site-tool-card__top {
  position: relative;

  display: flex;
  align-items: center;
  gap: 12px;

  min-height: 53px;

  margin-bottom: 27px;

  z-index: 2;
}

.rh-site-tool-card__number {
  color: rgba(21, 50, 90, 0.42);

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.rh-site-tool-card__tag {
  display: inline-flex;

  margin-right: auto;
  padding: 7px 10px;

  color: #109267;
  background: rgba(29, 188, 136, 0.09);

  border: 1px solid rgba(29, 188, 136, 0.13);
  border-radius: 999px;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rh-site-tool-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 51px;
  height: 51px;
  flex: 0 0 51px;

  margin-left: auto;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.14);
  border-radius: 16px;
}

.rh-site-tool-card__icon svg {
  width: 25px;
  height: 25px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-tool-card--featured
.rh-site-tool-card__number {
  color: rgba(255, 255, 255, 0.5);
}

.rh-site-tool-card--featured
.rh-site-tool-card__tag {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border-color: rgba(255, 255, 255, 0.14);
}

.rh-site-tool-card--featured
.rh-site-tool-card__icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.11);

  border-color: rgba(255, 255, 255, 0.15);
}


/* ========================================================= */
/* CARD TYPOGRAPHY                                           */
/* ========================================================= */

.rh-site-tool-card h3 {
  position: relative;

  max-width: 530px;

  margin: 0 0 14px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;

  z-index: 2;
}

.rh-site-tool-card__intro {
  position: relative;

  max-width: 530px;

  margin: 0 0 25px;

  color: #687887;

  font-size: 14px;
  line-height: 1.75;

  z-index: 2;
}

.rh-site-tool-card--featured h3 {
  color: #ffffff;
}

.rh-site-tool-card--featured
.rh-site-tool-card__intro {
  color: rgba(255, 255, 255, 0.72);
}


/* ========================================================= */
/* STANDARD FEATURE LIST                                     */
/* ========================================================= */

.rh-site-tool-card__list {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 10px;

  margin: 0;
  padding: 0;

  list-style: none;

  z-index: 2;
}

.rh-site-tool-card__list li {
  position: relative;

  padding-left: 24px;

  color: #526778;

  font-size: 12px;
  line-height: 1.55;
}

.rh-site-tool-card__list li::before {
  content: "✓";

  position: absolute;

  top: 0;
  left: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 17px;
  height: 17px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 6px;

  font-size: 8px;
  font-weight: 700;
}


/* ========================================================= */
/* EDIARY VISUAL                                             */
/* ========================================================= */

.rh-site-tool-card__ediary {
  position: relative;

  margin-top: auto;
  padding: 18px;

  border: 1px solid rgba(21, 50, 90, 0.08);
  border-radius: 18px;

  background:
    linear-gradient(
      145deg,
      #f7faf9,
      rgba(29, 188, 136, 0.08)
    );

  z-index: 2;
}

.rh-site-tool-card__ediary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.rh-site-tool-card__ediary-header span,
.rh-site-tool-card__ediary-header strong {
  display: block;
}

.rh-site-tool-card__ediary-header div > span {
  margin-bottom: 4px;

  color: #7b8996;

  font-size: 8px;
}

.rh-site-tool-card__ediary-header strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 700;
}

.rh-site-tool-card__ediary-progress {
  color: #109267;

  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
}

.rh-site-tool-card__ediary-bar {
  width: 100%;
  height: 7px;

  margin-top: 14px;

  overflow: hidden;

  background: rgba(21, 50, 90, 0.07);
  border-radius: 999px;
}

.rh-site-tool-card__ediary-bar span {
  display: block;

  width: 75%;
  height: 100%;

  background:
    linear-gradient(
      90deg,
      #109267,
      #1dbc88
    );

  border-radius: inherit;
}

.rh-site-tool-card__ediary-tasks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;

  margin-top: 14px;
}

.rh-site-tool-card__ediary-tasks > div {
  padding: 10px;

  background: #ffffff;

  border: 1px solid rgba(21, 50, 90, 0.06);
  border-radius: 12px;
}

.rh-site-tool-card__ediary-tasks > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 26px;
  height: 26px;

  margin-bottom: 8px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 8px;

  font-size: 8px;
  font-weight: 700;
}

.rh-site-tool-card__ediary-tasks
.is-pending > span {
  color: #a66c00;
  background: rgba(245, 166, 35, 0.13);
}

.rh-site-tool-card__ediary-tasks strong,
.rh-site-tool-card__ediary-tasks small {
  display: block;
}

.rh-site-tool-card__ediary-tasks strong {
  margin-bottom: 3px;

  color: #15325a;

  font-size: 8px;
  line-height: 1.35;
}

.rh-site-tool-card__ediary-tasks small {
  color: #7b8996;

  font-size: 6px;
}


/* ========================================================= */
/* REMINDER LIST                                             */
/* ========================================================= */

.rh-site-tool-card__reminder-list {
  position: relative;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;

  z-index: 2;
}

.rh-site-tool-card__reminder-list > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  padding: 13px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 14px;

  background: #f7faf9;
}

.rh-site-tool-card__reminder-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;
  flex: 0 0 35px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 10px;
}

.rh-site-tool-card__reminder-icon svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-tool-card__reminder-list strong,
.rh-site-tool-card__reminder-list div > span {
  display: block;
}

.rh-site-tool-card__reminder-list strong {
  margin-bottom: 4px;

  color: #15325a;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
}

.rh-site-tool-card__reminder-list div > span {
  color: #7b8996;

  font-size: 8px;
  line-height: 1.5;
}


/* Reminder Status */

.rh-site-tool-card__reminder-status {
  position: relative;

  display: grid;
  grid-template-columns: 39px 1fr auto;
  align-items: center;
  gap: 11px;

  margin-top: auto;
  padding: 15px;

  border: 1px solid rgba(29, 188, 136, 0.15);
  border-radius: 16px;

  background: rgba(29, 188, 136, 0.07);

  z-index: 2;
}

.rh-site-tool-card__status-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 12px;
}

.rh-site-tool-card__status-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-tool-card__reminder-status span,
.rh-site-tool-card__reminder-status strong {
  display: block;
}

.rh-site-tool-card__reminder-status div > span {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 8px;
}

.rh-site-tool-card__reminder-status strong {
  color: #15325a;

  font-size: 10px;
  font-weight: 700;
}

.rh-site-tool-card__reminder-status small {
  color: #109267;

  font-size: 8px;
  font-weight: 700;
}


/* ========================================================= */
/* ENROLLMENT STEPS                                          */
/* ========================================================= */

.rh-site-tool-card__steps {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 9px;

  z-index: 2;
}

.rh-site-tool-card__steps > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 11px;

  padding: 12px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 13px;

  background: #f7faf9;
}

.rh-site-tool-card__steps > div > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  color: #7b8996;
  background: rgba(21, 50, 90, 0.06);

  border-radius: 11px;

  font-size: 8px;
  font-weight: 700;
}

.rh-site-tool-card__steps .is-complete > span {
  color: #ffffff;
  background: #1dbc88;
}

.rh-site-tool-card__steps .is-active {
  border-color: rgba(29, 188, 136, 0.2);
  background: rgba(29, 188, 136, 0.07);
}

.rh-site-tool-card__steps .is-active > span {
  color: #ffffff;
  background: #15325a;
}

.rh-site-tool-card__steps strong,
.rh-site-tool-card__steps small {
  display: block;
}

.rh-site-tool-card__steps strong {
  margin-bottom: 3px;

  color: #15325a;

  font-size: 10px;
  font-weight: 700;
}

.rh-site-tool-card__steps small {
  color: #7b8996;

  font-size: 8px;
}


/* Enrollment Note */

.rh-site-tool-card__note {
  position: relative;

  display: flex;
  align-items: flex-start;
  gap: 11px;

  margin-top: auto;
  padding: 17px;

  color: #526778;
  background: rgba(29, 188, 136, 0.07);

  border-left: 4px solid #1dbc88;
  border-radius: 0 14px 14px 0;

  z-index: 2;
}

.rh-site-tool-card__note > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;
  flex: 0 0 24px;

  color: #ffffff;
  background: #1dbc88;

  border-radius: 8px;

  font-size: 10px;
  font-weight: 700;
}

.rh-site-tool-card__note p {
  margin: 0;

  font-size: 12px;
  line-height: 1.65;
}


/* ========================================================= */
/* COMPLIANCE SUMMARY                                        */
/* ========================================================= */

.rh-site-tool-card__compliance-summary {
  position: relative;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;

  z-index: 2;
}

.rh-site-tool-card__compliance-summary > div {
  padding: 14px;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;

  background: rgba(255, 255, 255, 0.08);
}

.rh-site-tool-card__compliance-summary span,
.rh-site-tool-card__compliance-summary strong,
.rh-site-tool-card__compliance-summary small {
  display: block;
}

.rh-site-tool-card__compliance-summary span {
  margin-bottom: 8px;

  color: rgba(255, 255, 255, 0.57);

  font-size: 8px;
}

.rh-site-tool-card__compliance-summary strong {
  margin-bottom: 5px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 23px;
  line-height: 1;
}

.rh-site-tool-card__compliance-summary small {
  color: rgba(255, 255, 255, 0.65);

  font-size: 7px;
}


/* ========================================================= */
/* COMPLIANCE CHART                                          */
/* ========================================================= */

.rh-site-tool-card__compliance-chart {
  position: relative;

  margin-top: 14px;
  padding: 17px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;

  background: rgba(255, 255, 255, 0.09);

  z-index: 2;
}

.rh-site-tool-card__chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.rh-site-tool-card__chart-header span,
.rh-site-tool-card__chart-header strong {
  display: block;
}

.rh-site-tool-card__chart-header div > span {
  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.57);

  font-size: 8px;
}

.rh-site-tool-card__chart-header strong {
  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 700;
}

.rh-site-tool-card__chart-header > span {
  padding: 6px 8px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border-radius: 999px;

  font-size: 7px;
  font-weight: 700;
}

.rh-site-tool-card__chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;

  height: 125px;

  margin-top: 17px;
  padding-bottom: 20px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.rh-site-tool-card__chart-bars > span {
  position: relative;

  flex: 1;
  height: var(--rh-tool-bar);

  background:
    linear-gradient(
      180deg,
      #ffffff,
      rgba(255, 255, 255, 0.5)
    );

  border-radius: 7px 7px 3px 3px;
}

.rh-site-tool-card__chart-bars i {
  position: absolute;

  bottom: -18px;
  left: 50%;

  color: rgba(255, 255, 255, 0.52);

  font-size: 6px;
  font-style: normal;

  transform: translateX(-50%);
}


/* Compliance Footer */

.rh-site-tool-card__compliance-footer {
  position: relative;

  display: flex;
  align-items: flex-start;
  gap: 11px;

  margin-top: auto;
  padding-top: 19px;

  z-index: 2;
}

.rh-site-tool-card__compliance-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 39px;
  height: 39px;
  flex: 0 0 39px;

  color: #15325a;
  background: #ffffff;

  border-radius: 12px;
}

.rh-site-tool-card__compliance-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-site-tool-card__compliance-footer p {
  margin: 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 11px;
  line-height: 1.65;
}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-site-tools {
    padding: 95px 20px;
  }

  .rh-site-tools__header h2 {
    font-size: clamp(36px, 4.5vw, 50px);
  }

  .rh-site-tool-card {
    min-height: 720px;
    padding: 27px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-site-tools {
    padding: 85px 20px;
  }

  .rh-site-tools__container {
    max-width: 760px;
  }

  .rh-site-tools__grid {
    grid-template-columns: 1fr;
  }

  .rh-site-tool-card {
    min-height: 0;
  }

  .rh-site-tool-card__ediary,
  .rh-site-tool-card__reminder-status,
  .rh-site-tool-card__note,
  .rh-site-tool-card__compliance-footer {
    margin-top: 28px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-site-tools {
    padding: 70px 15px;
  }

  .rh-site-tools__header {
    margin-bottom: 40px;
  }

  .rh-site-tools__eyebrow {
    font-size: 9px;
  }

  .rh-site-tools__header h2 {
    font-size: 31px;
  }

  .rh-site-tools__header p {
    font-size: 14px;
  }

  .rh-site-tools__grid {
    gap: 16px;
  }

  .rh-site-tool-card {
    padding: 22px;

    border-radius: 21px;
  }

  .rh-site-tool-card h3 {
    font-size: 21px;
  }

  .rh-site-tool-card__icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;

    border-radius: 14px;
  }

  .rh-site-tool-card__ediary-tasks,
  .rh-site-tool-card__reminder-list {
    grid-template-columns: 1fr;
  }

  .rh-site-tool-card__compliance-summary {
    grid-template-columns: 1fr;
  }

  .rh-site-tool-card__compliance-summary > div {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .rh-site-tool-card__compliance-summary span,
  .rh-site-tool-card__compliance-summary small {
    grid-column: 1;
  }

  .rh-site-tool-card__compliance-summary strong {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-site-tool-card,
  .rh-site-tool-card::before {
    transition: none;
  }

  .rh-site-tool-card:hover {
    transform: none;
  }

}


/* ========================================================= */
/* SITE TOOLS — ALIGNMENT AND LIVE ANIMATION ENHANCEMENTS    */
/* ========================================================= */


/* ========================================================= */
/* 01. CARD 02 REMINDER ICON ALIGNMENT FIX                   */
/* ========================================================= */

.rh-site-tool-card--reminders
.rh-site-tool-card__reminder-list > div {
  align-items: center;
}


/*
 * Icon container ko exact horizontal aur vertical
 * center alignment di gayi hai.
 */
.rh-site-tool-card--reminders
.rh-site-tool-card__reminder-icon {
  display: grid;
  place-items: center;

  padding: 0;

  line-height: 0;
}


/*
 * SVG ke default inline baseline gap ko remove karta hai.
 */
.rh-site-tool-card--reminders
.rh-site-tool-card__reminder-icon svg {
  display: block;

  width: 17px;
  height: 17px;

  margin: 0;

  transform: translateZ(0);
}


/*
 * Long content ki wajah se icon alignment disturb na ho.
 */
.rh-site-tool-card--reminders
.rh-site-tool-card__reminder-list > div > div {
  min-width: 0;
}


/* ========================================================= */
/* 02. TOP-RIGHT CARD ICON ANIMATION                         */
/* ========================================================= */

.rh-site-tool-card__icon {
  position: relative;

  overflow: visible;

  animation:
    rhSiteToolTopIconFloat
    3.6s
    ease-in-out
    infinite;

  will-change: transform;
}


/*
 * Icon ke around animated pulse ring.
 */
.rh-site-tool-card__icon::after {
  content: "";

  position: absolute;
  inset: -7px;

  border: 1px solid currentColor;
  border-radius: 20px;

  opacity: 0;

  pointer-events: none;

  animation:
    rhSiteToolIconRing
    3.6s
    ease-out
    infinite;
}


/*
 * SVG ke andar subtle breathing animation.
 */
.rh-site-tool-card__icon svg {
  display: block;

  margin: 0;

  transform-box: fill-box;
  transform-origin: center;

  animation:
    rhSiteToolSvgBreathe
    3.6s
    ease-in-out
    infinite;
}


/*
 * Har card ka animation timing different rakha gaya hai
 * taake tamam icons ek saath move na karein.
 */
.rh-site-tool-card:nth-child(1)
.rh-site-tool-card__icon,
.rh-site-tool-card:nth-child(1)
.rh-site-tool-card__icon::after,
.rh-site-tool-card:nth-child(1)
.rh-site-tool-card__icon svg {
  animation-delay: 0s;
}

.rh-site-tool-card:nth-child(2)
.rh-site-tool-card__icon,
.rh-site-tool-card:nth-child(2)
.rh-site-tool-card__icon::after,
.rh-site-tool-card:nth-child(2)
.rh-site-tool-card__icon svg {
  animation-delay: -0.8s;
}

.rh-site-tool-card:nth-child(3)
.rh-site-tool-card__icon,
.rh-site-tool-card:nth-child(3)
.rh-site-tool-card__icon::after,
.rh-site-tool-card:nth-child(3)
.rh-site-tool-card__icon svg {
  animation-delay: -1.6s;
}

.rh-site-tool-card:nth-child(4)
.rh-site-tool-card__icon,
.rh-site-tool-card:nth-child(4)
.rh-site-tool-card__icon::after,
.rh-site-tool-card:nth-child(4)
.rh-site-tool-card__icon svg {
  animation-delay: -2.4s;
}


/* Top Icon Floating Animation */

@keyframes rhSiteToolTopIconFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-6px) rotate(2deg);
  }

}


/* Top Icon Pulse Ring */

@keyframes rhSiteToolIconRing {

  0% {
    opacity: 0;
    transform: scale(0.82);
  }

  28% {
    opacity: 0.22;
  }

  65%,
  100% {
    opacity: 0;
    transform: scale(1.16);
  }

}


/* SVG Breathing Animation */

@keyframes rhSiteToolSvgBreathe {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

}


/* ========================================================= */
/* 03. REAL-TIME TAG LIVE INDICATOR                          */
/* ========================================================= */

.rh-site-tool-card--featured
.rh-site-tool-card__tag {
  position: relative;

  align-items: center;
  gap: 7px;
}


/*
 * Real-Time tag ke andar live status dot.
 */
.rh-site-tool-card--featured
.rh-site-tool-card__tag::before {
  content: "";

  width: 6px;
  height: 6px;
  flex: 0 0 6px;

  background: #79f4c8;
  border-radius: 50%;

  box-shadow:
    0 0 0 0 rgba(121, 244, 200, 0.55);

  animation:
    rhSiteToolLiveDot
    1.8s
    ease-out
    infinite;
}


@keyframes rhSiteToolLiveDot {

  0% {
    box-shadow:
      0 0 0 0 rgba(121, 244, 200, 0.55);
  }

  70% {
    box-shadow:
      0 0 0 7px rgba(121, 244, 200, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(121, 244, 200, 0);
  }

}


/* ========================================================= */
/* 04. COUNTER NUMBER STABILITY                              */
/* ========================================================= */

.rh-site-tool-card__compliance-summary strong {
  min-height: 23px;

  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";

  white-space: nowrap;
}


/*
 * Counter animation ke waqt subtle fade and movement.
 */
.rh-site-tool-card--featured.is-revealed
.rh-site-tool-card__compliance-summary strong {
  animation:
    rhSiteToolCounterReveal
    0.55s
    ease
    both;
}

.rh-site-tool-card--featured.is-revealed
.rh-site-tool-card__compliance-summary > div:nth-child(2) strong {
  animation-delay: 0.12s;
}

.rh-site-tool-card--featured.is-revealed
.rh-site-tool-card__compliance-summary > div:nth-child(3) strong {
  animation-delay: 0.24s;
}


@keyframes rhSiteToolCounterReveal {

  from {
    opacity: 0.25;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* ========================================================= */
/* 05. COMPLIANCE GRAPH GROW ANIMATION                       */
/* ========================================================= */

/*
 * JavaScript available hone par bars initially zero height
 * se start hongi.
 */
.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span {
  height: 0;

  opacity: 0.3;

  transition:
    height 1.15s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease;

  will-change: height, opacity;
}


/*
 * Featured card viewport mein aane par bars apni
 * assigned height tak grow hongi.
 */
.rh-site-tools.rh-site-tools--js
.rh-site-tool-card--featured.is-revealed
.rh-site-tool-card__chart-bars > span {
  height: var(--rh-tool-bar);

  opacity: 1;
}


/* Staggered Bar Delays */

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span:nth-child(1) {
  transition-delay: 0.08s;
}

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span:nth-child(2) {
  transition-delay: 0.17s;
}

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span:nth-child(3) {
  transition-delay: 0.26s;
}

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span:nth-child(4) {
  transition-delay: 0.35s;
}

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span:nth-child(5) {
  transition-delay: 0.44s;
}

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span:nth-child(6) {
  transition-delay: 0.53s;
}

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__chart-bars > span:nth-child(7) {
  transition-delay: 0.62s;
}


/* ========================================================= */
/* GRAPH LIVE SHIMMER                                        */
/* ========================================================= */

.rh-site-tool-card__chart-bars > span::after {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.48),
      transparent 45%,
      rgba(255, 255, 255, 0.1)
    );

  opacity: 0;

  pointer-events: none;
}


.rh-site-tool-card--featured.is-revealed
.rh-site-tool-card__chart-bars > span::after {
  animation:
    rhSiteToolBarShimmer
    2.8s
    ease-in-out
    infinite;
}


/* Different shimmer timings */

.rh-site-tool-card__chart-bars > span:nth-child(2)::after {
  animation-delay: -0.4s !important;
}

.rh-site-tool-card__chart-bars > span:nth-child(3)::after {
  animation-delay: -0.8s !important;
}

.rh-site-tool-card__chart-bars > span:nth-child(4)::after {
  animation-delay: -1.2s !important;
}

.rh-site-tool-card__chart-bars > span:nth-child(5)::after {
  animation-delay: -1.6s !important;
}

.rh-site-tool-card__chart-bars > span:nth-child(6)::after {
  animation-delay: -2s !important;
}

.rh-site-tool-card__chart-bars > span:nth-child(7)::after {
  animation-delay: -2.4s !important;
}


@keyframes rhSiteToolBarShimmer {

  0%,
  100% {
    opacity: 0.1;
    transform: scaleY(0.96);
  }

  50% {
    opacity: 0.55;
    transform: scaleY(1);
  }

}


/* ========================================================= */
/* GRAPH CONTAINER REVEAL                                    */
/* ========================================================= */

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card__compliance-chart {
  opacity: 0.55;

  transform: translateY(12px);

  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.rh-site-tools.rh-site-tools--js
.rh-site-tool-card--featured.is-revealed
.rh-site-tool-card__compliance-chart {
  opacity: 1;

  transform: translateY(0);
}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-site-tool-card__icon,
  .rh-site-tool-card__icon::after,
  .rh-site-tool-card__icon svg,
  .rh-site-tool-card--featured
  .rh-site-tool-card__tag::before,
  .rh-site-tool-card--featured.is-revealed
  .rh-site-tool-card__compliance-summary strong,
  .rh-site-tool-card--featured.is-revealed
  .rh-site-tool-card__chart-bars > span::after {
    animation: none !important;
  }

  .rh-site-tools.rh-site-tools--js
  .rh-site-tool-card__chart-bars > span {
    height: var(--rh-tool-bar);

    opacity: 1;

    transition: none;
  }

  .rh-site-tools.rh-site-tools--js
  .rh-site-tool-card__compliance-chart {
    opacity: 1;

    transform: none;

    transition: none;
  }

}/* End custom CSS */