.elementor-739 .elementor-element.elementor-element-a3c0edb{--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-739 .elementor-element.elementor-element-a3c0edb:not(.elementor-motion-effects-element-type-background), .elementor-739 .elementor-element.elementor-element-a3c0edb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-739 .elementor-element.elementor-element-159850f{--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-4c1f7b7 *//* ============================= */
/* FAQ HERO ONLY - PREMIUM + RESPONSIVE */
/* ============================= */

:root{
  --rh-navy:#15325A;
  --rh-green:#10B981;
}

/* ============================= */
/* FAQ HERO */
/* ============================= */

.faq-hero{
  position:relative;
  padding:230px 20px 130px;
  text-align:center;
  color:#fff;
  background:#1DBC88; /* your chosen solid color */
  border-radius:0 0 60px 60px;
  overflow:hidden;
}

/* Background glow orbs */
.faq-hero::before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-180px;
  top:-180px;
  background:radial-gradient(circle, rgba(255,255,255,0.22), transparent 60%);
  filter:blur(60px);
  opacity:0.55;
}

.faq-hero::after{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:-200px;
  top:-220px;
  background:radial-gradient(circle, rgba(255,255,255,0.25), transparent 60%);
  filter:blur(70px);
  opacity:0.55;
}

/* Animated SVG layer */
.faq-hero-svg{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  opacity:0.35;
}

.faq-hero-svg svg{
  width:100%;
  height:100%;
  display:block;
}

/* SVG animations */
.faq-line{
  stroke-dasharray:10 8;
  animation: faqDash 7s linear infinite;
  opacity:0.9;
}

.faq-line-2{
  animation-duration:9s;
  opacity:0.65;
}

.faq-node{
  animation: faqPulse 3.2s ease-in-out infinite;
  transform-origin:center;
}

.faq-node-2{ animation-delay:0.4s; }
.faq-node-3{ animation-delay:0.8s; }
.faq-node-4{ animation-delay:1.1s; }
.faq-node-5{ animation-delay:1.5s; }
.faq-node-6{ animation-delay:1.9s; }

@keyframes faqDash{
  to{ stroke-dashoffset:-120; }
}

@keyframes faqPulse{
  0%,100%{ opacity:0.55; transform:scale(1); }
  50%{ opacity:1; transform:scale(1.55); }
}

/* Content container */
.faq-hero-container{
  position:relative;
  z-index:2;
  max-width:820px;
  margin:0 auto;
}

.faq-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:rgba(255,255,255,0.9);
  background:rgba(255,255,255,0.14);
  border:1px solid rgba(255,255,255,0.22);
  padding:10px 14px;
  border-radius:999px;
}

.faq-hero h1{
  margin:22px 0 14px;
  font-size:52px;
  line-height:1.15;
  letter-spacing:-1px;
  font-weight:700;
}

.faq-hero p{
  margin:0 auto;
  max-width:640px;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,0.88);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media (max-width: 992px){
  .faq-hero{
    padding:200px 18px 110px;
    border-radius:0 0 45px 45px;
  }
  .faq-hero h1{ font-size:42px; }
  .faq-hero p{ font-size:17px; }
}

@media (max-width: 768px){
  .faq-hero{
    padding:170px 16px 95px;
    border-radius:0 0 34px 34px;
  }
  .faq-label{
    padding:9px 12px;
    font-size:11px;
  }
  .faq-hero h1{
    font-size:34px;
    margin:18px 0 12px;
  }
  .faq-hero p{
    font-size:16px;
    line-height:1.75;
  }
}

@media (max-width: 420px){
  .faq-hero{
    padding:150px 14px 85px;
  }
  .faq-hero h1{ font-size:30px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b616cb *//* ============================= */
/* RE FAQ - Clean SaaS Premium */
/* ============================= */

.re-faq-section{
  padding:120px 20px;
}

.re-faq-wrapper{
  max-width:900px;
  margin:0 auto;
}

/* ============================= */
/* CARD */
/* ============================= */
.re-faq-item{
  position:relative;
  background:white;
  border-radius:16px !important;
  margin-bottom:15px;
  overflow:hidden;
  transition:all .25s ease;

  /* FIX: always keep border so no layout shift */
  border:1px solid transparent;

  box-shadow:0 15px 40px #b8ffd84a;
}

/* Smooth hover */
.re-faq-item:hover{
  border-color:#10B981; /* instead of adding border */
  transform:translateY(-3px);
}


/* ============================= */
/* QUESTION */
/* ============================= */

.re-faq-question{
  width:100%;
    padding: 20px 25px !important;
  
  background:white !important;
  text-align:left;
  font-size:18px;
  font-weight:600;
  color:#163a63 !important;
  cursor:pointer;
  position:relative;
  line-height:1.5;
}

/* Icon */
.re-faq-icon{
  position:absolute;
  right:28px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  font-weight:500;
  transition:.35s ease;
}

/* ============================= */
/* ANSWER */
/* ============================= */

.re-faq-answer{
  max-height:0;
  overflow:hidden;
  opacity:0;
  padding:0 30px;
  transition:max-height .5s ease, opacity .3s ease;
}

.re-faq-answer p{
  margin:0;
  padding:0 0 24px;
  color:#5c6b7a;
  line-height:1.8;
}

/* ============================= */
/* ACTIVE */
/* ============================= */

.re-faq-item.re-active{
  background:#ffffff;
  box-shadow:0 10px 0 #cde4e4;
}

.re-faq-item.re-active .re-faq-question{
  background:#ffffff;
}

.re-faq-item.re-active .re-faq-answer{
  opacity:1;
  padding-top:6px;
}

.re-faq-item.re-active .re-faq-icon{
  transform:translateY(-50%) rotate(45deg);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media(max-width:768px){

  .re-faq-section{
    padding:80px 16px;
  }

  .re-faq-question{
    font-size:16px;
    padding:22px 60px 22px 20px;
  }

  .re-faq-answer{
    padding:0 20px;
  }
}/* End custom CSS */