body {
      font-family: "Outfit", sans-serif !important;
      background-color: #f8fafc;
    }
    .container{
      max-width:1320px !important;
    }
    section{
        padding:30px;
    }
    .accredisure-banner-section {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: 540px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
}
  
    .section-title {
      font-weight: 500;
      font-size: 2rem;
      margin-bottom: 2rem;
      text-align: center;
      position: relative;
    }
    .section-title::after {
      content: "";
      width: 60px;
      height: 3px;
      background: #0d6efd;
      display: block;
      margin: 0.5rem auto 0;
    }
    .card-custom {
      border-radius: 1rem;
      border: none;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-custom:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    }
    .img-section {
        width:500px;
      max-width: 100%;
      border-radius: 1rem;
      margin-bottom: 1rem;
    }
    /* challenges */
 .section-wrap{
      padding: 60px 0 60px;
      background-color: #f8fafc;
    }
    .heading-sub {
      color: var(--muted);
      letter-spacing: .1em;
      text-transform: uppercase;
      font-weight: 600;
      font-size: .9rem;
    }
    .display-5{
      font-weight: 700;
      letter-spacing: .3px;
      color:#00234d;
    }
    .challenge-card{
      background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
      border: 1px solid rgba(148,163,184,.15);
      border-radius: 1rem;
      padding: 22px 22px;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
      height: 100%;
    }
    .challenge-card:hover{
      transform: translateY(-4px);
      box-shadow: 0 14px 40px rgba(0,0,0,.35);
      border-color: rgba(245,158,11,.35);
    }
    .challenge-icon{
      width: 46px;
      height: 46px;
      border-radius: 12px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(245,158,11,.12);
      color: var(--accent);
      font-size: 1.25rem;
      margin-right: 12px;
      flex: 0 0 46px;
    }
    .challenge-title{
      font-size: 1.05rem;
      font-weight: 600;
      margin: 0;
      color:#00234d;
    }
    .challenge-desc{
      color: #111;
      margin: 8px 0 0;
      line-height: 1.55;
    }
    .badge-pill{
      background: rgba(245,158,11,.15);
      color: var(--accent);
      font-weight: 600;
    }
    /* make AOS a bit smoother at low motion preference */
    @media (prefers-reduced-motion: reduce){
      [data-aos]{ opacity: 1 !important; transform: none !important; transition: none !important; }
    }
    /* obe360 solution */
    .solution-section-wrap {
      padding: 25px 0;
      /* background-color:#fff; */
      background-image:url('../img/obe-benefits-bg.jpg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .solution-section-wrap .section-title {
      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 10px;
      color: #fff;
    }
    .solution-section-wrap .section-sub {
      color: #fff;
      font-size: 1.1rem;
      margin-bottom: 50px;
    }
    .module-card {
      background: #fff;
      border-radius: 1rem;
      border: 1px solid rgba(0,0,0,.08);
      padding: 25px;
      height: 100%;
      transition: all .25s ease;
    }
    .module-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 32px rgba(0,0,0,.12);
    }
    .module-icon {
      width: 55px;
      height: 55px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      color: #fff;
      margin-bottom: 15px;
    }
    .icon-blue { background:#2563eb; }
    .icon-green { background:#16a34a; }
    .icon-amber { background:#f59e0b; }
    .icon-purple { background:#7c3aed; }
    .icon-pink { background:#db2777; }
    .icon-teal { background:#0d9488; }
    .module-title {
      font-weight: 600;
      font-size: 1.15rem;
      margin-bottom: .5rem;
      color:#1e293b;
    }
    .module-desc {
      color: #475569;
      font-size: .95rem;
      line-height: 1.55;
      margin-bottom: .25rem;
    }
    /* benefits section */
    .benefits-section {
      padding: 30px 0;
    }
    .benefits-section .section-title {
      font-weight: 700;
      font-size: 2rem;
      color: #111827;
      margin-bottom: 15px;
    }
    .benefits-section .section-sub {
      color: #4b5563;
      font-size: 1.1rem;
      margin-bottom: 50px;
    }
    .benefit-card {
      background: #fff;
      border-radius: 1rem;
      border: 1px solid rgba(0,0,0,.08);
      padding: 30px 25px;
      height: 100%;
      text-align: center;
      transition: all .25s ease;
    }
    .benefit-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 14px 36px rgba(0,0,0,.12);
    }
    .benefit-icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      font-size: 1.5rem;
      color: #fff;
    }
    .icon-blue { background: #2563eb; }
    .icon-green { background: #16a34a; }
    .icon-amber { background: #f59e0b; }
    .icon-purple { background: #7c3aed; }
    .icon-pink { background: #db2777; }
    .benefit-text {
      font-size: 1rem;
      color: #374151;
      font-weight: 500;
    }
/* roadmap */
.roadmap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      position: relative;
      margin: 50px 0;
    }
    .roadmap::before {
      content: '';
      position: absolute;
      top: 30px;
      left: 0;
      right: 0;
      height: 4px;
      background: #007bff;
      z-index: 0;
    }
    .roadmap-step {
      text-align: center;
      width: 23%;
      position: relative;
      z-index: 1;
    }
    .roadmap-step .icon {
      width: 60px;
      height: 60px;
      background: #fff;
      border: 3px solid #007bff;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 15px;
      font-size: 24px;
      color: #007bff;
      font-weight: bold;
    }
    .roadmap-step h6 {
      font-weight: 600;
      margin-bottom: 5px;
      color:#2260ae;
    }
    .roadmap-step p {
      font-size: 14px;
      margin: 0;
    }
    /* case studies */
    .case-section {
      padding: 30px 0px;
      background:#f1efef;
    }
    .case-section img{
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .case-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.1);
      padding: 30px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      align-items:center;
      gap:25px;
      text-align: left !important;;
    }
    .case-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }
    .case-icon {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 20px;
    }
    .case-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 10px;
    }
    .case-desc {
      font-size: 0.95rem;
      color: #555;
    }
/* pricing */
.pricing-table {
      background: #f8f9fa;
      padding: 30px 0;
    }
    .pricing-card {
      border: none;
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
    }
    .pricing-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }
    .pricing-header {
      background: #2e5b8c;
      color: #fff;
      padding: 6px;
      border-radius: 12px 12px 0 0;
      text-align: center;
    }
    .choose-lite{
      background: #2e5b8c;
      color:#fff;
    }
    .choose-pro{
      background: #236432;
      color:#fff;
    }
    .choose-enterprise{
      background: #8c742c;
      color:#fff;
    }
    .pricing-header h4 {
      margin: 0;
      font-size: 1.5rem;
    }
    .pricing-body {
      padding: 30px;
      background: #fff;
      border-radius: 0 0 12px 12px;
    }
    .pricing-body ul {
      list-style: none;
      padding: 0;
    }
    .pricing-body ul li {
      margin-bottom: 12px;
      border-bottom:1px solid lightgrey;
      padding-bottom:10px;
    }
    .btn-pricing {
      margin-top: 20px;
      width: 100%;
    }
/* why referenceglobe */
/* Section wrapper */
  :root{
      --bg1:#0f172a;      /* slate-900 */
      --bg2:#1e293b;      /* slate-800 */
      --brand:#22d3ee;    /* cyan-400 */
      --text:#e5e7eb;     /* gray-200 */
      --muted:#94a3b8;    /* slate-400 */
      --card:#0b1226;     /* deep navy */
    }
    .why-wrap{
      position: relative;
      padding: 35px 0;
      overflow: hidden;
      background: radial-gradient(1200px 800px at 80% -20%, #1f2a44 0%, #0e1326 45%, #070a16 100%), linear-gradient(120deg, var(--bg1), var(--bg2));
      color: var(--text);
      font-weight: 500;
    }
    /* Animated glow orbs (background) */
    .orb{
      position: absolute;
      width: 420px; height: 420px;
      border-radius: 50%;
      filter: blur(60px);
      opacity: .25;
      animation: float 18s ease-in-out infinite;
      pointer-events: none;
    }
    .orb--a{ background: #22d3ee; top:-120px; left:-120px; animation-delay: 0s; }
    .orb--b{ background: #a78bfa; bottom:-140px; right:-160px; animation-delay: 4s; }

    @keyframes float{
      0%,100%{ transform: translate3d(0,0,0) scale(1); }
      50%{ transform: translate3d(30px,-20px,0) scale(1.05); }
    }

    /* Card */
    .why-card{
      background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 20px;
      box-shadow: 0 20px 60px rgba(0,0,0,.35);
      backdrop-filter: blur(6px);
      padding-bottom:20px;
      /* overflow: hidden; */
    }

    .why-header{
      position: relative;
      padding: 28px 28px 18px;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .why-badge{
      display: inline-flex; align-items: center;
      font-size: .82rem; letter-spacing: .3px;
      color: #06131a; background: var(--brand);
      border-radius: 999px; padding: 6px 12px; font-weight: 700;
      box-shadow: 0 8px 24px rgba(34, 211, 238, .35);
    }

    .why-title{
      margin: 14px 0 0;
      font-weight: 800;
      letter-spacing: .3px;
      color: #f8fafc;
    }
    .why-sub{
      margin: 6px 0 0;
      color: var(--muted);
      font-size: .95rem;
    }

    /* Feature rows */
    .feature{
      display: flex; align-items: flex-start;
      padding: 18px 24px;
      border-bottom: 1px dashed rgba(255,255,255,.08);
      opacity: 1; 
      transform: translateY(24px) scale(.98);
      /* filter: blur(4px); */
      transition: transform .9s cubic-bezier(.2,.9,.2,1), opacity .9s, filter .9s;
    }
    .feature:last-child{ border-bottom: 0; }
    .feature.in-view{
      opacity: 1; transform: translateY(0) scale(1);
      filter: blur(0);
    }

    .feature .icn{
      width: 44px; height: 44px; flex: 0 0 44px;
      display: inline-grid; place-items: center;
      border-radius: 12px;
      background: rgba(34,211,238,.18);
      border: 1px solid rgba(34,211,238,.35);
      margin-right: 14px;
      box-shadow: inset 0 0 0 2px rgba(34,211,238,.08);
      transform: translateZ(0);
    }
    .feature h5{
      margin: 0 0 6px;
      color: #eaf2ff; letter-spacing:.2px; font-weight: 700;
    }
    .feature p{
      margin: 0; color: var(--muted);
    }

    /* Stagger (set via inline style or nth-child) */
    .feature:nth-child(1){ transition-delay: .05s; }
    .feature:nth-child(2){ transition-delay: .15s; }
    .feature:nth-child(3){ transition-delay: .25s; }
    .feature:nth-child(4){ transition-delay: .35s; }

    /* Accent underline animation for title */
    .underline{
      position: relative; display: inline-block;
    }
    .underline:after{
      content:""; position:absolute; left:0; bottom:-6px; height:3px; width:0%;
      background: linear-gradient(90deg, var(--brand), #a78bfa);
      border-radius: 3px;
      transition: width 1s cubic-bezier(.2,.9,.2,1);
    }
    .title-in-view .underline:after{ width: 100%; }

    /* Hover micro-interactions */
    .feature:hover .icn{ transform: translateY(-2px) scale(1.03); }
    .feature:hover h5{ text-shadow: 0 0 20px rgba(167,139,250,.25); }



    .imple-roadmap{
      background: #0f172a;
      color: #f1f5f9;
      font-family: "Segoe UI", sans-serif;
      min-height: 100vh;
      display: flex; align-items: center;
    }
    .timeline {
      position: relative;
      padding: 40px;
      border-left: 3px solid rgba(255,255,255,.15);
      
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    /* padding-bottom: 20px; */
    /* overflow: hidden; */

    }

    .timeline::before {
      content: "";
      position: absolute;
      top: 0; left: -1px;
      width: 3px; height: 0;
      background: linear-gradient(to bottom, #22d3ee, #3b82f6);
      animation: flowline 3s linear forwards;
    }

    @keyframes flowline {
      to { height: 100%; }
    }

    .timeline-item {
      position: relative;
      margin-bottom: 50px;
      opacity: 0;
      transform: translateY(40px);
      transition: all .8s ease-out;
    }
    .timeline-item.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .timeline-icon {
      position: absolute;
      left: -64px; top: 0;
      width: 44px; height: 44px;
      background: #22d3ee;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      color: #0f172a;
      font-size: 18px;
      box-shadow: 0 0 20px rgba(34,211,238,.6);
      transform: scale(.5);
      transition: transform .6s ease, opacity .6s;
      opacity: 0;
    }
    .timeline-item.in-view .timeline-icon {
      transform: scale(1);
      opacity: 1;
    }

    .timeline-content {
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.1);
      padding: 18px 22px;
      border-radius: 12px;
      box-shadow: 0 6px 20px rgba(0,0,0,.3);
    }

    .timeline-content h5 {
      color: #e2e8f0;
      font-weight: 700;
    }
    .timeline-content p {
      margin: 0;
      color: #94a3b8;
    }
    /* pricing-2 */
    .content{
    display: flex;
    justify-content: space-between;
    /* width: 1200px; */
    /* margin: 100px; */
}

.box{
    display: flex;
    flex-direction: column;
    
    /* width: 300px; */
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    
    background: #fff;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 20%);
}

.title{
    width: 100%;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;

    color: #F5F5F4;
}

.basic .title{
    background: #C35A74;
}

.standard .title{
    background: #307BAA;
}

.business .title{
    background: #53BAB5;
}

.detail{
    margin: auto 0 auto 5px;
    width: 70px;
    font-size: 0.7em;
    font-weight: bold;
    line-height: 15px;
    color: #7D7C7C;
}

.description{
    margin: 10px;
    /* font-size: 0.8em; */
    color: #7D7C7C;
}

.description ul{
    list-style: none;
    padding-left:0px !important;
}
.description ul li{
  margin-top: 10px;
  color:#111;
}
.pricing-para{
  font-size: 12px;
  font-style:italic;
  color:grey;
}
hr{
  margin-top:0px !important;
}
/* li{
    margin-top: 10px;
} */



/* Responsiveness:Start */
@media screen and (max-width:970px) {
    .content{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 50px auto;
    }
    .standard, .business{
        margin-top: 25px;
    }
}
/* Responsiveness:End */
/* media queries */
@media only screen and (min-width: 320px) and (max-width: 660px) {
    .accredisure-banner-section {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .accredisure-banner-section {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
} 
}

.pls{padding-left: 16px;}