h2{
    font-size:25px !important;
  }
p{
  font-size:15px !important;
  line-height:1.7 !important;
}

/* hero section */
/* Hero Section */
 .hero {
    background: radial-gradient(circle at center, #dbdee1, #e7ebee) !important;
    padding: 30px 0px !important;
    text-align: left;
    color: #fff;
}
.hero p {
    color:  color-mix(in srgb, var(--default-color), transparent 30%);
    margin: 5px 0 30px 0;
    font-size: 20px;
    font-weight: 400;
    color: #111 !important;
}

.hero h1 {
    font-size: 3.2rem !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #3ba74f, #1f6fb2, #f0a500, #e94f37) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    animation: gradientMove 5s infinite alternate !important;
}
    .main-banner-btns a{
        text-decoration: none !important;
    }
   
    @keyframes gradientMove {
      0% {background-position: left;}
      100% {background-position: right;}
    }


    section {
      padding: 20px 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 20px !important;
    }

    .section-title h2 {
      text-transform:none !important;
      margin-bottom:10px !important;
      line-height:1.2 !important;
      font-weight: 600;
      background: linear-gradient(90deg, var(--color-green), var(--color-yellow));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .card {
      background: #15222b;
      border: none;
      border-radius: 15px;
      transition: transform 0.3s, box-shadow 0.3s;
      color: #fff;
    }

    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    }
    .quality-learning-card{
        background-color:#54758e !important;
    }
    .teacher-empowerment-card{
        background-color:#538285 !important;
    }
    .digital-education-card{
        background-color: #927d60 !important;
    }
    .integrated-card{
        background-color:#3b2a25 !important;
    }
    .integrated-card i{
        color:#ffb86a !important;
    }
    .csr-ready-card{
        background-color:#14334a !important;
    }
    .csr-ready-card i{
        color:#6ed4ff !important;
    }
    .campus-card{
        background-color:#143638 !important;
    }
     .campus-card i{
        color:#5ee9b5 !important;
    }

    .btn-gradient {
      background:#2173ab !important;
  padding:6px 21px !important;
      color: #fff !important;
      border: none;
     
      border-radius: 30px !important;
      transition: transform 0.3s;
      text-decoration:none;
    }

    .btn-gradient:hover {
      transform: scale(1.05);
      color: #fff;
    }
    #download-concept-btn{
  background-color: #3ba74f !important;
    color: #fff !important;
    border: none !important;
    padding: 6px 21px !important;
    border-radius: 30px !important;
    transition: transform 0.3s !important;
}
  /* goverance section */
  /* Section */
.gov-matrix{
    /* background: linear-gradient(120deg, #f9fafb, #eef2f7); */
    background-color:#fff;
    padding: 30px 0;
}

/* Header */
.gov-matrix h2{
    font-weight: 700;
    color:#3ba74f !important;
}

/* Matrix Container */
.matrix-box{
    /* background:#ffffff; */
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    border-radius:20px;
    padding:20px 20px;
    box-shadow:0 30px 60px rgba(0,0,0,0.08);
}

/* Governance Labels */
.gov-label{
    background:#2173ab;
    color:#fff;
    padding:16px 16px;
    border-radius:12px;
    font-weight:600;
}

/* Implementation Cells */
.matrix-cell{
    background:#f8fafc;
    border-radius:12px;
    padding:16px;
    height:100%;
    border-left:4px solid #94a3b8;
}

.matrix-cell h6{
    font-weight:600;
    font-size:0.95rem;
}

/* Footer Strip */
.matrix-footer{
    background:linear-gradient(135deg,#0f172a,#1e293b);
    color:#fff;
    border-radius:14px;
    padding:8px 18px;
    font-weight:600;
    text-align:center;
}
/* pilot vision section*/
.vision-section {
  background: linear-gradient(135deg, #eed5d8, #fdf5f6);
}

.vision-card {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  /* min-height:292px !important; */
  height: 100%;
  border-left: 6px solid;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}
.vision-card h6{
    color:#af4656;
}
.vision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.border-primary { border-color: #0d6efd; }
.border-purple { border-color: #6f42c1; }
.border-warning { border-color: #f59e0b; }

.icon-badge {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  flex-shrink: 0;
}

.bg-purple { background: #6f42c1; }

.phase-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.vision-list {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.vision-list li {
  font-size: 14px;
  margin-bottom: 10px;
}

.vision-list i {
  margin-right: 10px;
  color: #0d6efd;
}
.state-wide-ul li i{
    color:#6f42c1 !important;
}
.national-model-ul li i{
    color:rgb(159 123 13) !important;
}
/* Impact & KPI Section */
.impact-section h2{
    color:#3ba74f !important;
}
.impact-section h6{
    color:#ac455c;
}
.impact-section .card-img-top {
  height: 190px;
  object-fit: cover;
}
.impact-section .card {
  transition: transform .3s ease, box-shadow .3s ease;
}
.impact-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
/* what is triimpact 2047 */
/* Section */
.triimpact-section{
    padding: 30px 0;
}
.triimpact-section h2{
    color: #3ba74f !important;
    
}

/* ===== MAIN CARD ===== */
.glass-card{
    background:rgba(255,255,255,.9);
    border:1px solid #e6ecf5;
    border-radius:20px;
    padding:28px;
    box-shadow:0 18px 45px rgba(0,0,0,.06);
}
.glass-card h6{
  color:#1c3b67 !important;
}
/* ===== METRIC BOX ===== */
.metric-box{
    background:linear-gradient(135deg,#f8fbff,#eef4ff);
    border:1px solid #dde7ff;
    border-radius:16px;
    padding:5px 22px;
}
.metric-box strong{
    font-size:28px;
    display:block;
}
.kpi-blue strong { color:#1f4fd8; }
.kpi-blue span  { color:#4b5f87; }
.kpi-green strong { color:#1c8c5f; }
.kpi-green span  { color:#4f7f6a; }
.kpi-orange strong { color:#e67e22; }
.kpi-orange span  { color:#8a5a2d; }
.kpi-purple strong { color:#6f42c1; }
.kpi-purple span  { color:#6b5a8a; }
/* ===== FLOW STRIP ===== */
.flow-strip{
    background:linear-gradient(135deg,#f4fff9,#ebfff5);
    border:1px solid #ccf3e3;
    border-radius:18px;
    padding:10px 18px;
}
.flow-step{
    font-weight:500;
    font-size:15px !important;
}
/* Highlight badge */
.framework-badge{
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    background: #ecfdf5;
    color: #047857;
    font-weight: 600;
    font-size: 0.95rem;
}

/* Pillar Cards */
.pillar-card{
    background: #ffffff;
    border-radius: 18px;
    padding: 10px 25px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 3px solid #aa4561;
}

.pillar-card:hover{
    transform: translateY(-6px);
}

/* Icon */
.pillar-icon{
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #fff;
}

.edu{ background: linear-gradient(135deg,#2563eb,#1d4ed8); }
.gov{ background: linear-gradient(135deg,#059669,#047857); }
.corp{ background: linear-gradient(135deg,#7c3aed,#6d28d9); }

/* triimpact model section */
/* Section Background */
.triimpact-model{
    background: linear-gradient(135deg, #f8fafc, #eef2f7);
    color: #ffffff;
    padding: 30px 0;
}

/* Headings */
.triimpact-model h2{
    font-weight: 700;
    color:#3ba74f !important;
}

.triimpact-model p{
    color: rgba(33, 37, 41, 0.75);
}

/* Integrator Box */
.integrator-box{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 18px;
    padding: 30px;
}

/* Force Row */
.force-row{
    /* background: rgba(255,255,255,0.06); */
    background-color:#fff !important;
    border-left: 6px solid;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 22px;
}

/* Colors */
.edu-border{ border-color:#3b82f6; }
.gov-border{ border-color:#10b981; }
.corp-border{ border-color:#fab012; }

/* Icons */
.force-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background: #ae4658;
}

/* Outcome Ribbon */
.outcome-ribbon{
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
    font-weight: 600;
    display: inline-block;
}
/* why now section */
.why-section{
    padding:30px 0;
}
.why-section h2{
    color:#3ba74f !important;
}

.section-title{
    font-weight:700;
    color:#8fa820;
}
.section-sub{
    max-width:920px;
    margin:auto;
    color:#333;
}

.timeline2{
    position:relative;
    padding-left:40px;
}
.timeline2::before{
    content:'';
    position:absolute;
    left:14px;
    top:0;
    width:4px;
    height:100%;
    background:#d6e2c8;
    border-radius:10px;
}

.timeline-item2{
    position:relative;
    margin-bottom:22px;
}
.timeline-dot2{
    position:absolute;
    left:-40px;
    top:5px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#9F2B68 !important;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

.policy-card{
    background:#ffffff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.policy-card h6{
    font-weight:700;
    margin-bottom:15px;
    color:#9F2B68 !important;
}
.policy-card p{
    color:#555;
    margin-bottom:0;
}

.highlight{
    background:#eef3e7;
    border-left:6px solid #8fa820;
    padding:18px 22px;
    border-radius:12px;
    font-weight:600;
    margin-top:25px;
}

@media(max-width:768px){
    .timeline{ padding-left:0; }
    .timeline::before{ display:none; }
    .timeline-dot2{
        position:static;
        margin-bottom:10px;
    }
}
/* stake holder section */

.stakeholder-section {
  background: #f3faf6;
}

.stakeholder-block {
  border-left: 4px solid #e3efe8;
  padding-left: 20px;
}

.stakeholder-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stakeholder-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.stakeholder-list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  margin-bottom: 8px;
}

.stakeholder-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #198754;
  font-weight: bold;
}
/* RHF Section */
/* Section background */
.rhf-section{
    background: linear-gradient(135deg, #f2f6f5, #e7efec);
    padding:30px 0;
}

/* Header */
.rhf-header{
    max-width:1000px;
    margin:auto;
    text-align:center;
    margin-bottom:30px;
}
.rhf-header h2{
    font-weight:700;
    color:#3ba74f !important;
    text-transform: none !important;
}
.rhf-header p{
    color:#444;
    margin-top:15px;
}

/* Left intro */
.rhf-intro{
    background:#ffffff;
    border-radius:22px;
    padding:40px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    height:100%;
}
.rhf-intro h4{
    font-weight:700;
    margin-bottom:15px;
}
.rhf-intro p{
    color:#555;
}

/* Role cards */
.role-card{
    background:#ffffff;
    border-radius:18px;
    padding:28px;
    box-shadow:0 12px 30px rgba(0,0,0,.1);
    height:100%;
    transition:.3s;
}
.role-card:hover{
    transform:translateY(-6px);
}

/* Icon */
.role-icon{
    width:60px;
    height:60px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    color:#fff;
    margin-bottom:15px;
}

/* Color themes */
.arch{ background:#5c8c7b; }
.digital{ background:#3f6f78; }
.research{ background:#7b6d4f; }
.capacity{ background:#8c4f63; }
.compliance{ background:#4f6a8c; }

.role-card h6{
    font-weight:700;
    margin-bottom:8px;
}
.role-card p{
    font-size:16px;
    color:#555;
    margin-bottom:0;
}

@media(max-width:768px){
    .rhf-intro{ margin-bottom:30px; }
}
.edu-heading{color:#1b88d2 !important;}
.govt-heading{color:#3ba439 !important;}
.psus-heading{color:#fab012 !important;}
/* advisors section */
.advisor-section {
  background: #ffffff;
}

.advisor-points {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.advisor-points li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 15px;
}

.advisor-points li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #198754;
  font-weight: bold;
}

.advisor-actions {
  border-left: 4px solid #e6f4ec;
  padding-left: 30px;
}

.action-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}

.action-item i {
  font-size: 26px;
  color: #198754;
  margin-right: 18px;
  min-width: 28px;
}

.action-item.highlight {
  background: #f0f9f4;
  padding: 16px;
  border-radius: 8px;
}
#contact h2{
    color: #3ba74f !important;
}

/* framework section */
/* ===== SECTION BACKGROUND ===== */
.framework-section{
    background:
      radial-gradient(circle at top right,#eef4ff 0%,transparent 45%),
      radial-gradient(circle at bottom left,#f0fffa 0%,transparent 45%),
      linear-gradient(180deg,#ffffff,#f7f9fc);
    padding:90px 0;
}

/* ===== HERO TEXT ===== */
.framework-title{
    font-size:46px;
    font-weight:800;
    line-height:1.2;
}
.framework-desc{
    font-size:17px;
    color:#5f6b7a;
}

/* ===== TAG PILLS ===== */
.tag-pill{
    background:#f1f6ff;
    border:1px solid #dbe7ff;
    border-radius:50px;
    padding:6px 14px;
    font-size:13px;
    font-weight:500;
    color:#2f6fed;
}

/* ===== ICON CIRCLE ===== */
.icon-circle{
    width:44px;
    height:44px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    background:linear-gradient(135deg,#e8f0ff,#f4f8ff);
    color:#2f6fed;
}

/* ===== FEATURE CARD ===== */
.feature-card{
    background:#fff;
    border-radius:18px;
    padding:24px;
    height:100%;
    border:1px solid #e6ecf5;
    transition:.3s;
}
.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 16px 40px rgba(0,0,0,.08);
}
.feature-card h6{
    font-weight:600;
}
/* difference section */
/* ===== SECTION BACKGROUND ===== */
.difference-section{
    background:
      linear-gradient(rgba(255,255,255,.92), rgba(255,255,255,.92)),
      url("../../img/rh-images/difference-bg.jpg");
    background-size: cover;
    background-position: center;
    padding:90px 0;
}

/* ===== HEADER ===== */
.difference-section .section-title{
    font-size:25px;
    font-weight:700;
    color: #3ba74f !important;
    text-transform: none !important;
}
.difference-section .section-subtitle{
    color:#111;
    /* max-width:820px; */
}

/* ===== COMPARISON CARD ===== */
.compare-card{
    background:#fff;
    border:1px solid #e6ecf5;
    border-radius:20px;
    padding:32px;
    height:100%;
    box-shadow:0 20px 45px rgba(0,0,0,.06);
}

.compare-card.left{
    border-left:5px solid #e5533d;
}
.compare-card.right{
    border-left:5px solid #198754;
}

/* ===== CARD HEADER ===== */
.card-head{
    font-weight:700;
    margin-bottom:20px;
}

/* ===== ROW ITEM ===== */
.compare-item{
    display:flex;
    gap:14px;
    padding:14px 0;
    border-bottom:1px dashed #e3e8f0;
}
.compare-item:last-child{
    border-bottom:none;
}

.icon-wrap{
    width:36px;
    height:36px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

.icon-left{
    background:#fff1ee;
    color:#e5533d;
}
.icon-right{
    background:#d9e9e5;
    color:#198754;
}

.compare-item h6{
    margin:0;
    font-weight:600;
}
.compare-item p{
    margin:0;
    color:#5f6b7a;
    font-size:15px;
}

/* ===== BADGE ===== */
.top-badge{
    background:#eef4ff;
    color:#2f6fed;
    padding:6px 14px;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
}
/* triimpact model section */
.triimpact-model-section{
    background:linear-gradient(180deg,#ffffff,#f6f9fc);
    padding:90px 0;
}

/* ===== TITLE ===== */
.tri-title{
    font-size:34px;
    font-weight:700;
}
.tri-sub{
    color:#111;
    /* max-width:900px; */
}

/* ===== CARD BASE ===== */
.tri-card{
    border-radius:18px;
    padding:22px;
    height:100%;
    border:1px solid rgba(0,0,0,.05);
    box-shadow:0 15px 35px rgba(0,0,0,.06);
}
.tri-card h6{
    font-weight:600;
}

/* ===== CARD COLORS ===== */
.bg-edu{ background:#eef5ff; }
.bg-gov{ background:#f1fff8; }
.bg-ind{ background:#fff6ee; }
.bg-pmu{ background:#f7f2ff; }
.bg-risk{ background:#ffffff; }

/* ===== ICON ===== */
.tri-icon{
    width:42px;
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    background:#fff;
    box-shadow:0 8px 18px rgba(0,0,0,.08);
}

/* ===== CENTER IMAGE ===== */
.center-box{
    /* background:#fff; */
    /* border-radius:50%; */
    /* width:220px; */
    /* height:220px; */
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    /* box-shadow:0 25px 60px rgba(0,0,0,.12); */
    /* border:4px solid #eef3ff; */
}
.center-box img{
    /* width:130px; */
}

/* ===== LIST ===== */
.tri-list li{
    font-size:14px;
    margin-bottom:6px;
    color:#4f5d70;
}
/* non-negotiable section */
/* ===== SECTION ===== */
.non-negotiables-section{
    background: linear-gradient(180deg, #f8ebeb, #d2dbe3);
    padding:20px 0;
}

/* ===== CARD ===== */
.nn-card{
    background:#fff;
    border:1px solid #e4ebf3;
    border-radius:18px;
    padding:30px;
    box-shadow:0 14px 35px rgba(0,0,0,.06);
}

/* ===== HEADER ===== */
.nn-title{
    font-size:25px !important;
    font-weight:700;
    color:#3ba74f !important;
}
.nn-sub{
    color:#5f6b7a;
    font-size:14px;
}

/* ===== LIST ===== */
.nn-list li{
    display:flex;
    gap:14px;
    margin-bottom:16px;
    font-size:16px;
    color:#2f3b4a;
}

/* ===== CHECK ICON ===== */
.check-icon{
    min-width:28px;
    height:28px;
    border-radius:50%;
    background:#e8f3ff;
    color:#1f4fd8;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

/* ===== IMAGE ===== */
.nn-image{
    width:100%;
    border-radius:18px;
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}
/* how it works section */
/* ===== SECTION ===== */
.exec-section{
    background: linear-gradient(180deg,#ffffff,#f6f9fc);
    padding:30px 0;
}

/* ===== HEADER ===== */
.exec-title{
    font-size:25px;
    font-weight:700;
    color: #3ba74f !important;
}
.exec-sub{
    color:#111;
}

/* ===== FLOW CONTAINER ===== */
.exec-flow{
    background: linear-gradient(135deg,#4f73e6,#4aa0f2);
    border-radius:26px;
    padding:50px 30px;
    color:#fff;
    margin-bottom:18px;
}

/* ===== FLOW STEP ===== */
.flow-step{
    position:relative;
    text-align:center;
}

/* ICON CIRCLE */
.flow-icon{
    width:64px;
    height:64px;
    background:#fff;
    color:#4f73e6;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin:0 auto 18px;
    box-shadow:0 14px 35px rgba(0,0,0,.25);
}

/* CONNECTOR */
.flow-step:not(:last-child)::after{
    content:"";
    position:absolute;
    top:32px;
    right:-50%;
    width:100%;
    border-top:2px dashed rgba(255,255,255,.6);
}

/* STEP TEXT */
.flow-step h6{
    font-weight:700;
    margin-bottom:6px;
    color:#f8d31d !important;
}
.flow-step p{
    font-size:14.5px;
    color:#e9f0ff;
    max-width:200px;
    margin:0 auto;
}

/* ===== BOTTOM CARDS ===== */
.info-card{
    background:#fff;
    border-radius:20px;
    padding:28px;
    border:1px solid #e4ebf3;
    box-shadow:0 14px 35px rgba(0,0,0,.05);
    height:100%;
}
.info-card h6{
    font-weight:700;
    color:#ae4656 !important;
}

/* ICON */
.info-icon{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#eef4ff;
    color:#2f6fed;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

/* Pathway section */
/* ===== SECTION ===== */
.msme-section{
    background: linear-gradient(180deg,#ffffff,#f6f9fc);
    padding:30px 0;
}

/* ===== HEADER ===== */
.msme-title{
    font-size:25px;
    font-weight:700;
    color: #3ba74f !important;
}
.msme-sub{
    color:#111;
    /* max-width:900px; */
}

/* ===== CARD ===== */
.msme-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    border:1px solid #e6ecf5;
}

/* ===== IMAGE ===== */
.msme-img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* ===== CONTENT ===== */
.msme-content{
    padding:40px;
}
.msme-content h5{
    font-weight:700;
    margin-bottom:18px;
}

/* ===== LIST ===== */
.msme-content ul{
    padding-left:18px;
}
.msme-content li{
    margin-bottom:10px;
    color:#111;
    font-size:15.5px;
}

/* ===== TAG ===== */
.tag-pill{
    display:inline-block;
    padding:6px 14px;
    border-radius:40px;
    background:#eef4ff;
    color:#2f6fed;
    font-size:13px;
    font-weight:600;
}
.bg-90days{ background:linear-gradient(135deg,#ffffff,#eef4ff); }
.bg-engage{ background:linear-gradient(135deg,#f0fffa,#ffffff); }
.bg-register{ background:linear-gradient(135deg,#fff6ee,#ffffff); }
.bg-ip{ background:linear-gradient(135deg,#f7f2ff,#ffffff); }

/* why RHF Section */
/* ===== SECTION ===== */
.why-rhf-section{
    background: linear-gradient(135deg,#f5f9ff,#eef7f3);
    padding:30px 0;
}

/* ===== TITLE ===== */
.why-title{
    font-size:25px;
    font-weight:700;
    color: #3ba74f !important;
}
.why-sub{
    color:#111;
    max-width:900px;
}

/* ===== TAG ===== */
.tag-neutral{
    display:inline-block;
    padding:6px 14px;
    border-radius:40px;
    background:#eef4ff;
    color:#2f6fed;
    font-size:13px;
    font-weight:600;
}

/* ===== INFO CARD ===== */
.info-card{
    background:#fff;
    border-radius:20px;
    padding:28px;
    border:1px solid #e4ebf3;
    box-shadow:0 14px 35px rgba(0,0,0,.06);
    height:100%;
}
.info-card h6{
    font-weight:700;
}

/* ===== HIGHLIGHT BAR ===== */
.highlight-bar{
    background:linear-gradient(135deg,#eaf1ff,#eefaf3);
    border-radius:18px;
    padding:22px;
    border:1px solid #dfe8f5;
}

/* ===== IMAGE ===== */
.why-img{
    width:100%;
    border-radius:22px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* pricing section */
/* ===== SECTION ===== */
.pricing-section{
    background:
      linear-gradient(rgba(245,248,255,.94),rgba(245,248,255,.94)),
      url("https://images.unsplash.com/photo-1554224154-22dec7ec8818?auto=format&fit=crop&w=1600&q=80");
    background-size:cover;
    background-position:center;
    padding:30px 0;
}

/* ===== HEADER ===== */
.pricing-title{
    font-size:36px;
    font-weight:700;
    color:#3ba74f !important;
}
.pricing-sub{
    color:#111;
    /* max-width:900px; */
}

/* ===== PRICING CARD ===== */
.price-card{
    background:#fff;
    border-radius:22px;
    padding:38px 32px;
    height:100%;
    border:1px solid #e4ebf3;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    text-align:center;
}
.price-card h6{
  color:#ae4656 !important;
}

/* FEATURED PLAN */
.price-card.featured{
    border:2px solid #3ba74f;
    transform:scale(1.04);
}
.price-card.featured .price{
  color: #3ba74f !important;
}
/* PRICE */
.price{
    font-size:34px;
    font-weight:700;
    color:#2f6fed;
}
.price span{
    font-size:14px;
    color:#5f6b7a;
}

/* LIST */
.price-card ul{
    list-style:none;
    padding:0;
    margin:24px 0;
}
.price-card ul li{
    margin-bottom:10px;
    font-size:15px;
    color:#111;
}

/* BUTTON */
.btn-plan{
    border-radius:30px;
    padding:10px 28px;
}

/* FOOT BAR */
.audit-bar{
    background:#ffffff;
    border-radius:18px;
    padding:26px;
    border:1px solid #e4ebf3;
    box-shadow:0 14px 35px rgba(0,0,0,.05);
}
/* evidence backbone section */
.corp-dashboard-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  padding:30px 0px !important;
}
.corp-dashboard-section h2{
color: #3ba74f !important;
}
.kpi-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 18px 20px;
  border-left: 4px solid #0d6efd;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
}

.kpi-label {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 4px;
}

.kpi-value {
  font-weight: 700;
  margin: 0;
}

.info-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.05);
}

.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.chip {
  background: #f1f5ff;
  color: #0d6efd;
  padding: 6px 12px;
  font-size: 0.75rem;
  border-radius: 20px;
  font-weight: 500;
}

.dashboard-image-wrap {
  background: linear-gradient(135deg, #e9f0ff, #ffffff);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
  
/* =====================================================
   iOS SAFARI + MOBILE FIX (FOR GIVEN HTML)
   ===================================================== */
@media screen and (min-width: 320px) and (max-width: 991px) {

  /* Force stacked card */
  .msme-card {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
    margin-bottom: 1.25rem;
  }

  /* Kill Bootstrap col-lg behavior inside flex */
  .msme-card > .col-lg-5,
  .msme-card > .col-lg-7 {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Stop lg reverse from affecting mobile */
  .msme-card.flex-lg-row-reverse {
    flex-direction: column !important;
  }

  /* IMAGE — correct iOS behavior */
      .msme-img {
        display: block;
        width: 100% !important;
        /* height: 200px !important; */
        /* max-height: 200px !important; */
        object-fit: cover !important;
        border-radius: 12px 12px 0 0;
        
    }

    .msme-img {
    width: 100%;
    object-fit: cover;
}

  /* Content spacing */
  .msme-content {
    padding: 1rem 1.25rem;
  }
}




@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 991px) {

     .msme-card {
      flex-direction: column !important;
    }

    .msme-card > .col-lg-5,
    .msme-card > .col-lg-7 {
      flex: none !important;
      width: 100% !important;
    }

    .msme-img {
      height: 200px !important;
      object-fit: cover !important;
    }
  }
}






