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: 550px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top bottom;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
}
.skill-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: 700;
    color: #003366;
    margin-bottom: 20px;
    font-size: 28px !important;
    }
    .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:440px;
      max-width: 100%;
      border-radius: 1rem;
      margin-bottom: 1rem;
    }
    /* challenges */
 .section-wrap{
      padding: 30px 0 30px;
      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;
    } */
     .section-title {
      text-align: center;
      /* margin-bottom: 40px; */
      font-weight: 700;
      font-size: 28px;
    }
    .section-title span {
      display: block;
      width: 60px;
      height: 3px;
      background: #007bff;
      margin: 10px auto 0;
    }
    .benefit-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: transform 0.3s ease;
    }
    .benefit-card:hover {
      transform: translateY(-8px);
    }
    .icon-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
      font-size: 28px;
      color: #fff;
    }
    .text-muted {
      font-size: 15px;
    }
/* 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: 145px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top bottom;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* border-top: 5px solid #3363ff; */
}
.skill-banner-section {
    padding-top: 27px;
    padding-bottom: 27px;
    min-height: 135px;
    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; */
} 
.skill-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; */
} 
}

.header{
    overflow-y:hidden;
  }
  .navbar {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 10px solid #2260ae;
}
  .navbar .nav-item .nav-link{
    color:#111 !important;
  }
  .navbar .dropdown-toggle::after {
    content: "\f107";
    display: inline-block;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    border: none;
    font-size: 14px;
    margin-left: 5px;
}
    .navbar .nav-item .nav-link::before {
        content: "";
        position: absolute;
        background: var(--theme-color);
        width: 0;
        height: 3px;
        bottom: 20px;
        left: 1px;
        border-radius: 50px;
        transition: var(--transition);
    }
    .navbar-toggler-mobile-icon {
    color: #111;
}
    .feather-menu:before {
    content: "\e99c";
    
}
[class^="feather-"], [class*=" feather-"] {
    font-family: 'feather' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .explore-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    background: #084298;
    color: #fff !important;
    transition: background 0.3s;
    text-decoration: none;
    float:left;
   
}
.explore-btn:hover{
  background: #0d6efd;
}
.explore-btn a{
  color:#fff !important;
}
.explore-btn:hover a{
  text-decoration:none !important;
}
   
    .solution-section h2 {
      font-weight: 700;
      color: #003366;
      margin-bottom: 20px;
      font-size: 2rem;
    }
    .solution-section p {
      color: #555;
      line-height: 1.6;
    }
    .solution-section h5 {
      font-weight: 600;
      color: #0056b3;
      margin-top: 20px;
      margin-bottom:20px;
      /* font-size: 1.1rem; */
    }
    .solution-img {
      max-width: 100%;
      /* border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15); */
      transform: scale(1);
      transition: transform 0.4s ease-in-out;
    }
    .solution-img:hover {
      transform: scale(1.05);
    }
    .accredi-solutions{
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      padding-top:6px;
      padding-bottom:6px;
      padding-left:15px;
      padding-right:15px;
      margin-bottom:15px;
      transform: scale(1);
      transition: transform 0.4s ease-in-out;
      /* background-color:ghostwhite; */
    }
    .accredi-solutions:hover {
      transform: scale(1.05);
    }
    .solution-section .img-section{
      width: 280px;
    max-width: 100%;
    border-radius: 1rem;
    margin-bottom: 1rem;
    }
    .solution-features{
      padding-left:0px !important;
    }
    .solution-features li{
      list-style-type:none !important;
      margin-bottom:10px;
      font-size:1rem !important;
    }
    .mentor-img{
      width:100% !important;
    }
    .bg-white{
      background-color:#fff !important;
    }
    .bg-grey{
      background-color:aliceblue !important;
    }
    #summary{
      background-color: aliceblue;
    }
    #contact a{
  color: #111 !important;
}
.accre-module-img{
  width:100% !important;
}
.imple-roadmap{
  min-height:auto !important;
}
/* security & compliance */
 /* Custom CSS for a modern look */
        .security-section {
            background-color: #f8f9fa; /* Light grey background */
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .security-section h2 {
            font-weight: 700;
            color: #2c3e50; /* Dark blue-grey text */
            margin-bottom: 40px;
            text-align: center;
        }

        .security-content .icon {
            font-size: 2rem;
            color: #007bff; /* Primary blue for icons */
            margin-right: 15px;
        }

        .security-content p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #555; /* Medium grey text */
        }
        
        .security-image {
            border-radius: 12px;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .list-group-item {
            border: none;
            background-color: transparent;
            padding-left: 0;
            display: flex !important;
            align-items: center;
        }
        /*testimainals*/
    .shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
  border-top:2px solid #2260ae;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
    .owl-stage{
      background-color:#fff !important;
    }

    .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent !important;
}
		#customers-testimonials .item {
		    text-align: center;
		    /* padding: 50px; */
				/* margin-bottom:80px; */
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item .img-circle {
		    transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: #3190E7;
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
#customers-testimonials.owl-carousel .owl-dots{
	display: inline-block;
	width: 100%;
	text-align: center;
  margin-top:30px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
	display: inline-block;
}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: #3190E7;
		    display: inline-block;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
    #customers-testimonials .shadow-effect h5{
      color:#2260ae !important;
    }
#customers-testimonials .shadow-effect .occupation{
  font-size:13px !important;

}
.solution-section h2 {
      font-weight: 700;
      color: #003366;
      margin-bottom: 20px;
      font-size: 2rem;
    }
    .solution-section p {
      color: #555;
      line-height: 1.6;
    }
    .solution-section h5 {
      font-weight: 600;
      color: #0056b3;
      margin-top: 8px;
      font-size: 1.1rem;
    }
    .solution-img {
      max-width: 100%;
      /* border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.15); */
      transform: scale(1);
      transition: transform 0.4s ease-in-out;
    }
    .solution-img:hover {
      transform: scale(1.05);
    }
  .accredi-solutions{
      border-radius: 15px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      padding-top:6px;
      padding-bottom:6px;
      padding-left:15px;
      padding-right:15px;
      margin-bottom:15px;
      transform: scale(1);
      transition: transform 0.4s ease-in-out;
      /* background-color:ghostwhite; */
    }
    .accredi-solutions:hover {
      transform: scale(1.05);
    }
  .header{
    overflow-y:hidden;
  }
  .navbar {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 10px solid #2260ae;
}
  .navbar .nav-item .nav-link{
    color:#111 !important;
  }
  .navbar .dropdown-toggle::after {
    content: "\f107";
    display: inline-block;
    vertical-align: baseline;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    border: none;
    font-size: 14px;
    margin-left: 5px;
}
    .navbar .nav-item .nav-link::before {
        content: "";
        position: absolute;
        background: var(--theme-color);
        width: 0;
        height: 3px;
        bottom: 20px;
        left: 1px;
        border-radius: 50px;
        transition: var(--transition);
    }
    .navbar-toggler-mobile-icon {
    color: #111;
}
    .feather-menu:before {
    content: "\e99c";
    
}
[class^="feather-"], [class*=" feather-"] {
    font-family: 'feather' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  .explore-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 20px;
    background: #084298;
    color: #fff !important;
    transition: background 0.3s;
    text-decoration: none;
    float:left;
   
}
.explore-btn:hover{
  background: #0d6efd;
}
.explore-btn a{
  color:#fff !important;
}
.explore-btn:hover a{
  text-decoration:none !important;
}
  .camp-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; */
}
.case-section {
    padding: 30px 0px;
    background: #f1efef !important;
}
.section-wrap {
    padding: 30px 0 30px;
    background-color: #f8fafc !important;
}
.section-title{
  color: #00234d !important;
}
  .text-bold{
    font-weight:600;
  }
  .services-secnew {
    background: #f5f5f5 url(common/img/rh-images/advisors/services-bg.jpg) left top no-repeat;
    position: relative;
    padding-bottom: 60px;
}
.bar {
    height: 4px;
    width: 85px;
    background: #2f5bea;
    margin: 12px auto 12px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
/* exclusive summary */
.camp2047-section-wrap{
      padding: 30px 0;
    }
    .camp2047-section-wrap .summary-card{
      background:#fff;
      border-radius:1rem;
      box-shadow: 0 12px 30px rgba(24,39,75,.08), 0 6px 12px rgba(24,39,75,.05);
      overflow: hidden;
      border: 1px solid rgba(27,31,42,.06);
    }
    .eyebrow{
      display:inline-block;
      font-size:.8rem;
      letter-spacing:.12em;
      text-transform:uppercase;
      color: var(--brand);
      font-weight:700;
      background: rgba(26,60,255,.08);
      padding:.35rem .6rem;
      border-radius: 999px;
    }
    .camp2047-section-wrap .summary-title{
      font-weight:800;
      line-height:1.2;
      margin:.8rem 0 1rem;
    }
    .camp2047-section-wrap .summary-lead{
      font-size:1.05rem;
      color:#3e4654;
    }
    .promise{
      border-left:4px solid var(--brand);
      padding-left:1rem;
      margin-top:1rem;
      font-weight:600;
      color:#2a3040;
    }
    .img-wrap{
      position:relative;
      height:100%;
      min-height:260px;
      background: radial-gradient(1200px 400px at 10% 0%, rgba(26,60,255,.07), transparent 50%);
    }
    .hero-img{
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
    /* Subtle floating badge on the image */
    .badge-float{
      position:absolute;
      bottom:14px;
      right:14px;
      background:#fff;
      border:1px solid rgba(27,31,42,.06);
      border-radius:.75rem;
      padding:.5rem .75rem;
      font-size:.85rem;
      box-shadow: 0 10px 24px rgba(24,39,75,.08);
    }

    /* Optional: reduce paddings on small screens */
    @media (max-width: 576px){
      .section-wrap{ padding:36px 0; }
      .summary-title{ font-size:1.5rem; }
    }

    /* focus areas */
      .focus-section-wrap{
      padding: 30px 0;
      /* background-color: #fff; */
    background-image: url(../img/camp-focus-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }
    .focus-section-wrap h2{
      color:#fff !important;
    }
    .focus-section-wrap .section-title{
      margin-bottom:1rem !important;
    }
    .focus-card{
      background: #fff;
      border-radius: 1rem;
      padding: 25px;
      height: 100%;
      text-align: center;
      transition: all .3s ease;
      box-shadow: 0 8px 18px rgba(0,0,0,.05);
    }
    .focus-card:hover{
      transform: translateY(-6px);
      box-shadow: 0 16px 32px rgba(0,0,0,.08);
    }
    .focus-img{
      width: 80px;
      /* height: 80px; */
      margin-bottom: 15px;
      object-fit: contain;
      color: #00234d;
    }
    .focus-title{
      font-weight: 700;
      margin-bottom: 12px;
      font-size: 1.1rem;
      color: #00234d;
    }
    .focus-desc{
      font-size: .95rem;
      color: #444;
    }
 
.footermp{
  margin-top:0px !important;
}
.no-gutters{
  display:flex;
}
#contact a{
  color: #fff !important;
}
/* media queries */
@media only screen and (min-width: 320px) and (max-width: 660px) {
    .camp-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) {
   .camp-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; */
} 
}
/* book a demo*/
.book-demo-section{
  padding:0px !important;
}
    .contact-banner {
      background: linear-gradient(90deg, #f7fbff 0%, #f7f1f1 100%);
      border-radius: 14px;
      box-shadow: 0 10px 30px rgba(20,40,60,0.08);
      padding: 28px;
      overflow: hidden;
      font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }

    .contact-left .eyebrow {
      font-weight: 600;
      color: #0b3b66;
      font-size: 0.95rem;
      margin-bottom:10px;
    }

    .contact-left h2 {
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 0.25rem;
      color: #122433;
    }

    .contact-left p.lead {
      margin-bottom: 1rem;
      color: #495f6b;
    }

    .contact-contacts .contact-item {
      display: flex;
      align-items: center;
      margin-bottom: 0.6rem;
      color: #2d4652;
    }
    .contact-contacts .contact-item i {
      width: 36px;
      height: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background: rgba(0,123,255,0.08);
      color: #007bff;
      margin-right: 12px;
      font-size: 1rem;
    }
    .demo-cta {
      background: #401d1d12;
      border-radius: 10px;
      padding: 18px;
      border: 1px solid rgba(10,30,50,0.04);
      text-align: center;
    }

    .demo-cta .btn-demo {
      width: 100%;
      font-weight: 700;
      letter-spacing: 0.2px;
    }

    .location-pill {
      font-size: 0.875rem;
      color: #1f3b52;
      background: rgba(39,174,96,0.08);
      padding: 6px 10px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
    }

    .brand-tagline {
      font-weight: 600;
      color: #0b3b66;
      margin-top: 12px;
    }

    @media (min-width: 768px){
      .contact-left h2 { font-size: 1.9rem; }
    }
    #summary {
    background-color: aliceblue;
}
.roadmap-section h2{
  color:#fff !important;
}