
html {
    scroll-behavior: smooth;
}

.hero {
    position: relative;
    padding: 140px 0;
    color: white;
    text-align: center;

    background-image: url("../img/FULCRUM-ERP_hero.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero {
    height: 600px;
}



/* Center Content */
.hero-content {
    max-width: 900px;
    margin: auto;
}

/* Heading */
.hero h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hero h1 span {
    color: #9EE9FF;
}

/* Subheading */
.hero-sub {
    font-size: 19px;
    opacity: 0.95;
    line-height: 1.6;
}

/* HERO CTA BUTTON */
.hero-cta { margin-top: 28px; }

.btn-erp-score{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding: 14px 22px;
  border: 0;
  border-radius: 10px;

  /* ✅ Softer main color */
  background: #2CB5C4;

  color: #fff;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 14px 30px rgba(0,0,0,.14);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-erp-score:hover{
  /* ✅ Soft hover (not too dark) */
  background:#1FA3B7;

  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(0,0,0,.18);
}

/* MODAL TWEAKS */
#erpReadinessModal .modal-content{
  border-radius: 14px;
  overflow: hidden;
}

#erpReadinessModal .modal-header{
  background: linear-gradient(135deg, #0D8AB2, #2cb5c4);
  color:#fff;
  border-bottom:0;
}

#erpReadinessModal .modal-title{
  font-weight:700;
}

.erp-q{
  padding: 12px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.erp-q:last-child{ border-bottom:0; }

.erp-q h4{
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color:#222;
}

.erp-options label{
  display:block;
  font-weight:500;
  margin: 6px 0;
  cursor:pointer;
}

.erp-options input{ margin-right: 8px; }

.erp-result{
  margin-top: 18px;
  padding: 14px 14px;
  border-radius: 12px;
  background: #f6f9fc;
  border: 1px solid rgba(0,0,0,.06);
}

.erp-badge{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background:#0D8AB2;
  color:#fff;
  font-weight:700;
  font-size: 12px;
  margin-right: 8px;
}

.erp-small{
  color:#555;
  font-size: 13px;
}

/* ===============================
   SUB NAV BASE STYLE (Stable Height)
================================ */

.subnav {
    width: 100%;

    
    background: rgba(246, 249, 252, 0.8);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;

    padding: 25px 0;
    min-height: 60px;

    border-bottom: 1px solid rgba(0,0,0,0.05);

    transition: all 0.3s ease;
}

/* ===============================
   STICKY BEHAVIOUR
================================ */

.subnav-sticky {
    position: sticky;
    top: 125px;  /* Adjust EXACTLY to your header height */
    z-index: 1000;
    ;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.06); */
}

/* ===============================
   RESPONSIVE SUB NAV
================================ */

/* Default (Desktop) */

.subnav a {
    color: #555;
    text-decoration: none;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.subnav a.active {
    color: #0D8AB2;
    font-weight: 600;
    border-bottom: 2px solid #0D8AB2;
}

/* ===============================
   TABLET (≤ 992px)
================================ */
/* @media (max-width: 992px) {

    .subnav {
        gap: 25px;
        padding: 14px 15px;
    }

    .subnav a {
        font-size: 13px;
    }
} */

/* ===============================
   MOBILE (≤ 768px)
================================ */
@media (max-width: 768px) {
 .subnav {
        justify-content: center !important;
    }

    .subnav {
        justify-content: flex-start;
        overflow-x: auto;           /* horizontal scroll */
        flex-wrap: nowrap;          /* keep in one line */
        gap: 25px;
        padding: 12px 15px;
        scrollbar-width: none;      /* Firefox */
    }

    .subnav::-webkit-scrollbar {
        display: none;              /* Chrome */
    }

    .subnav a {
        font-size: 12px;
        flex-shrink: 0;
    }
}

/* ===============================
   SMALL MOBILE (≤ 480px)
================================ */
@media (max-width: 480px) {

    .subnav {
        padding: 10px 12px;
        gap: 20px;
    }

    .subnav a {
        font-size: 11px;
    }
}



/* ===============================
 ERP DIFFERENCE SECTION
================================ */

.erp-diff-curve {
    padding: 90px 0;
    background: #f6f9fc;
}

/* Layout */

.erp-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* LEFT TEXT */

.erp-left {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
}
/* Bold word inside highlight line */
.erp-bold {
    font-weight: 700;
}

/* Add dash before every point (without changing HTML) */
.erp-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.erp-list li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 8px;
}

.erp-list li::before {
    content: "–";
    position: absolute;
    left: 0;
    top: 0;
    color: #555;
    font-weight: 700;
}

/* VS element between the 2 cards */
.erp-vs {
    width: 360px;
    max-width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 2px;
    color: #555;
    padding: 4px 0;
    user-select: none;
}

/* CURVE DIVIDER */

.curve-divider {
    width: 90px;
    height: 500px;
}

.curve-divider svg {
    width: 160%;
    height: 100%;
}

/* RIGHT CARDS */

.erp-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.erp-highlight {
    font-size: 22px;
    line-height: 1.8;
    font-weight: 500;
}

/* FIXED SIZE CARDS */

.erp-card {
    background: linear-gradient(135deg, #ffffff, #f3f8fc);
    padding: 20px 22px;
    border-radius: 24px 8px 24px 8px;
    box-shadow: 0 10px 22px rgba(0,0,0,0.07);
    font-size: 14.5px;
    width: 360px;
    max-width: 100%;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.erp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.12);
}


/* Heading */

.erp-card h3 {
    font-size: 19px;
    margin-bottom: 10px;
}

/* Highlight card */

.erp-card.highlight {
    background: linear-gradient(135deg, #186c96, #2cb5c4);
    color: white;
}

/* CURVE EFFECT */

/* .erp-card:nth-child(1) {
    transform: translateX(-40px);
}

.erp-card:nth-child(2) {
    transform: translateX(-18px);
}

.erp-card:nth-child(3) {
    transform: translateX(-42px);
} */

/* MOBILE */

@media (max-width: 992px) {

    .erp-layout {
        flex-direction: column;
        text-align: center;
    }

    .curve-divider {
        display: none;
    }

    .erp-card {
        width: 100%;
        transform: none;
    }
}

/* ===============================
 WHAT IS ERP SECTION
================================ */

.what-erp {
    padding: 80px 0;
}
.what-erp h2 {
    text-align: center;
    margin-bottom: 25px;
}


.what-erp p {
    text-align: center;
    max-width: 900px;
    margin: auto;
    margin-bottom: 15px;
    color: #555;
}

/* ===============================
 WHY FULCRUM ERP SECTION
================================ */

.why-fulcrum {
    padding: 90px 0;
    background: #f6f9fc;
    /* background: linear-gradient(135deg, #2cb5c4, #0c4663); */
    color: white;
}

/* Light text heading */

.section-title.light span {
    color: #9ee9f3;
}

.section-sub.light {
    color: rgba(255,255,255,0.85);
}

/* Cards */

.why-row {
    margin-top: 50px;
}

.why-card {
    background: #f6f9fc;
    color: #333;
    padding: 35px 25px;
    border-radius: 14px;
    text-align: center;
    margin-bottom: 30px;
    transition: 0.35s;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.why-card i {
    font-size: 36px;
     color: #1475a7; 
    margin-bottom: 15px;
}

.why-card h3 {
    margin-bottom: 10px;
    color: #0c4663;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.2);
}
/* ===== ERP SCORE CTA SECTION ===== */
.erp-score-cta{
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
}

.erp-score-title{
    font-size: 38px;
    font-weight: 700;
    color: #555;
    margin-bottom: 12px;
}

.erp-score-sub{
    max-width: 820px;
    margin: 0 auto 26px;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.erp-score-actions{
    margin-top: 10px;
}
.erp-readiness-page{
  padding: 40px 0;
  background: #f6f9fc;
}

.erp-page-head{
  text-align:center;
  margin-bottom: 20px;
}

.erp-form-card{
  background:#fff;
  border-radius:14px;
  padding: 20px 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.erp-q{
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.erp-options label{
  display:block;
  margin: 8px 0;
  font-weight: 400;
}

.erp-actions{
  display:flex;
  justify-content:flex-end;
  gap: 12px;
  margin-top: 20px;
}
/* Collapsible section card */
/* Wrapper spacing */
.erp-sections{
  margin-top: 10px;
}

/* Section container */
.erp-section{
  border: 1px solid #e9edf3;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 8px;
  background: #fff;
}

/* Toggle button */
.erp-section-toggle{
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.erp-section-head{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.erp-section-title{
  font-size: 18px;
  font-weight: 800;
  color: #2b2b2b;
}

.erp-section-subtitle{
  font-size: 13px;
  color: #6b7280;
}

/* Body padding */
.erp-section-body{
  padding: 6px 18px 18px;
  background: #fff;
}

/* Chevron (pure CSS) */
.erp-chevron{
  width: 10px;
  height: 10px;
  border-right: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  transform: rotate(45deg);
  transition: transform .25s ease;
  margin-left: 12px;
  flex: 0 0 auto;
}

/* When collapsed, rotate it up */
.erp-section-toggle.collapsed .erp-chevron{
  transform: rotate(-45deg);
}

/* Optional: hover */
.erp-section-toggle:hover{
  background: #f6f9fc;
}

/* Keep your question divider style clean */
.erp-q{
  padding: 16px 0;
  border-bottom: 1px solid #e9edf3;
}
.erp-q:last-child{
  border-bottom: 0;
}
.erp-q h4{
  font-size: 15px;
  font-weight: 800;
  color: #222;
  margin: 0 0 10px;
}
.erp-options label{
  display: block;
  font-size: 14px;
  color: #444;
  margin: 10px 0;
  cursor: pointer;
}
.erp-options input[type="radio"]{
  margin-right: 10px;
  transform: translateY(1px);
}



.section {
    padding: 100px 0;
    background: #f8f9fa;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.modules-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 100px;
    color: #1a1a1a;
}

/* ===============================
   MODULE ROW LAYOUT
================================ */

.module-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin-bottom: 140px;
}

.module-row.reverse {
    flex-direction: row-reverse;
}

/* ===============================
   PREMIUM SMALL ROUNDED CARDS
================================ */

.module-images {
    flex: 0 0 440px;
}

.split-card-wrapper {
    display: flex;
    gap: 25px;
}

.split-card {
    width: 200px;
    height: 260px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    transition: transform 0.4s ease;
    flex-shrink: 0;   
}

.split-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;  
}

.left-card {
    border-radius: 85px 20px 20px 20px;
}

.right-card {
    border-radius: 20px 20px 85px 20px;
    margin-top: 35px;
}

.split-card:hover {
    transform: translateY(-8px);
}


/* ===============================
   MODULE CONTENT
================================ */

.module-content {
    flex: 1;
}

.module-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.module-content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
    line-height: 1.6;
}

.module-content ul {
    padding-left: 20px;
}

.module-content li {
    margin-bottom: 10px;
    color: #444;
}
/* ===============================
   PAGE LOAD ANIMATION (SAFE)
================================ */

.module-row {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeSlideUp 0.9s ease forwards;
}

/* Staggered delay */
.module-row:nth-of-type(1) { animation-delay: 0.1s; }
.module-row:nth-of-type(2) { animation-delay: 0.3s; }
.module-row:nth-of-type(3) { animation-delay: 0.5s; }
.module-row:nth-of-type(4) { animation-delay: 0.7s; }
.module-row:nth-of-type(5) { animation-delay: 0.9s; }

/* Keyframes */
@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {

    .module-row,
    .module-row.reverse {
        flex-direction: column;
        text-align: center;
        gap: 60px;
    }

    .module-images {
        flex: unset;
        width: 100%;
    }

    .split-card-wrapper {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .module-row,
    .module-row.reverse {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .module-images {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .split-card-wrapper {
        justify-content: center;
    }

    .split-card {
        width: 170px;
        height: 220px;
    }

    .right-card {
        margin-top: 25px;
    }
}

@media (max-width: 576px) {

    .split-card-wrapper {
        display: flex;
        flex-direction: row;      
        justify-content: center;
        align-items: flex-start;
        gap: 12px;
        flex-wrap: nowrap;        
    }

    .split-card {
        width: 130px;             
        height: 170px;
        flex-shrink: 0;           
    }

    .left-card {
        border-radius: 55px 12px 12px 12px;
    }

    .right-card {
        border-radius: 12px 12px 55px 12px;
        margin-top: 18px;         
    }

    .module-images {
        display: flex;
        justify-content: center;
    }
}

/* ===============================
   GET IN TOUCH SECTION
================================ */

.get-in-touch {
    padding: 90px 0;
    background: linear-gradient(135deg, #0D8AB2, #00B87C);
    color: #0f0e0e;
}

.contact-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
}

/* LEFT SIDE */

.contact-left {
    flex: 1;
    min-width: 320px;
}

.contact-left h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-left h2 span {
    background: linear-gradient(to right, #ffffff, #d4f6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-left p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 30px;
    font-size: 16px;
}

.contact-info .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 15px;
}

.contact-info i {
    font-size: 18px;
    width: 30px;
}

/* RIGHT SIDE FORM */

.contact-right {
    flex: 1;
    min-width: 320px;
}

.contact-right form {
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 12px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-right input,
.contact-right textarea {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 20px;
}

.contact-right input:focus,
.contact-right textarea:focus {
    outline: none;
}

.contact-btn {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 6px;
    background: #fff;
    color: #0D8AB2;
    font-weight: 600;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #f2f2f2;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {

    .contact-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .form-row {
        flex-direction: column;
    }

    .contact-info .info-item {
        justify-content: center;
    }
}
.erp-modal{ position:fixed; inset:0; display:none; z-index:9999; }
.erp-modal.is-open{ display:block; }

.erp-modal-backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.45);
}

.erp-modal-dialog{
  position:relative;
  width:min(720px, calc(100% - 24px));
  margin: 80px auto;
  background:#fff;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
  overflow:hidden;
}

@media (max-width: 768px) {
  .erp-modal-dialog {
    width: calc(100% - 32px);
    margin: 40px auto;
    border-radius: 16px;
  }

  .erp-modal-body {
    padding: 12px;
  }

     .erp-result-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .erp-pie-wrap {
    width: 140px;
    height: 140px;
    background: #f0f8ff;
    border-radius: 50%;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .erp-pie {
    width: 124px;
    height: 124px;
  }

  .erp-pie::before {
    inset: 28px;
  }

 .erp-pie span {
    display: block !important;
    font-size: 20px;
    font-weight: 900;
    color: #1475a7;
  }
  .erp-overall {
    order: -1;
    margin-bottom: 0;
  }
  .erp-overall-title {
    font-size: 13px;
    color: #888;
  }
    .erp-overall-value {
    display: none;
  }

  .erp-result-actions .btn {
    font-size: 13px;
    padding: 8px 14px;
  }
}

.erp-modal-header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 14px 16px;
  background: #0D8AB2;
  color:#fff;
}

.erp-modal-title{ font-size:16px; font-weight:800; }

.erp-modal-close{
  border:0; background:transparent;
  color:#fff; font-size:28px; line-height:1;
  cursor:pointer;
}

.erp-modal-body{ padding: 16px; }
@media (max-width: 768px) {
  .erp-overall-title {
    font-size: 18px;
    font-weight: 800;
    color: #1475a7;
  }
}
/* Desktop popup — same as mobile layout */
.erp-result-row {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.erp-overall {
  order: -1;
}

.erp-overall-value {
  display: none;
}

.erp-overall-title {
  font-size: 18px;
  font-weight: 800;
  color: #1475a7;
}
/* Swal ERP modal  */
.swal2-container.swal-over-modal {
  z-index: 999999 !important;
}
/* ===============================
   pie chart
================================ */

.erp-result-row{
  display:flex;
  align-items:center;
  gap:18px;
  margin: 6px 0 12px;
}

.erp-overall-title{
  font-weight:700;
  color:#2b2b2b;
  margin-bottom:4px;
}

.erp-overall-value{
  font-size:28px;
  font-weight:800;
  color:#0c4663;
}

/* light soft area like screenshot */
.erp-pie-wrap{
  width: 160px;
  height: 120px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff7f7;   /* soft pinkish bg */
  border-radius:10px;
}

/* donut */
.erp-pie{
  --p:0; /* percent 0-100 */
  width:110px;
  height:110px;
  border-radius:50%;
  display:grid;
  place-items:center;
  position:relative;

  /* 2-tone teal ring (no grey remainder) */
  background:
    conic-gradient(
      #0D8AB2  0 calc(var(--p) * 1%),
      #6FE7EA 0 100%
    );
}

/* inner hole (bigger like screenshot) */
.erp-pie::before{
  content:"";
  position:absolute;
  inset:28px;               /* increase hole size */
  background:#fff;
  border-radius:50%;
}

/* center text */
.erp-pie span{
  position:relative;
  font-weight:700;
  color:#555;
  font-size:22px;
}

.erp-result-actions{
  margin-top:14px;
  text-align:right;
}
/* ---------- Detailed Report Form (inside same popup) ---------- */

#erpDetailView{
  margin-top: 12px;
}

.erp-form-title{
  font-weight:800;
  color:#0c4663;
  font-size:16px;
  margin: 4px 0 12px;
}

.erp-label{
  font-weight:700;
  font-size:13px;
  color:#2b2b2b;
  margin-bottom:6px;
  display:block;
}

.erp-req{
  color:#d93025;
}

.erp-input{
  height:42px;
  border-radius:10px;
  border:1px solid #e3e8ef;
  box-shadow:none;
}

.erp-input:focus{
  border-color:#0D8AB2;
  outline:none;
  box-shadow:0 0 0 3px rgba(13,138,178,.12);
}

/* message area */
#erpDetailMsg{
  border-radius:10px;
  padding:10px 12px;
  font-weight:600;
  background:#eef9ff;
  color:#0c4663;
  border:1px solid rgba(13,138,178,.25);
}

/* score-view action button stays right aligned (your existing) */
.erp-result-actions{
  margin-top:14px;
  text-align:right;
}

/* form-view buttons: Back left, Submit right */
.erp-actions-split{
  display:flex !important;
  justify-content:space-between;
  gap:10px;
  text-align:unset !important;
}

/* optional: make buttons a bit nicer in popup */
.erp-actions-split .btn,
.erp-result-actions .btn{
  border-radius:10px;
  padding:10px 16px;
  font-weight:700;
}
/* =============================================
   MOBILE: 
============================================= */
@media (max-width: 768px) {


  .erp-section-toggle {
    display: none !important;
  }


  .erp-section > .collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }

  
  .erp-section {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
  }


  .erp-q {
    display: none !important;
  }

  
  .erp-q.mobile-active {
    display: block !important;
  }


  .erp-form-card {
    padding: 20px 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    min-height: 75vh;
  }

  /* Progress bar wrapper */
  .mobile-progress-wrap {
    display: block !important;
    margin-bottom: 20px;
  }

  /* Progress bar */
 .mobile-progress-bar {
    height: 8px;
    background: #ddeef7;
    border-radius: 99px;
    overflow: hidden;
    margin-bottom: 6px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.08);
  }

  .mobile-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #1475a7, #26bfa6);
    border-radius: 99px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 6px rgba(20,117,167,0.4);
  }

  .mobile-progress-text {
    font-size: 11px;
    font-weight: 700;
    color: #1475a7;
    text-align: right;
    letter-spacing: 0.3px;
  }

  /* Section label mobile वर */
  .mobile-section-label {
    display: block !important;
    font-size: 11px;
    font-weight: 700;
    color: #1475a7;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
  }

  /* Question card style */
.erp-q.mobile-active {
    background: transparent;
    border-radius: 0;
    padding: 0 !important;
    box-shadow: none;
    border: none !important;
    animation: slideInQ 0.3s ease;
  }

  @keyframes slideInQ {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  /* Question title */
  .erp-q.mobile-active h4 {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #1a1a1a !important;
    margin-bottom: 16px !important;
    line-height: 1.5;
  }

  /* Options — bigger tap targets */
  .erp-q.mobile-active .erp-options label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    background: #f6f9fc;
    border: 1.5px solid #e3e8ef;
    border-radius: 10px;
    padding: 12px 14px !important;
    margin: 8px 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #333 !important;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .erp-q.mobile-active .erp-options label:has(input:checked) {
    border-color: #1475a7;
    background: #eef6fb;
    color: #1475a7 !important;
    font-weight: 700 !important;
  }

  .erp-q.mobile-active .erp-options input[type="radio"] {
    margin: 0 !important;
    margin-top: 2px !important;
    flex-shrink: 0;
    accent-color: #1475a7;
    width: 16px;
    height: 16px;
  }

  /* Mobile Nav Buttons */
 .mobile-nav-btns {
    display: flex !important;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
    position: static !important;
    box-shadow: none;
    background: transparent;
  }

 .mobile-nav-btns .btn {
    flex: 1;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    padding: 13px 10px;
    border: none;
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
  }

  /* BACK button — outline style */
  .mobile-nav-btns #mobilePrevBtn {
    background: transparent;
    border: 2px solid #1475a7 !important;
    color: #1475a7;
  }

  .mobile-nav-btns #mobilePrevBtn:hover {
    background: #1475a7;
    color: #fff;
  }

  /* NEXT button — solid gradient */
  .mobile-nav-btns #mobileNextBtn {
    background: linear-gradient(135deg, #1475a7, #2cb5c4);
    color: #fff;
    box-shadow: 0 6px 18px rgba(20, 117, 167, 0.35);
  }

  .mobile-nav-btns #mobileNextBtn:hover {
    background: linear-gradient(135deg, #0f5f8a, #1fa3b5);
    box-shadow: 0 8px 22px rgba(20, 117, 167, 0.45);
    transform: translateY(-2px);
  }

  
  .erp-actions {
    display: none !important;
  }

  
  #mobileCalculateBtn {
    display: block !important;
  }
}


@media (min-width: 769px) {
  .mobile-progress-wrap,
  .mobile-section-label,
  .mobile-nav-btns,
  #mobileCalculateBtn {
    display: none !important;
  }
}