.elementor-891 .elementor-element.elementor-element-0b5cac2{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-891 .elementor-element.elementor-element-533bd09{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-bd272df *//* HERO */
.ai-hero{
  position:relative;
  overflow:hidden;
  padding:90px 20px;
  background:linear-gradient(120deg,#f6ffe5,#d9fbff,#eef3ff);
  
}
a.ai-btn {
    margin: 5px;
}
/* CENTER CONTENT */
.ai-hero-content{
  max-width:1080px;
  margin:auto;
  text-align:center;
  position:relative;
  z-index:2;
}

.ai-hero-content h1{
  /*font-size:clamp(36px,5vw,54px);*/
  font-weight:900;
  line-height:1.1;
  margin-bottom:40px;
  font-family: var(--e-global-typography-primary-font-family);
  text-transform: uppercase;
}

.ai-hero-content p{
  font-size:16px;
  color:#000;
  max-width:680px;
  margin:0 auto 28px;
    font-family: var(--e-global-typography-secondary-font-family);
}

/* CHECKPOINTS */
.ai-points{
  display:flex;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
  margin-bottom:36px;
}

.ai-point{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:14px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: 600;
}

.ai-point span{
  width:18px;
  height:18px;
  background:#000;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
    font-family: var(--e-global-typography-primary-font-family);
}

/* BUTTON */
.ai-btn{
  display:inline-block;
  padding:14px 34px;
  /*background: var(--purple);*/
  color: var(--white) !important;
  border-radius:30px;
  text-decoration:none;
  font-size:16px;
  font-weight:600;
 letter-spacing: 1px;
 font-family: var(--e-global-typography-primary-font-family);
 background: #7C5CFF;
background: linear-gradient(16deg, rgba(124, 92, 255, 1) 0%, rgba(108, 99, 255, 1) 100%);
 
}
.ai-btn:hover{
  display:inline-block;
  padding:14px 34px;
  background: var(--gold);
  color: var(--offwhite);
  border-radius:30px;
  text-decoration:none;
  font-weight:500;
  font-weight:600;
}

/* FLOATING ELEMENTS */
.float{
  position:absolute;
  background:#fff;
  border-radius:14px;
  padding:16px;
  box-shadow:0 20px 40px rgba(0,0,0,.08);
  animation:float 6s ease-in-out infinite;
  
}

.float.small{ width:180px; }
.float.medium{ width:220px; }

.float.left{
  left:12%;
  top:38%;
  animation-delay:0s;
}

.float.right{
  right:10%;
  top:38%;
  animation-delay:1.5s;
}

.float.bottom{
  left:15%;
  bottom:16%;
  animation-delay:3s;
}

.float h4{
  font-size:14px;
  margin-bottom:6px;
      font-family: var(--e-global-typography-primary-font-family);
}

.float p{
  font-size:13px;
  color:#555;
  
}

/* SPECIAL CARD */
.balance{
  text-align:center;
}

.balance strong{
  font-size:28px;
}

/* FLOAT ANIMATION */
@keyframes float{
  0%{ transform:translateY(0px); }
  50%{ transform:translateY(-14px); }
  100%{ transform:translateY(0px); }
}

/* RESPONSIVE */
@media(max-width:900px){
  .float{
    display:none;
  }

  .ai-hero{
    padding:100px 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e29e74e *//* SECTION */
.premium-about {
  padding: 60px 20px;
 background: #f2f2f2;
}

.premium-about-inner p{
      font-family: var(--e-global-typography-secondary-font-family);
}
.premium-about-inner {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 25px;
  align-items: center;
}

/* LEFT CONTENT */
.about-tag {
  display: inline-block;
  background: var(--gold);
  color: #111;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 24px;
    font-family: var(--e-global-typography-primary-font-family);
}

.about-heading {
  /*font-size: clamp(36px, 5vw, 50px);*/
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: var(--e-global-typography-primary-font-family);
}

.about-heading span {
  color: var(--gold);
}

.about-desc {
  max-width: 520px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--black);
  margin-bottom: 36px;
    font-family: var(--e-global-typography-secondary-font-family);
}

/* FEATURES */
.about-features {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.about-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.about-icon {
  width: 34px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 4px;
}

.about-feature h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}

.about-feature p {
  font-size: 15px;
  color: var(--black);
      font-family: var(--e-global-typography-secondary-font-family);
}

/* BUTTON */
.about-btn {
  margin-top: 40px;
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #ddd;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  color: #111;
  transition: all .3s ease;
  background: #7C5CFF !important;
background: linear-gradient(16deg, rgba(124, 92, 255, 1) 0%, rgba(108, 99, 255, 1) 100%)!important;
}

.about-btn:hover {
  background: #111;
  color: #fff;
}

/* RIGHT VISUAL */
.about-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

/* IMAGE BLOCK */
.visual-box {
  background: var(--gold);
  border-radius: 28px;
  /*padding: 26px;*/
  position: relative;
}

.visual-box img {
  width: 260px;
  border-radius: 18px;
  display: block;
  filter: grayscale(1);
}

/* ABSTRACT CURVE */
/*.abstract-curve {*/
/*  position: absolute;*/
/*  left: -34px;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  width: 90px;*/
/*  height: 180px;*/
/*  border: 2px solid #000;*/
/*  border-right: none;*/
/*  border-radius: 90px 0 0 90px;*/
/*}*/

/* FLOATING STAT */
.stat-float {
  position: absolute;
  right: 1px;
  bottom: -20px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
  animation: floaty 5s ease-in-out infinite;
}

.stat-circle {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 6px solid #eee;
  border-top-color: #7c5cff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin: 0 auto 8px;
}

.stat-float span {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #555;
}

/* FLOAT ANIMATION */
@keyframes floaty {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .premium-about-inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .about-visual {
    order: -1;
  }

  .stat-float {
    right: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-433733e *//* SECTION */
.oa-data-section {
  padding: 60px 20px;
  background: #f5f6f4;
    font-family: var(--e-global-typography-primary-font-family) !important;
}
.oa-data-wrap {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
} /* LEFT */
.oa-data-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.oa-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 26px;
  position: relative;
}
.oa-card.large {
  grid-column: span 2;
}
.oa-card.dark {
  background: #121212;
  color: #ffffff;
}
.oa-card.small {
  text-align: center;
}
.oa-card-title {
  font-size: 12px;
  color: #888;
  display: block;
  margin-bottom: 10px;
font-family: var(--e-global-typography-secondary-font-family) !important;
} 
.oa-big-number {
  font-size: 36px;
  font-weight: 700;
  margin: 8px 0 18px;
} /* PROGRESS */
.oa-progress span {
  font-size: 13px;
  color: #666;
       font-family: var(--e-global-typography-primary-font-family) !important;
}
.oa-bar {
  height: 6px;
  /*background: #e5e5e5;*/
  background: var(--gold);
  border-radius: 6px;
  margin-top: 8px;
  overflow: hidden;
}
.oa-bar-fill {
  height: 100%;
  background: #7c5cff;
  border-radius: 6px;
} /* MINI BARS */
.oa-bars {
  display: flex;
  gap: 8px;
  margin: 20px 0;
}
.oa-bar-mini {
  width: 10px;
  height: 32px;
  background: #8f8f8f;
  border-radius: 4px; /*opacity:0.6;*/
}
.oa-bar-mini.active {
  /*background: #4ef0c1;*/
  background: var(--gold);
  opacity: 1;
}
.oa-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  /*background: #f6ef6b;*/
  background: var(--gold);
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 8px;
  color: #111;
} /* CIRCLE */
.oa-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 6px solid #eee;
  border-top-color: #7c5cff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto;
       font-family: var(--e-global-typography-primary-font-family);
}
.oa-muted {
  font-size: 13px;
  color: #666;
} /* RIGHT */
.oa-pill {
  display: inline-block;
  padding: 6px 14px;
  /*background: #f3f0b3;*/
  background: var(--gold);
  border-radius: 999px;
  font-size: 13px;
  margin-bottom: 20px;
}
.oa-bar-mini .oa-data-content h2 {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 18px;
font-family: var(--e-global-typography-primary-font-family);
}
.oa-card.dark h4 {
  color: #fff;
  font-family: var(--e-global-typography-primary-font-family);
}
.oa-data-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 26px;
       font-family: var(--e-global-typography-secondary-font-family);
}
.oa-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}
.oa-checks li {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
       font-family: var(--e-global-typography-primary-font-family);
}
.oa-checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #111;
} /* BUTTON */

.oa-btn-dark {
  display: inline-block;
  padding: 14px 30px;
  /*background: var(--purple);*/
  color: var(--white) !important;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-family: var(--e-global-typography-primary-font-family) ;
background: #7C5CFF;
background: linear-gradient(16deg, rgba(124, 92, 255, 1) 0%, rgba(108, 99, 255, 1) 100%);    
    
}


.oa-btn-dark a:hover, .a.oa-btn-dark :hover 
{
    color: var(--black) !important;
    background: var(--golden) !important;
}
/* RESPONSIVE */

.elementor-kit-6 h2, .elementor-kit-6 h3, .elementor-kit-6 h4, .oa-big-number, .elementor-kit-6 a:hover, .oa-muted {font-family: var(--e-global-typography-primary-font-family) !important; font-weight:600}

.oa-pill, .elementor-kit-6 a:hover, .oa-muted {font-family: var(--e-global-typography-primary-font-family) !important;}
@media (max-width: 900px) {
  .oa-data-wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .oa-data-content h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93749f2 *//* SECTION */
.services-light {
  padding:60px 20px;
}

/* HEADER */
.services-header {
  max-width:1200px;
  margin:0 auto 70px;
  /*display:flex;*/
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
}
h2.myh2 span{color: var(--gold);}

.header-left span {
  display:inline-block;
  border:1px solid #ccc;
  padding:8px 18px;
  border-radius:30px;
  font-size:12px;
  letter-spacing:1px;
  margin-bottom:18px;
}

.header-left h2 {
  /*font-size:clamp(36px,5vw,56px);*/
  font-weight:700;
  line-height:1.1;
     font-family: var(--e-global-typography-primary-font-family) !important;
}

/* ARROWS */
.header-arrows {
  display:flex;
  gap:14px;
}

.header-arrows div {
  width:46px;
  height:46px;
  /*border:1px solid #ccc;*/
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  cursor:pointer; 
  /*background: var(--purple) !important;*/
  background: #7C5CFF;
background: linear-gradient(16deg, rgba(124, 92, 255, 1) 0%, rgba(108, 99, 255, 1) 100%);
}

/* CARDS GRID */
.services-grid {
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.service-card {
  background:#171a1f;
  color:#fff;
  padding:42px;
  border-radius:22px;
  min-height:360px;
      min-width: 340px;
  display:flex;
  flex-direction:column;
  position:relative;
  transition:all .5s ease;
}

/* ICON */
.service-card .icon {
  font-size:22px;
  opacity:.85;
  margin-bottom:6px;
}

/* TITLE */
.service-card h3 {
  font-size:18px;
  font-weight:600;
  line-height:1.4;
  margin-bottom:16px;
  color: #fff;
     font-family: var(--e-global-typography-primary-font-family) !important;
}

/* TEXT */
.service-card p {
  font-size:14px;
  line-height:1.7;
  color:#f2f2f2 !important;
  opacity:0.3;
  transform:translateY(10px);
  transition:all .4s ease;
     font-family: var(--e-global-typography-secondary-font-family) !important;
}

/* NUMBER */
.service-card .number {
  margin-top:auto;
  font-size:42px;
  font-weight:700;
  opacity:.15;
}

/* HOVER BEHAVIOR */
.services-grid:hover .service-card {
  transform:scale(.95);
  opacity:.6;
}

.services-grid .service-card:hover {
  transform:scale(1.08);
  opacity:1;
  background:var(--navy);
}

.services-grid .service-card:hover p {
  opacity:1;
  transform:translateY(0);
}


/* ===== SLIDER SUPPORT (NO STYLE CHANGE) ===== */
.services-slider-wrapper{
  overflow:hidden;
}

/* Override grid ONLY for slider behavior */
.services-slider-wrapper .services-grid{
  display:flex;
  transition:transform .5s ease;
}



/* RESPONSIVE */
@media(max-width:900px){
  .services-header{
    flex-direction:column;
    align-items:flex-start;
    margin: 0 auto 10px;
          gap: 1px;
  }

  .services-grid{
    grid-template-columns:1fr;
  }

  /*.header-arrows{*/
  /*  display:none;*/
  /*}*/
  
  .service-card {

  padding:12px;
  min-width: 300px;
}

    .services-slider-wrapper .services-grid{
    gap:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bc88e2 */.risk-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f7f9ff, #ffffff);
  font-family: 'Poppins', sans-serif;
}

.risk-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 50px;
  align-items: center;
}

.badge {
  display: inline-block;
  /*background: #ffe5e5;*/
  background: var(--gold);
  color: var(--black);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 12px;
}

.risk-content h2 {
  /*font-size: 36px;*/
  margin-bottom: 14px;
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.risk-content .intro {
  font-size: 16px;
  color: #555;
  max-width: 620px;
  margin-bottom: 30px;
    font-family: var(--e-global-typography-secondary-font-family) !important;
}

.risk-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.risk-item {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
}

.risk-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.risk-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
   font-family: var(--e-global-typography-secondary-font-family) !important;
}

/* Visual CTA Box */
.risk-visual {
  background: var(--white);
  color: #ffffff;
  padding: 32px;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(108,99,255,0.35);
}

.risk-visual img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 18px;
}

.risk-visual h3 {
  font-size: 24px;
  margin-bottom: 10px;
   font-family: var(--e-global-typography-primary-font-family) !important;
}

.risk-visual p {
  font-size: 15px;
  margin-bottom: 20px;
  opacity: 0.95;
   font-family: var(--e-global-typography-secondary-font-family) !important;
}

.cta-btn {
  display: inline-block;
  padding: 14px 26px;
background: #7C5CFF;
background: linear-gradient(16deg, rgba(124, 92, 255, 1) 0%, rgba(108, 99, 255, 1) 100%); 
  color: var(--white) !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255,255,255,0.35);
}

/* Responsive */
@media (max-width: 900px) {
  .risk-container {
    grid-template-columns: 1fr;
  }

  .risk-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-609bef8 */.unsafe-benefits-section {
  padding: 60px 20px;
  background: #f8fafc;

}

.unsafe-container {
  max-width: 1200px;
  margin: 0 auto;
}

.unsafe-block {
  margin-bottom: 10px;
}

.myh2 {
  font-size: 34px;
  color: #111827;
  margin-bottom: 30px;
  text-align: center;
}

.myh2 span {
  color: #0f766e;
  
}

/* Benefits */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.benefit-item {
  background: #ffffff;
  padding: 16px 18px;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  font-size: 15px;
  color: #1f2937;
         font-family: var(--e-global-typography-secondary-font-family) !important;
}

/* List */
.unsafe-list {
  list-style: none;
  padding: 0;
}

.unsafe-list li {
  padding: 12px 0 12px 28px;
  position: relative;
  font-size: 15.5px;
  color: #374151;
           font-family: var(--e-global-typography-secondary-font-family) !important;
}

.unsafe-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0f766e;
  font-weight: 700;
}

/* Why Choose */
.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.why-item {
  background: #ffffff;
  padding: 26px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  
}

.why-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #111827;
}

.why-item p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4b5563;
         font-family: var(--e-global-typography-secondary-font-family) !important;
}

/* CTA */
.unsafe-cta {
  background: linear-gradient(135deg, #0f766e, #115e59);
  color: #ffffff;
  padding: 60px 30px;
  border-radius: 22px;
  text-align: center;
}

.unsafe-cta h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.unsafe-cta h2 span {
  color: #ecfeff;
}

.unsafe-cta p {
  max-width: 680px;
  margin: 0 auto 25px;
  font-size: 15.5px;
  color: #e5f9f7;
}

.cta-points {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.cta-points li {
  font-size: 15px;
  margin: 6px 0;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  background: #ffffff;
  color: #0f766e;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.cta-btn:hover {
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .myh2 {
    font-size: 28px;
  }

  .unsafe-cta h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08480bd *//* SECTION */
.redev-faq{
  padding:60px 20px;
  
}

.redev-faq-inner{
  max-width:900px;
  margin:auto;
}

/* HEADER */
.redev-faq-header{
  text-align:center;
  margin-bottom:60px;

}

.redev-faq-header h2{
  /*font-size:clamp(32px,5vw,42px);*/
  font-weight:700;
  line-height:1.1;
  margin-bottom:12px;
  font-family: var(--e-global-typography-primary-font-family) !important;
}

.redev-faq-header h2 span{
  color:var(--gold);
}

.redev-faq-header p{
  font-size:15px;
  color:#666;
  max-width:640px;
  margin:0 auto;
  line-height:1.6;
  font-family: var(--e-global-typography-secondary-font-family) !important;
}

/* FAQ ITEM */
.faq-item{
  background:#f8f9fb;
  border-radius:18px;
  padding:20px 28px 16px 28px;
  margin-bottom:18px;
  cursor:pointer;
  transition:all .3s ease;
}

.faq-item.active{
  background:#ffffff;
  box-shadow:0 20px 40px rgba(0,0,0,.06);
}

.faq-question{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.faq-question h4{
  font-size:16px;
  font-weight:600;
  line-height:1.4;
    font-family: var(--e-global-typography-primary-font-family) !important;
}

.faq-toggle{
  font-size:18px;
  transition:transform .3s ease;
}

.faq-item.active .faq-toggle{
  transform:rotate(180deg);
}

/* ANSWER */
.faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .4s ease;
}

.faq-answer p{
  font-size:14px;
  line-height:1.7;
  color:#555;
  padding-top:16px;
    font-family: var(--e-global-typography-secondary-font-family) !important;
}
 

.faq-toggle{
  width:20px;
  height:20px;
  position:relative;
}

.faq-toggle::before,
.faq-toggle::after{
  content:"";
  position:absolute;
  background:#555;
  transition:.3s ease;
}

.faq-toggle::before{
  width:14px;
  height:2px;
  top:9px;
  left:3px;
}

.faq-toggle::after{
  width:2px;
  height:14px;
  top:3px;
  left:9px;
}

/* active = minus */
.faq-item.active .faq-toggle::after{
  opacity:0;
}


/* RESPONSIVE */
@media(max-width:600px){
  .faq-question h4{
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7815e36 */.eligibility-section {
  padding: 80px 20px;
  background: #f6f8fb;

}
.eligibility-info h2 span{ color: var(--gold);}
.eligibility-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 40px;
  align-items: center;
}

.eligibility-info .badge {
  display: inline-block;
  /*background: #ffe8b3;*/
  background: var(--gold);
  color: var(--black);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 12px;
       font-family: var(--e-global-typography-primary-font-family) !important;
}

.eligibility-info h2 {
  font-size: 36px;
  margin-bottom: 16px;
       font-family: var(--e-global-typography-primary-font-family) !important;
}

.eligibility-info p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
       font-family: var(--e-global-typography-secondary-font-family) !important;
}

.eligibility-info ul {
  list-style: none;
  padding: 0;
}

.eligibility-info li {
  margin-bottom: 10px;
  font-size: 15px;
       font-family: var(--e-global-typography-secondary-font-family) !important;
}

.eligibility-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.eligibility-box label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
       font-family: var(--e-global-typography-primary-font-family) !important;
}

.eligibility-box input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 18px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
       font-family: var(--e-global-typography-primary-font-family) !important;
}

.eligibility-box button {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  /*background: #6c63ff;*/
background: var(--navy);
font-family: var(--e-global-typography-primary-font-family) !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.eligibility-box button:hover {
  background: #554df0;
}

/* Responsive */
@media (max-width: 900px) {
  .eligibility-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */