.elementor-1265 .elementor-element.elementor-element-fc0de19{--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-1265 .elementor-element.elementor-element-2f62932{--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-1265 .elementor-element.elementor-element-89b0b5c{--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-1265 .elementor-element.elementor-element-6aa560f{--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-1265 .elementor-element.elementor-element-43a6bf7{--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-1265 .elementor-element.elementor-element-b9e12f7{--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-30b0af8 *//* ========================================================= */
/* 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-7cf86f5 *//* ========================================================= */
/* SECURE & COMPLIANCE-FOCUSED RESEARCH OPERATIONS           */
/* ========================================================= */

.rh-regulatory-overview {
  position: relative;

  width: 100%;
  padding: 110px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(29, 188, 136, 0.12),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(21, 50, 90, 0.07),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4faf7 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-regulatory-overview__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-regulatory-overview__orb {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-regulatory-overview__orb--one {
  top: -320px;
  left: -210px;

  width: 720px;
  height: 720px;
}

.rh-regulatory-overview__orb--two {
  right: -270px;
  bottom: -430px;

  width: 830px;
  height: 830px;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-regulatory-overview__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(480px, 1.05fr)
    minmax(390px, 0.95fr);

  align-items: center;
  gap: 85px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT IMAGE AREA                                           */
/* ========================================================= */

.rh-regulatory-overview__media {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;
}


/* Decorative Image Glow */

.rh-regulatory-overview__media-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 88%;
  height: 88%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.22),
      rgba(21, 50, 90, 0.06) 52%,
      transparent 74%
    );

  filter: blur(32px);

  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* ========================================================= */
/* IMAGE FRAME                                               */
/* ========================================================= */

.rh-regulatory-overview__image-frame {
  position: relative;

  width: 100%;
  max-width: 570px;
  aspect-ratio: 5 / 6;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 29px;

  background:
    linear-gradient(
      145deg,
      #e7f4ef,
      #f7fbf9
    );

  box-shadow:
    0 40px 90px rgba(21, 50, 90, 0.17),
    0 12px 32px rgba(21, 50, 90, 0.08);

  z-index: 2;
}


/* Generated Image */

.rh-regulatory-overview__image {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform 0.7s ease,
    filter 0.4s ease;
}


/* Subtle Overlay */

.rh-regulatory-overview__image-frame::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 55%,
      rgba(10, 39, 61, 0.14) 100%
    );

  pointer-events: none;
}


/* Image Hover */

.rh-regulatory-overview__media:hover
.rh-regulatory-overview__image {
  transform: scale(1.025);
}


/* ========================================================= */
/* FLOATING IMAGE BADGE                                      */
/* ========================================================= */

.rh-regulatory-overview__image-badge {
  position: absolute;

  right: -12px;
  bottom: 42px;

  display: flex;
  align-items: center;
  gap: 11px;

  min-width: 245px;
  padding: 14px 16px;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 17px;

  background: rgba(255, 255, 255, 0.95);

  box-shadow:
    0 20px 48px rgba(21, 50, 90, 0.17);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  animation:
    rhRegulatoryImageBadgeFloat
    4s
    ease-in-out
    infinite;

  z-index: 4;
}


/* Badge Icon */

.rh-regulatory-overview__image-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 13px;
}

.rh-regulatory-overview__image-badge-icon svg {
  display: block;

  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Badge Text */

.rh-regulatory-overview__image-badge span,
.rh-regulatory-overview__image-badge strong {
  display: block;
}

.rh-regulatory-overview__image-badge div > span {
  margin-bottom: 4px;

  color: #7b8996;

  font-size: 8px;
  line-height: 1.3;
}

.rh-regulatory-overview__image-badge strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}


/* ========================================================= */
/* RIGHT CONTENT                                             */
/* ========================================================= */

.rh-regulatory-overview__content {
  position: relative;

  width: 100%;
  max-width: 520px;
}


/* Eyebrow */

.rh-regulatory-overview__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 20px;
  padding: 9px 15px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Heading */

.rh-regulatory-overview__content h2 {
  margin: 0;
max-width: 550px;

  color: #15325a;
 font-family: "Poppins", sans-serif !important;
  font-size: clamp(38px, 4.1vw, 58px);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -0.045em;
}


/* Main Description */

.rh-regulatory-overview__description {
  margin: 22px 0 0;

  color: #687887;

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* BENEFITS                                                  */
/* ========================================================= */

.rh-regulatory-overview__benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;

  margin-top: 28px;
}

.rh-regulatory-overview__benefit {
  display: flex;
  align-items: center;
  gap: 13px;

  padding: 13px 14px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.72);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.rh-regulatory-overview__benefit:hover {
  border-color: rgba(29, 188, 136, 0.24);

  background: #ffffff;

  transform: translateX(4px);
}


/* Benefit Icon */

.rh-regulatory-overview__benefit > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(29, 188, 136, 0.15);
  border-radius: 12px;
}

.rh-regulatory-overview__benefit svg {
  display: block;

  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Benefit Content */

.rh-regulatory-overview__benefit strong,
.rh-regulatory-overview__benefit small {
  display: block;
}

.rh-regulatory-overview__benefit strong {
  margin-bottom: 3px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.rh-regulatory-overview__benefit small {
  color: #758491;

  font-size: 11px;
  line-height: 1.5;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-regulatory-overview__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 51px;

  margin-top: 31px;
  padding: 13px 24px;

  color: #ffffff;
  background: #109267;

  border-radius: 999px;

  box-shadow:
    0 15px 32px rgba(16, 146, 103, 0.24);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-regulatory-overview__button span {
  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-regulatory-overview__button:hover {
  color: #ffffff !important;
  background: #15325a;

  transform: translateY(-3px);

  box-shadow:
    0 20px 40px rgba(21, 50, 90, 0.24);
}

.rh-regulatory-overview__button:hover span {
  transform: translateX(4px);
}


/* ========================================================= */
/* ANIMATION                                                 */
/* ========================================================= */

@keyframes rhRegulatoryImageBadgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-regulatory-overview {
    padding: 95px 20px;
  }

  .rh-regulatory-overview__container {
    grid-template-columns:
      minmax(430px, 1fr)
      minmax(350px, 1fr);

    gap: 50px;
  }

  .rh-regulatory-overview__content h2 {
    font-size: clamp(35px, 4.1vw, 47px);
  }

  .rh-regulatory-overview__image-badge {
    right: 0;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-regulatory-overview {
    padding: 85px 20px;
  }

  .rh-regulatory-overview__container {
    grid-template-columns: 1fr;

    max-width: 760px;
    gap: 60px;
  }

  .rh-regulatory-overview__media {
    max-width: 620px;

    margin: 0 auto;
  }

  .rh-regulatory-overview__content {
    max-width: 680px;

    margin: 0 auto;

    text-align: center;
  }

  .rh-regulatory-overview__description {
    max-width: 610px;

    margin-right: auto;
    margin-left: auto;
  }

  .rh-regulatory-overview__benefits {
    max-width: 570px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-regulatory-overview__image-badge {
    right: 20px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-regulatory-overview {
    padding: 70px 15px;
  }

  .rh-regulatory-overview__container {
    gap: 42px;
  }

  .rh-regulatory-overview__image-frame {
    border-radius: 22px;
  }

  .rh-regulatory-overview__eyebrow {
    font-size: 9px;
  }

  .rh-regulatory-overview__content h2 {
    font-size: 31px;
  }

  .rh-regulatory-overview__description {
    font-size: 14px;
  }

  .rh-regulatory-overview__benefit {
    align-items: flex-start;

    padding: 11px;
  }

  .rh-regulatory-overview__button {
    width: 100%;
  }

  /*
   * Mobile par badge image ke neeche show hoga.
   */

  .rh-regulatory-overview__image-badge {
    position: relative;

    right: auto;
    bottom: auto;

    width: 100%;
    min-width: 0;

    margin-top: 13px;

    animation: none;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-regulatory-overview__content h2 {
    font-size: 28px;
  }

  .rh-regulatory-overview__benefit small {
    font-size: 10px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-regulatory-overview__image-badge {
    animation: none;
  }

  .rh-regulatory-overview__image,
  .rh-regulatory-overview__benefit,
  .rh-regulatory-overview__button,
  .rh-regulatory-overview__button span {
    transition: none;
  }

  .rh-regulatory-overview__media:hover
  .rh-regulatory-overview__image,
  .rh-regulatory-overview__benefit:hover,
  .rh-regulatory-overview__button:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-abc8260 *//* ========================================================= */
/* REGULATORY CAPABILITIES OVERVIEW                          */
/* ========================================================= */

.rh-regulatory-capabilities {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(29, 188, 136, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 85%,
      rgba(29, 188, 136, 0.13),
      transparent 31%
    ),
    linear-gradient(
      140deg,
      #102b4e 0%,
      #15325a 55%,
      #0e7059 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-regulatory-capabilities__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-regulatory-capabilities__orb {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.rh-regulatory-capabilities__orb--one {
  top: -350px;
  right: -230px;

  width: 780px;
  height: 780px;
}

.rh-regulatory-capabilities__orb--two {
  bottom: -430px;
  left: -290px;

  width: 880px;
  height: 880px;
}

.rh-regulatory-capabilities__lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0.55;
}

.rh-regulatory-capabilities__lines path {
  fill: none;

  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.2;
  stroke-dasharray: 9 12;

  animation:
    rhRegulatoryCapabilityLineMove
    20s
    linear
    infinite;
}


/* ========================================================= */
/* CONTAINER                                                 */
/* ========================================================= */

.rh-regulatory-capabilities__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* SECTION HEADER                                            */
/* ========================================================= */

.rh-regulatory-capabilities__header {
  max-width: 880px;

  margin: 0 auto 58px;

  text-align: center;
}

.rh-regulatory-capabilities__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 20px;
  padding: 9px 15px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-regulatory-capabilities__header h2 {
  margin: 0;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(39px, 5vw, 62px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.047em;
}

.rh-regulatory-capabilities__header p {
  max-width: 760px;

  margin: 23px auto 0;

  color: rgba(255, 255, 255, 0.7);

  font-size: 15px;
  line-height: 1.75;
}


/* ========================================================= */
/* CAPABILITY GRID                                           */
/* ========================================================= */

.rh-regulatory-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}


/* ========================================================= */
/* CAPABILITY CARD                                           */
/* ========================================================= */

.rh-regulatory-capability-card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 340px;
  padding: 28px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.075);

  box-shadow:
    0 20px 50px rgba(3, 21, 39, 0.13);

  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);

  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.rh-regulatory-capability-card:hover {
  border-color: rgba(255, 255, 255, 0.24);

  background: rgba(255, 255, 255, 0.11);

  transform: translateY(-6px);

  box-shadow:
    0 27px 60px rgba(3, 21, 39, 0.22);
}


/* Featured Cards */

.rh-regulatory-capability-card--featured {
  min-height: 390px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.07)
    );
}

.rh-regulatory-capability-card--green {
  background:
    linear-gradient(
      145deg,
      rgba(29, 188, 136, 0.22),
      rgba(255, 255, 255, 0.07)
    );
}


/* ========================================================= */
/* CARD TOP                                                  */
/* ========================================================= */

.rh-regulatory-capability-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}


/* Card Icon */

.rh-regulatory-capability-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;
  flex: 0 0 50px;

  color: #15325a;
  background: #ffffff;

  border-radius: 15px;

  box-shadow:
    0 12px 27px rgba(3, 21, 39, 0.18);
}

.rh-regulatory-capability-card__icon svg {
  display: block;

  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Card Number */

.rh-regulatory-capability-card__number {
  color: rgba(255, 255, 255, 0.34);

  font-family: "Poppins", sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* Live Badge */

.rh-regulatory-capability-card__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  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-regulatory-capability-card__live i {
  width: 7px;
  height: 7px;

  background: #74e8c0;
  border-radius: 50%;

  animation:
    rhRegulatoryCapabilityLivePulse
    2s
    ease-out
    infinite;
}


/* ========================================================= */
/* CARD CONTENT                                              */
/* ========================================================= */

.rh-regulatory-capability-card__content {
  margin-top: 25px;
}

.rh-regulatory-capability-card__content h3 {
  margin: 0;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.rh-regulatory-capability-card__content p {
  margin: 13px 0 0;

  color: rgba(255, 255, 255, 0.65);

  font-size: 13px;
  line-height: 1.68;
}


/* Feature List */

.rh-regulatory-capability-card__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  margin: 20px 0 0;
  padding: 0;

  list-style: none;
}

.rh-regulatory-capability-card__content li {
  position: relative;

  padding: 8px 11px 8px 25px;

  color: rgba(255, 255, 255, 0.77);
  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;

  font-size: 9px;
}

.rh-regulatory-capability-card__content li::before {
  content: "✓";

  position: absolute;

  top: 50%;
  left: 10px;

  color: #74e8c0;

  font-weight: 700;

  transform: translateY(-50%);
}


/* ========================================================= */
/* COMPLIANCE METRICS                                        */
/* ========================================================= */

.rh-regulatory-capability-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;

  margin-top: 22px;
}

.rh-regulatory-capability-card__metrics div {
  padding: 12px 10px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
}

.rh-regulatory-capability-card__metrics span,
.rh-regulatory-capability-card__metrics strong {
  display: block;
}

.rh-regulatory-capability-card__metrics span {
  margin-bottom: 5px;

  color: rgba(255, 255, 255, 0.53);

  font-size: 7px;
}

.rh-regulatory-capability-card__metrics strong {
  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
}


/* ========================================================= */
/* CARD LINK                                                 */
/* ========================================================= */

.rh-regulatory-capability-card__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  width: fit-content;

  margin-top: auto;
  padding-top: 24px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 700;
  text-decoration: none;

  transition:
    color 0.3s ease,
    gap 0.3s ease;
}

.rh-regulatory-capability-card__link span {
  color: #74e8c0;

  font-size: 16px;
}

.rh-regulatory-capability-card__link:hover {
  gap: 13px;

  color: #74e8c0 !important;
}


/* ========================================================= */
/* WIDE MULTI-SITE CARD                                      */
/* ========================================================= */

.rh-regulatory-capability-card--wide {
  grid-column: 1 / -1;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 45px;

  min-height: 330px;

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.14),
      rgba(29, 188, 136, 0.15)
    );
}

.rh-regulatory-capability-card__wide-content {
  display: flex;
  flex-direction: column;

  min-height: 270px;
}


/* ========================================================= */
/* MULTI-SITE VISUAL                                         */
/* ========================================================= */

.rh-regulatory-capability-card__sites {
  position: relative;

  width: 100%;
  max-width: 360px;
  aspect-ratio: 300 / 210;

  margin: 0 auto;
}

.rh-regulatory-capability-card__sites svg {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}

.rh-regulatory-capability-card__sites line {
  stroke: rgba(255, 255, 255, 0.25);
  stroke-width: 1.5;
  stroke-dasharray: 7 7;

  animation:
    rhRegulatoryCapabilityLineMove
    11s
    linear
    infinite;
}

.rh-regulatory-capability-card__central-site,
.rh-regulatory-capability-card__site {
  position: absolute;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  z-index: 2;
}

.rh-regulatory-capability-card__central-site {
  top: 50%;
  left: 50%;

  width: 80px;
  height: 80px;

  color: #15325a;
  background: #ffffff;

  border-radius: 50%;

  box-shadow:
    0 17px 38px rgba(3, 21, 39, 0.22);

  font-family: "Poppins", sans-serif !important;
  font-size: 19px;
  font-weight: 800;

  transform: translate(-50%, -50%);
}

.rh-regulatory-capability-card__central-site::after {
  content: "";

  position: absolute;
  inset: -8px;

  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 50%;

  animation:
    rhRegulatoryCapabilityHubPulse
    3s
    ease-out
    infinite;
}

.rh-regulatory-capability-card__site {
  min-width: 64px;
  min-height: 34px;
  padding: 7px 9px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;

  font-size: 7px;
  font-weight: 700;
}

.rh-regulatory-capability-card__site--one {
  top: 4%;
  left: 2%;
}

.rh-regulatory-capability-card__site--two {
  top: 4%;
  right: 2%;
}

.rh-regulatory-capability-card__site--three {
  bottom: 4%;
  left: 2%;
}

.rh-regulatory-capability-card__site--four {
  right: 2%;
  bottom: 4%;
}


/* ========================================================= */
/* ANIMATIONS                                                */
/* ========================================================= */

@keyframes rhRegulatoryCapabilityLineMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -160;
  }

}


@keyframes rhRegulatoryCapabilityLivePulse {

  0% {
    box-shadow:
      0 0 0 0 rgba(116, 232, 192, 0.5);
  }

  70% {
    box-shadow:
      0 0 0 8px rgba(116, 232, 192, 0);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(116, 232, 192, 0);
  }

}


@keyframes rhRegulatoryCapabilityHubPulse {

  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  35% {
    opacity: 0.45;
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-regulatory-capabilities {
    padding: 90px 20px;
  }

  .rh-regulatory-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .rh-regulatory-capability-card--wide {
    grid-column: auto;

    grid-template-columns: 1fr;
    gap: 35px;
  }

  .rh-regulatory-capability-card__wide-content {
    min-height: 0;
  }

  .rh-regulatory-capability-card__sites {
    max-width: 410px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-regulatory-capabilities {
    padding: 70px 15px;
  }

  .rh-regulatory-capabilities__header {
    margin-bottom: 40px;
  }

  .rh-regulatory-capabilities__eyebrow {
    font-size: 9px;
  }

  .rh-regulatory-capabilities__header h2 {
    font-size: 32px;
  }

  .rh-regulatory-capabilities__header p {
    font-size: 14px;
  }

  .rh-regulatory-capability-card {
    min-height: 0;
    padding: 22px;

    border-radius: 20px;
  }

  .rh-regulatory-capability-card--featured {
    min-height: 0;
  }

  .rh-regulatory-capability-card__content h3 {
    font-size: 20px;
  }

  .rh-regulatory-capability-card__metrics {
    grid-template-columns: 1fr;
  }

  .rh-regulatory-capability-card__metrics div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .rh-regulatory-capability-card__metrics span {
    margin-bottom: 0;
  }

  .rh-regulatory-capability-card__sites {
    max-width: 320px;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-regulatory-capabilities__header h2 {
    font-size: 29px;
  }

  .rh-regulatory-capability-card__content li {
    width: 100%;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-regulatory-capabilities__lines path,
  .rh-regulatory-capability-card__sites line,
  .rh-regulatory-capability-card__live i,
  .rh-regulatory-capability-card__central-site::after {
    animation: none;
  }

  .rh-regulatory-capability-card,
  .rh-regulatory-capability-card__link {
    transition: none;
  }

  .rh-regulatory-capability-card:hover {
    transform: none;
  }

}

/* ========================================================= */
/* REGULATORY CAPABILITY GRID UPDATE                         */
/* 3 COLUMNS × 2 ROWS + FULL-WIDTH 7TH CARD                 */
/* ========================================================= */

/*
 * First six cards:
 * Desktop par 3 columns aur 2 rows.
 */

.rh-regulatory-capabilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}


/* ========================================================= */
/* FIRST SIX CARDS                                           */
/* ========================================================= */

/*
 * Featured cards ki previous extra height remove karke
 * sab first six cards ko balanced height di gayi hai.
 */

.rh-regulatory-capability-card,
.rh-regulatory-capability-card--featured {
  min-height: 350px;
}


/*
 * Buttons HTML se remove honge.
 * Ye safeguard old cached HTML mein bhi button hide rakhega.
 */

.rh-regulatory-capability-card__link {
  display: none !important;
}


/* ========================================================= */
/* SEVENTH FULL-WIDTH CARD                                   */
/* ========================================================= */

/*
 * Card 07 apna current wide layout maintain karega.
 */

.rh-regulatory-capability-card--wide {
  grid-column: 1 / -1;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    390px;

  align-items: center;
  gap: 45px;

  min-height: 330px;
}


/*
 * Button remove hone ke baad unnecessary fixed inner
 * height hata di gayi hai.
 */

.rh-regulatory-capability-card__wide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 0;
}


/* ========================================================= */
/* MEDIUM DESKTOP / TABLET                                   */
/* ========================================================= */

@media (max-width: 1100px) and (min-width: 761px) {

  /*
   * Medium screens par 2 columns.
   */

  .rh-regulatory-capabilities__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /*
   * Seventh card dono columns cover karega.
   */

  .rh-regulatory-capability-card--wide {
    grid-column: 1 / -1;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 760px) {

  .rh-regulatory-capabilities__grid {
    grid-template-columns: 1fr;
  }

  .rh-regulatory-capability-card,
  .rh-regulatory-capability-card--featured {
    min-height: 0;
  }

  /*
   * Mobile par Card 07 stacked layout mein show hoga.
   */

  .rh-regulatory-capability-card--wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 32px;

    min-height: 0;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5a48555 *//* ========================================================= */
/* ROLE-BASED ACCESS CONTROL                                 */
/* ========================================================= */

.rh-access-control {
  position: relative;

  width: 100%;
  padding: 115px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 88% 20%,
      rgba(29, 188, 136, 0.13),
      transparent 30%
    ),
    radial-gradient(
      circle at 7% 85%,
      rgba(21, 50, 90, 0.07),
      transparent 29%
    ),
    linear-gradient(
      180deg,
      #ffffff 0%,
      #f4faf7 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-access-control__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-access-control__orb {
  position: absolute;

  border: 1px solid rgba(29, 188, 136, 0.09);
  border-radius: 50%;
}

.rh-access-control__orb--one {
  top: -340px;
  right: -220px;

  width: 760px;
  height: 760px;
}

.rh-access-control__orb--two {
  bottom: -420px;
  left: -280px;

  width: 850px;
  height: 850px;
}


/* ========================================================= */
/* CONTAINER                                                 */
/* ========================================================= */

.rh-access-control__container {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(390px, 0.9fr)
    minmax(530px, 1.1fr);

  align-items: center;
  gap: 80px;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* LEFT CONTENT                                              */
/* ========================================================= */

.rh-access-control__content {
  position: relative;

  max-width: 530px;
}

.rh-access-control__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 20px;
  padding: 9px 15px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border: 1px solid rgba(16, 146, 103, 0.16);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-access-control__content h2 {
  margin: 0;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(41px, 4.8vw, 59px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.047em;
}

.rh-access-control__lead {
  margin: 23px 0 0;

  color: #40576b;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.rh-access-control__description {
  margin: 14px 0 0;

  color: #687887;

  font-size: 14px;
  line-height: 1.72;
}


/* ========================================================= */
/* CAPABILITIES                                              */
/* ========================================================= */

.rh-access-control__capabilities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;

  margin-top: 28px;
}

.rh-access-control__capability {
  display: flex;
  align-items: flex-start;
  gap: 11px;

  padding: 13px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.78);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.rh-access-control__capability:hover {
  border-color: rgba(29, 188, 136, 0.24);

  background: #ffffff;

  transform: translateY(-3px);
}

.rh-access-control__capability > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;
  flex: 0 0 38px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 11px;
}

.rh-access-control__capability svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-access-control__capability strong,
.rh-access-control__capability small {
  display: block;
}

.rh-access-control__capability strong {
  margin-bottom: 4px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.rh-access-control__capability small {
  color: #758491;

  font-size: 9px;
  line-height: 1.5;
}


/* ========================================================= */
/* CLOSING NOTE                                              */
/* ========================================================= */

.rh-access-control__note {
  display: flex;
  align-items: flex-start;
  gap: 11px;

  margin-top: 22px;
  padding: 14px;

  border-left: 3px solid #109267;
  border-radius: 0 13px 13px 0;

  background: rgba(29, 188, 136, 0.08);
}

.rh-access-control__note > span {
  display: inline-flex;

  color: #109267;
}

.rh-access-control__note svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-access-control__note p {
  margin: 0;

  color: #536879;

  font-size: 11px;
  line-height: 1.6;
}


/* ========================================================= */
/* RIGHT VISUAL                                              */
/* ========================================================= */

.rh-access-control__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  min-width: 0;
}

.rh-access-control__visual-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 86%;
  height: 84%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.2),
      rgba(21, 50, 90, 0.05) 52%,
      transparent 75%
    );

  filter: blur(30px);

  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* ========================================================= */
/* ACCESS WORKSPACE                                          */
/* ========================================================= */

.rh-access-workspace {
  position: relative;

  width: 100%;
  max-width: 630px;

  padding: 23px;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 27px;

  background: rgba(255, 255, 255, 0.97);

  box-shadow:
    0 40px 90px rgba(21, 50, 90, 0.16),
    0 12px 32px rgba(21, 50, 90, 0.08);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  z-index: 2;
}


/* Workspace Header */

.rh-access-workspace__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;

  padding-bottom: 17px;

  border-bottom: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-access-workspace__title {
  display: flex;
  align-items: center;
  gap: 11px;
}

.rh-access-workspace__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;
  flex: 0 0 43px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 13px;
}

.rh-access-workspace__title-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-access-workspace__title strong,
.rh-access-workspace__title small {
  display: block;
}

.rh-access-workspace__title strong {
  margin-bottom: 3px;

  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700;
}

.rh-access-workspace__title small {
  color: #7b8996;

  font-size: 8px;
}

.rh-access-workspace__secure {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  padding: 7px 10px;

  color: #109267;
  background: rgba(29, 188, 136, 0.1);

  border-radius: 999px;

  font-size: 8px;
  font-weight: 700;
}

.rh-access-workspace__secure i {
  width: 7px;
  height: 7px;

  background: #1dbc88;
  border-radius: 50%;

  animation:
    rhAccessControlSecurePulse
    2s
    ease-out
    infinite;
}


/* Tabs */

.rh-access-workspace__tabs {
  display: flex;
  gap: 6px;

  margin-top: 15px;
  padding: 5px;

  background: #f2f7f5;

  border-radius: 11px;
}

.rh-access-workspace__tabs span {
  flex: 1;

  padding: 8px;

  color: #7b8996;

  border-radius: 8px;

  font-size: 8px;
  font-weight: 700;
  text-align: center;
}

.rh-access-workspace__tabs span.is-active {
  color: #ffffff;
  background: #15325a;
}


/* Summary */

.rh-access-workspace__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;

  margin-top: 13px;
}

.rh-access-workspace__summary div {
  padding: 11px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 12px;

  background: #f8faf9;
}

.rh-access-workspace__summary span,
.rh-access-workspace__summary strong {
  display: block;
}

.rh-access-workspace__summary span {
  margin-bottom: 4px;

  color: #7b8996;

  font-size: 7px;
}

.rh-access-workspace__summary strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 17px;
}


/* Permission Panel */

.rh-access-workspace__permissions {
  margin-top: 12px;
  padding: 14px;

  border: 1px solid rgba(21, 50, 90, 0.07);
  border-radius: 16px;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      rgba(29, 188, 136, 0.05)
    );
}

.rh-access-workspace__permissions-head {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 12px;

  padding: 0 7px 9px;

  color: #8a97a2;

  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.rh-access-workspace__permissions-head span:last-child {
  text-align: right;
}


/* User Role */

.rh-access-workspace__role {
  display: grid;
  grid-template-columns: 37px minmax(0, 1fr) 145px;
  align-items: center;
  gap: 10px;

  padding: 9px;

  border-top: 1px solid rgba(21, 50, 90, 0.06);
}

.rh-access-workspace__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 37px;
  height: 37px;

  color: #ffffff;
  background: #15325a;

  border-radius: 11px;

  font-size: 8px;
  font-weight: 700;
}

.rh-access-workspace__role:nth-child(even)
.rh-access-workspace__avatar {
  background: #109267;
}

.rh-access-workspace__role-info strong,
.rh-access-workspace__role-info small {
  display: block;
}

.rh-access-workspace__role-info strong {
  margin-bottom: 3px;

  color: #15325a;

  font-size: 9px;
  font-weight: 700;
}

.rh-access-workspace__role-info small {
  color: #7b8996;

  font-size: 7px;
}


/* Access Level */

.rh-access-workspace__access-level {
  text-align: right;
}

.rh-access-workspace__access-bar {
  display: block;

  width: 100%;
  height: 7px;

  overflow: hidden;

  background: #e7efec;

  border-radius: 999px;
}

.rh-access-workspace__access-bar i {
  display: block;

  width: var(--rh-access-width);
  height: 100%;

  background:
    linear-gradient(
      90deg,
      #109267,
      #1dbc88
    );

  border-radius: inherit;

  transform-origin: left;

  animation:
    rhAccessControlBarGrow
    1.3s
    ease
    both;
}

.rh-access-workspace__access-level small {
  display: block;

  margin-top: 4px;

  color: #109267;

  font-size: 6px;
  font-weight: 700;
}


/* Workspace Footer */

.rh-access-workspace__footer {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-top: 14px;
  padding-top: 14px;

  border-top: 1px solid rgba(21, 50, 90, 0.08);
}

.rh-access-workspace__footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  flex: 0 0 36px;

  color: #ffffff;
  background: #109267;

  border-radius: 10px;
}

.rh-access-workspace__footer-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-access-workspace__footer span,
.rh-access-workspace__footer strong {
  display: block;
}

.rh-access-workspace__footer div > span {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 7px;
}

.rh-access-workspace__footer strong {
  color: #15325a;

  font-size: 9px;
  font-weight: 700;
}


/* Floating Card */

.rh-access-control__floating-card {
  position: absolute;

  right: -14px;
  bottom: 42px;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 14px;

  border: 1px solid rgba(21, 50, 90, 0.09);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 20px 44px rgba(21, 50, 90, 0.16);

  animation:
    rhAccessControlFloat
    4s
    ease-in-out
    infinite;

  z-index: 4;
}

.rh-access-control__floating-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 37px;
  height: 37px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 11px;
}

.rh-access-control__floating-card svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-access-control__floating-card small,
.rh-access-control__floating-card strong {
  display: block;
}

.rh-access-control__floating-card small {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 7px;
}

.rh-access-control__floating-card strong {
  color: #15325a;

  font-size: 9px;
  font-weight: 700;
}


/* ========================================================= */
/* ANIMATIONS                                                */
/* ========================================================= */

@keyframes rhAccessControlSecurePulse {

  0% {
    box-shadow: 0 0 0 0 rgba(29, 188, 136, 0.5);
  }

  70% {
    box-shadow: 0 0 0 7px rgba(29, 188, 136, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(29, 188, 136, 0);
  }

}


@keyframes rhAccessControlBarGrow {

  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }

}


@keyframes rhAccessControlFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-access-control {
    padding: 95px 20px;
  }

  .rh-access-control__container {
    grid-template-columns:
      minmax(350px, 0.9fr)
      minmax(470px, 1.1fr);

    gap: 50px;
  }

  .rh-access-control__content h2 {
    font-size: clamp(37px, 4.5vw, 50px);
  }

  .rh-access-control__floating-card {
    right: 0;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-access-control {
    padding: 85px 20px;
  }

  .rh-access-control__container {
    grid-template-columns: 1fr;
    gap: 60px;

    max-width: 760px;
  }

  .rh-access-control__content {
    max-width: 680px;

    margin: 0 auto;

    text-align: center;
  }

  .rh-access-control__capabilities {
    max-width: 620px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-access-control__note {
    max-width: 620px;

    margin-right: auto;
    margin-left: auto;

    text-align: left;
  }

  .rh-access-control__visual {
    max-width: 680px;

    margin: 0 auto;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-access-control {
    padding: 70px 15px;
  }

  .rh-access-control__container {
    gap: 42px;
  }

  .rh-access-control__content h2 {
    font-size: 32px;
  }

  .rh-access-control__lead {
    font-size: 15px;
  }

  .rh-access-control__description {
    font-size: 13px;
  }

  .rh-access-control__capabilities {
    grid-template-columns: 1fr;
  }

  .rh-access-workspace {
    padding: 14px;

    border-radius: 20px;
  }

  .rh-access-workspace__title div,
  .rh-access-workspace__secure {
    display: none;
  }

  .rh-access-workspace__summary {
    gap: 5px;
  }

  .rh-access-workspace__summary div {
    padding: 8px;
  }

  .rh-access-workspace__permissions {
    padding: 10px;
  }

  .rh-access-workspace__permissions-head {
    display: none;
  }

  .rh-access-workspace__role {
    grid-template-columns: 34px 1fr;
  }

  .rh-access-workspace__access-level {
    grid-column: 2;

    text-align: left;
  }

  .rh-access-control__floating-card {
    position: relative;

    right: auto;
    bottom: auto;

    width: 100%;

    margin-top: 12px;

    animation: none;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-access-workspace__secure i,
  .rh-access-workspace__access-bar i,
  .rh-access-control__floating-card {
    animation: none;
  }

  .rh-access-control__capability {
    transition: none;
  }

  .rh-access-control__capability:hover {
    transform: none;
  }

}

/* ========================================================= */
/* ROLE-BASED ACCESS CONTROL — RIGHT IMAGE                   */
/* ========================================================= */

.rh-access-control__visual {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-width: 0;
}


/* ========================================================= */
/* DECORATIVE IMAGE GLOW                                     */
/* ========================================================= */

.rh-access-control__visual-glow {
  position: absolute;

  top: 50%;
  left: 50%;

  width: 90%;
  height: 88%;

  background:
    radial-gradient(
      circle,
      rgba(29, 188, 136, 0.21),
      rgba(21, 50, 90, 0.06) 52%,
      transparent 75%
    );

  filter: blur(32px);

  transform: translate(-50%, -50%);

  pointer-events: none;
}


/* ========================================================= */
/* IMAGE FRAME                                               */
/* ========================================================= */

.rh-access-control__image-frame {
  position: relative;

  width: 100%;
  max-width: 650px;

  padding: 12px;

  overflow: hidden;

  border: 1px solid rgba(21, 50, 90, 0.1);
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 40px 90px rgba(21, 50, 90, 0.16),
    0 12px 32px rgba(21, 50, 90, 0.08);

  z-index: 2;
}


/*
 * Image ka original ratio maintain rahega.
 * Kisi side se crop nahi hogi.
 */

.rh-access-control__image {
  display: block;

  width: 100%;
  height: auto;

  object-fit: fit;
  object-position: center;

  border-radius: 18px;

  background: #ffffff;

  transition:
    transform 0.65s ease,
    filter 0.4s ease;
}


/* Subtle Frame Highlight */

.rh-access-control__image-frame::after {
  content: "";

  position: absolute;
  inset: 0;

  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: inherit;

  pointer-events: none;
}



/* ========================================================= */
/* FLOATING SECURITY BADGE                                   */
/* ========================================================= */

.rh-access-control__image-badge {
  position: absolute;

  right: -14px;
  bottom: 34px;

  display: flex;
  align-items: center;
  gap: 11px;

  min-width: 220px;
  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 46px rgba(21, 50, 90, 0.17);

  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);

  animation:
    rhAccessControlImageBadgeFloat
    4s
    ease-in-out
    infinite;

  z-index: 4;
}


/* Badge Icon */

.rh-access-control__image-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  color: #ffffff;
  background:
    linear-gradient(
      145deg,
      #15325a,
      #109267
    );

  border-radius: 12px;
}

.rh-access-control__image-badge-icon svg {
  display: block;

  width: 20px;
  height: 20px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Badge Content */

.rh-access-control__image-badge small,
.rh-access-control__image-badge strong {
  display: block;
}

.rh-access-control__image-badge small {
  margin-bottom: 3px;

  color: #7b8996;

  font-size: 8px;
  line-height: 1.3;
}

.rh-access-control__image-badge strong {
  color: #15325a;

  font-family: "Poppins", sans-serif !important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
}


/* ========================================================= */
/* BADGE ANIMATION                                           */
/* ========================================================= */

@keyframes rhAccessControlImageBadgeFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-access-control__image-frame {
    max-width: 600px;
  }

  .rh-access-control__image-badge {
    right: 0;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-access-control__visual {
    width: 100%;
    max-width: 700px;

    margin: 0 auto;
  }

  .rh-access-control__image-frame {
    max-width: 680px;
  }

  .rh-access-control__image-badge {
    right: 20px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-access-control__image-frame {
    padding: 7px;

    border-radius: 21px;
  }

  .rh-access-control__image {
    border-radius: 15px;
  }

  /*
   * Mobile par badge image ke neeche show hoga
   * aur image ko cover nahi karega.
   */

  .rh-access-control__image-badge {
    position: relative;

    right: auto;
    bottom: auto;

    width: 100%;
    min-width: 0;

    margin-top: 13px;

    animation: none;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-access-control__image,
  .rh-access-control__image-badge {
    animation: none;
    transition: none;
  }

  .rh-access-control__visual:hover
  .rh-access-control__image {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-915a204 *//* ========================================================= */
/* HIPAA-ALIGNED AUDIT TRAILS & SECURE DATA HANDLING         */
/* ========================================================= */

.rh-audit-security {
  position: relative;

  width: 100%;

  padding: 110px 20px;

  overflow: hidden;
  isolation: isolate;

  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(29, 188, 136, 0.18),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 85%,
      rgba(29, 188, 136, 0.12),
      transparent 29%
    ),
    linear-gradient(
      140deg,
      #0d294a 0%,
      #15325a 58%,
      #0d7059 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-audit-security__background {
  position: absolute;
  inset: 0;

  z-index: -1;
  pointer-events: none;
}


.rh-audit-security__orb {
  position: absolute;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}


.rh-audit-security__orb--one {
  top: -360px;
  left: -260px;

  width: 820px;
  height: 820px;
}


.rh-audit-security__orb--two {
  right: -300px;
  bottom: -450px;

  width: 900px;
  height: 900px;
}


.rh-audit-security__lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0.65;
}


.rh-audit-security__lines path {
  fill: none;

  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 1.3;
  stroke-dasharray: 9 12;

  animation:
    rhAuditSecurityLineMove
    21s
    linear
    infinite;
}


/* ========================================================= */
/* MAIN CONTAINER                                            */
/* ========================================================= */

.rh-audit-security__container {
  position: relative;

  width: 100%;
  max-width: 1180px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* CENTERED CONTENT                                          */
/* ========================================================= */

.rh-audit-security__content {
  width: 100%;
  max-width: 900px;

  margin:
    0
    auto
    55px;

  text-align: center;
}


/* Eyebrow */

.rh-audit-security__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 20px;
  padding: 9px 15px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;

  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}


/* Main Heading */

.rh-audit-security__content h2 {
  max-width: 900px;

  margin:
    0
    auto;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.047em;
}


/* Lead Text */

.rh-audit-security__lead {
  max-width: 780px;

  margin:
    24px
    auto
    0;

  color: rgba(255, 255, 255, 0.86);

  font-size: 18px;
  font-weight: 500;
  line-height: 1.72;
}


/* Description */

.rh-audit-security__description {
  max-width: 800px;

  margin:
    13px
    auto
    0;

  color: rgba(255, 255, 255, 0.65);

  font-size: 15px;
  line-height: 1.72;
}


/* ========================================================= */
/* SECURITY CAPABILITIES                                     */
/* ========================================================= */

.rh-audit-security__capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;

  width: 100%;
}


/* Individual Capability */

.rh-audit-security__capability {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  min-height: 245px;

  padding: 28px;

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.055)
    );

  box-shadow:
    0 18px 45px rgba(3, 20, 37, 0.12);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease;
}


.rh-audit-security__capability:hover {
  border-color: rgba(116, 232, 192, 0.4);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0.08)
    );

  box-shadow:
    0 24px 52px rgba(3, 20, 37, 0.2);

  transform: translateY(-5px);
}


/* ========================================================= */
/* CAPABILITY ICON                                           */
/* ========================================================= */

.rh-audit-security__capability-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;

  width: 52px;
  height: 52px;

  margin-bottom: 23px;

  color: #15325a;
  background: #ffffff;

  border-radius: 14px;

  box-shadow:
    0 10px 25px rgba(3, 20, 37, 0.13);
}


.rh-audit-security__capability-icon svg {
  width: 25px;
  height: 25px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* CAPABILITY CONTENT                                        */
/* ========================================================= */

.rh-audit-security__capability-content {
  width: 100%;
}


.rh-audit-security__capability strong,
.rh-audit-security__capability small {
  display: block;
}


.rh-audit-security__capability strong {
  margin-bottom: 10px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}


.rh-audit-security__capability small {
  color: rgba(255, 255, 255, 0.65);

  font-size: 14px;
  line-height: 1.65;
}


/* ========================================================= */
/* BACKGROUND ANIMATION                                      */
/* ========================================================= */

@keyframes rhAuditSecurityLineMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -170;
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1050px) {

  .rh-audit-security {
    padding: 95px 20px;
  }

  .rh-audit-security__content {
    margin-bottom: 48px;
  }

  .rh-audit-security__content h2 {
    font-size: clamp(38px, 5vw, 55px);
  }

  .rh-audit-security__capabilities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 750px) {

  .rh-audit-security {
    padding: 80px 20px;
  }

  .rh-audit-security__content {
    margin-bottom: 42px;
  }

  .rh-audit-security__lead {
    font-size: 16px;
  }

  .rh-audit-security__description {
    font-size: 14px;
  }

  .rh-audit-security__capability {
    min-height: 220px;

    padding: 24px;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-audit-security {
    padding:
      68px
      15px;
  }

  .rh-audit-security__content {
    margin-bottom: 36px;
  }

  .rh-audit-security__eyebrow {
    margin-bottom: 16px;
    padding: 7px 11px;

    font-size: 9px;
  }

  .rh-audit-security__content h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .rh-audit-security__lead {
    margin-top: 19px;

    font-size: 15px;
    line-height: 1.68;
  }

  .rh-audit-security__description {
    font-size: 13px;
    line-height: 1.68;
  }

  .rh-audit-security__capabilities {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rh-audit-security__capability {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;

    min-height: 0;

    padding: 19px;

    border-radius: 16px;
  }

  .rh-audit-security__capability-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;

    margin-bottom: 0;

    border-radius: 12px;
  }

  .rh-audit-security__capability-icon svg {
    width: 22px;
    height: 22px;
  }

  .rh-audit-security__capability strong {
    margin-bottom: 6px;

    font-size: 16px;
  }

  .rh-audit-security__capability small {
    font-size: 13px;
    line-height: 1.58;
  }

}


/* ========================================================= */
/* SMALL MOBILE                                              */
/* ========================================================= */

@media (max-width: 390px) {

  .rh-audit-security__capability {
    flex-direction: column;
  }

  .rh-audit-security__capability-icon {
    margin-bottom: 2px;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-audit-security__lines path {
    animation: none;
  }

  .rh-audit-security__capability {
    transition: none;
  }

  .rh-audit-security__capability:hover {
    transform: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3585f1 *//* ========================================================= */
/* CONSISTENT CLINICAL RESEARCH WORKFLOWS CTA                */
/* ========================================================= */

.rh-workflows-cta {
  position: relative;

  width: 100%;
  padding: 105px 20px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(29, 188, 136, 0.15),
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 85%,
      rgba(21, 50, 90, 0.08),
      transparent 31%
    ),
    linear-gradient(
      180deg,
      #f4faf7 0%,
      #ffffff 100%
    );

  scroll-margin-top: 100px;
}


/* ========================================================= */
/* DECORATIVE BACKGROUND                                     */
/* ========================================================= */

.rh-workflows-cta__background {
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.rh-workflows-cta__orb {
  position: absolute;

  border: 1px solid rgba(16, 146, 103, 0.08);
  border-radius: 50%;
}

.rh-workflows-cta__orb--one {
  top: -310px;
  left: -230px;

  width: 700px;
  height: 700px;
}

.rh-workflows-cta__orb--two {
  right: -270px;
  bottom: -410px;

  width: 820px;
  height: 820px;
}

.rh-workflows-cta__lines {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  opacity: 0.7;
}

.rh-workflows-cta__lines path {
  fill: none;

  stroke: rgba(16, 146, 103, 0.09);
  stroke-width: 1.3;
  stroke-dasharray: 9 12;

  animation:
    rhWorkflowsCtaLineMove
    20s
    linear
    infinite;
}


/* ========================================================= */
/* CONTAINER                                                 */
/* ========================================================= */

.rh-workflows-cta__container {
  position: relative;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;

  z-index: 2;
}


/* ========================================================= */
/* CTA CARD                                                  */
/* ========================================================= */

.rh-workflows-cta__card {
  position: relative;

  display: grid;
  grid-template-columns:
    110px
    minmax(0, 1fr)
    minmax(260px, 0.48fr);

  align-items: center;
  gap: 40px;

  padding: 58px;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;

  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(29, 188, 136, 0.2),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #15325a 0%,
      #123d55 56%,
      #0f8065 100%
    );

  box-shadow:
    0 35px 85px rgba(21, 50, 90, 0.2);
}


/* Card Reflection */

.rh-workflows-cta__card::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.1),
      transparent 30%,
      transparent 72%,
      rgba(255, 255, 255, 0.05)
    );

  pointer-events: none;
}


/* ========================================================= */
/* MAIN ICON                                                 */
/* ========================================================= */

.rh-workflows-cta__icon {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 92px;
  height: 92px;

  color: #15325a;
  background: #ffffff;

  border-radius: 25px;

  box-shadow:
    0 20px 44px rgba(3, 22, 39, 0.24);

  z-index: 2;
}

.rh-workflows-cta__icon::after {
  content: "";

  position: absolute;
  inset: -9px;

  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 31px;

  animation:
    rhWorkflowsCtaIconPulse
    3s
    ease-out
    infinite;
}

.rh-workflows-cta__icon svg {
  width: 42px;
  height: 42px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ========================================================= */
/* CONTENT                                                   */
/* ========================================================= */

.rh-workflows-cta__content {
  position: relative;

  max-width: 670px;

  z-index: 2;
}

.rh-workflows-cta__eyebrow {
  display: inline-flex;
  align-items: center;

  margin-bottom: 18px;
  padding: 8px 14px;

  color: #ffffff;
  background: rgba(255, 255, 255, 0.09);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;

  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.rh-workflows-cta__content h2 {
  margin: 0;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: clamp(35px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.rh-workflows-cta__content p {
  max-width: 620px;

  margin: 20px 0 0;

  color: rgba(255, 255, 255, 0.68);

  font-size: 14px;
  line-height: 1.72;
}


/* ========================================================= */
/* CTA BUTTON                                                */
/* ========================================================= */

.rh-workflows-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-height: 52px;

  margin-top: 27px;
  padding: 13px 24px;

  color: #15325a;
  background: #ffffff;

  border-radius: 999px;

  box-shadow:
    0 15px 35px rgba(3, 22, 39, 0.2);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;

  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.rh-workflows-cta__button span {
  color: #109267;

  font-size: 18px;

  transition: transform 0.3s ease;
}

.rh-workflows-cta__button:hover {
  color: #ffffff !important;
  background: #109267;

  transform: translateY(-3px);

  box-shadow:
    0 20px 42px rgba(3, 22, 39, 0.26);
}

.rh-workflows-cta__button:hover span {
  color: #ffffff;

  transform: translateX(4px);
}


/* ========================================================= */
/* SUPPORTING HIGHLIGHTS                                     */
/* ========================================================= */

.rh-workflows-cta__highlights {
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 10px;

  z-index: 2;
}

.rh-workflows-cta__highlight {
  display: flex;
  align-items: center;
  gap: 11px;

  padding: 13px;

  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.07);

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.rh-workflows-cta__highlight:hover {
  border-color: rgba(255, 255, 255, 0.22);

  background: rgba(255, 255, 255, 0.11);

  transform: translateX(-4px);
}

.rh-workflows-cta__highlight > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;
  flex: 0 0 40px;

  color: #15325a;
  background: #ffffff;

  border-radius: 12px;
}

.rh-workflows-cta__highlight svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rh-workflows-cta__highlight strong,
.rh-workflows-cta__highlight small {
  display: block;
}

.rh-workflows-cta__highlight strong {
  margin-bottom: 3px;

  color: #ffffff;

  font-family: "Poppins", sans-serif !important;
  font-size: 11px;
  font-weight: 700;
}

.rh-workflows-cta__highlight small {
  color: rgba(255, 255, 255, 0.58);

  font-size: 8px;
  line-height: 1.4;
}


/* ========================================================= */
/* ANIMATIONS                                                */
/* ========================================================= */

@keyframes rhWorkflowsCtaLineMove {

  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -170;
  }

}


@keyframes rhWorkflowsCtaIconPulse {

  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  35% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }

}


/* ========================================================= */
/* MEDIUM DESKTOP                                            */
/* ========================================================= */

@media (max-width: 1100px) {

  .rh-workflows-cta {
    padding: 90px 20px;
  }

  .rh-workflows-cta__card {
    grid-template-columns:
      90px
      minmax(0, 1fr)
      minmax(230px, 0.45fr);

    gap: 30px;

    padding: 45px;
  }

  .rh-workflows-cta__icon {
    width: 78px;
    height: 78px;

    border-radius: 22px;
  }

  .rh-workflows-cta__icon svg {
    width: 35px;
    height: 35px;
  }

}


/* ========================================================= */
/* TABLET                                                    */
/* ========================================================= */

@media (max-width: 900px) {

  .rh-workflows-cta {
    padding: 85px 20px;
  }

  .rh-workflows-cta__card {
    grid-template-columns: 1fr;

    max-width: 760px;

    margin: 0 auto;
    padding: 48px;

    text-align: center;
  }

  .rh-workflows-cta__icon {
    margin: 0 auto;
  }

  .rh-workflows-cta__content {
    margin: 0 auto;
  }

  .rh-workflows-cta__content p {
    margin-right: auto;
    margin-left: auto;
  }

  .rh-workflows-cta__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    text-align: left;
  }

}


/* ========================================================= */
/* MOBILE                                                    */
/* ========================================================= */

@media (max-width: 600px) {

  .rh-workflows-cta {
    padding: 70px 15px;
  }

  .rh-workflows-cta__card {
    padding: 35px 21px;

    border-radius: 23px;
  }

  .rh-workflows-cta__icon {
    width: 70px;
    height: 70px;

    border-radius: 19px;
  }

  .rh-workflows-cta__icon svg {
    width: 31px;
    height: 31px;
  }

  .rh-workflows-cta__content h2 {
    font-size: 31px;
  }

  .rh-workflows-cta__content p {
    font-size: 13px;
  }

  .rh-workflows-cta__button {
    width: 100%;
  }

  .rh-workflows-cta__highlights {
    grid-template-columns: 1fr;
  }

  .rh-workflows-cta__highlight:hover {
    transform: none;
  }

}


/* ========================================================= */
/* REDUCED MOTION                                            */
/* ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .rh-workflows-cta__lines path,
  .rh-workflows-cta__icon::after {
    animation: none;
  }

  .rh-workflows-cta__button,
  .rh-workflows-cta__button span,
  .rh-workflows-cta__highlight {
    transition: none;
  }

  .rh-workflows-cta__button:hover,
  .rh-workflows-cta__highlight:hover {
    transform: none;
  }

}/* End custom CSS */